Home
last modified time | relevance | path

Searched refs:LSB (Results 1 – 25 of 111) sorted by relevance

12345

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_sk_lookup.c28 #define LSB(value, index) \ macro
392 if (LSB(ctx->family, 0) != (v4 ? AF_INET : AF_INET6) || in ctx_narrow_access()
393 LSB(ctx->family, 1) != 0 || LSB(ctx->family, 2) != 0 || LSB(ctx->family, 3) != 0) in ctx_narrow_access()
399 if (LSB(ctx->protocol, 0) != IPPROTO_TCP || in ctx_narrow_access()
400 LSB(ctx->protocol, 1) != 0 || LSB(ctx->protocol, 2) != 0 || LSB(ctx->protocol, 3) != 0) in ctx_narrow_access()
406 if (LSB(ctx->remote_port, 0) != ((SRC_PORT >> 0) & 0xff) || in ctx_narrow_access()
407 LSB(ctx->remote_port, 1) != ((SRC_PORT >> 8) & 0xff) || in ctx_narrow_access()
408 LSB(ctx->remote_port, 2) != 0 || LSB(ctx->remote_port, 3) != 0) in ctx_narrow_access()
414 if (LSB(ctx->local_port, 0) != ((DST_PORT >> 0) & 0xff) || in ctx_narrow_access()
415 LSB(ctx->local_port, 1) != ((DST_PORT >> 8) & 0xff) || in ctx_narrow_access()
[all …]
/OK3568_Linux_fs/kernel/arch/sh/boards/mach-microdev/
H A Dfdc37c93xapm.c59 #define LSB(x) ( (x) & 0xff ) macro
96 SMSC_WRITE_INDEXED(LSB(SERIAL1_PRIMARY_BASE), SMSC_PRIMARY_BASE_INDEX+1); in smsc_superio_setup()
107 SMSC_WRITE_INDEXED(LSB(SERIAL2_PRIMARY_BASE), SMSC_PRIMARY_BASE_INDEX+1); in smsc_superio_setup()
118 SMSC_WRITE_INDEXED(LSB(IDE1_PRIMARY_BASE), SMSC_PRIMARY_BASE_INDEX+1); in smsc_superio_setup()
120 SMSC_WRITE_INDEXED(LSB(IDE1_SECONDARY_BASE), SMSC_SECONDARY_BASE_INDEX+1); in smsc_superio_setup()
132 SMSC_WRITE_INDEXED(LSB(IDE2_PRIMARY_BASE), SMSC_PRIMARY_BASE_INDEX+1); in smsc_superio_setup()
134 SMSC_WRITE_INDEXED(LSB(IDE2_SECONDARY_BASE), SMSC_SECONDARY_BASE_INDEX+1); in smsc_superio_setup()
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dimages.rst53 (LSB) specification. This image requires a distribution configuration
54 that enables LSB compliance (e.g. ``poky-lsb``). If you build
56 LSB-compliant.
61 requires a distribution configuration that enables LSB compliance
63 configuration, the image will not be LSB-compliant.
68 distribution configuration that enables LSB compliance (e.g.
70 configuration, the image will not be LSB-compliant. This image is
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-3.0.rst23 LSB Support Removed
26 Linux Standard Base (LSB) as a standard is not current, and is not well
28 layer if needed. However, presently LSB support has been removed from
33 has been replaced with a ``poky-altcfg`` distribution that has LSB parts
43 - ``core-image-lsb-dev``: Part of removed LSB support.
45 - ``core-image-lsb``: Part of removed LSB support.
47 - ``core-image-lsb-sdk``: Part of removed LSB support.
79 - ``lsbinitscripts``: Part of removed LSB support.
81 - ``lsb``: Part of removed LSB support.
83 - ``lsbtest``: Part of removed LSB support.
[all …]
H A Dmigration-2.4.rst117 - ``libclass-isa-perl``: This recipe was previously needed for LSB 4,
120 - ``libdumpvalue-perl``: This recipe was previously needed for LSB 4,
123 - ``libenv-perl``: This recipe was previously needed for LSB 4, no
127 LSB 4, no longer needed.
129 - ``libi18n-collate-perl``: This recipe was previously needed for LSB
137 - ``libpng12``: This recipe was previously needed for LSB. The
140 - ``libpod-plainer-perl``: This recipe was previously needed for LSB
146 - ``mailx``: This recipe was previously only needed for LSB
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpio/
H A Dnetxbig-gpio-ext.txt6 - addr-gpios: GPIOs representing the address register (LSB -> MSB).
7 - data-gpios: GPIOs representing the data register (LSB -> MSB).
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dlm73.rst32 LSB: 0.25, 0.125, 0.0625, and 0.3125. Changing the resolution mode
41 (C/LSB) (msec) (msec)
87 resolution in degrees C per LSB.
H A Dsmsc47b397.rst42 and 0x61 (LSB). Currently we are using 0x480 for the HWM Base Address and
73 LSB MSB
83 Reading the tach LSB locks the tach MSB.
84 The LSB Must be read first.
89 The tach reading (TCount) is given by: (Tach MSB * 256) + (Tach LSB)
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dtdm-slot.txt23 for an active slot as default, and the default active bits are at the LSB of
27 number presents bit-0 (LSB), second presents bit-1, etc. Any non zero
H A Dfsl-sai.txt33 - lsb-first : Configures whether the LSB or the MSB is transmitted
35 the MSB is transmitted first as default, or the LSB
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/thermal/
H A Darmada-thermal.txt25 to "control LSB/control 0" with size of 8 (current binding). All other
26 compatibles must point to "control LSB/control 0" with size of 8.
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Dmisc_usbsevseg.rst20 MSB 0x06; LSB 0x3f
24 MSB 0x08; LSB 0xff
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-usb-devices-usbsevseg16 MSB 0x06; LSB 0x3F, and
20 MSB 0x08; LSB 0xFF.
H A Dsysfs-driver-tegra-fuse7 words in LSB first format. Each bit represents a single value
/OK3568_Linux_fs/kernel/arch/mips/crypto/
H A Dchacha-core.S57 #define LSB 3 macro
65 #define LSB 0 macro
133 lwr T1, (x*4)+LSB ## (IN); \
142 swr X ## x, (x*4)+LSB ## (OUT);
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-stmpe.c24 enum { LSB, CSB, MSB }; enumerator
184 [REG_RE][LSB] = STMPE_IDX_GPRER_LSB, in stmpe_gpio_irq_sync_unlock()
187 [REG_FE][LSB] = STMPE_IDX_GPFER_LSB, in stmpe_gpio_irq_sync_unlock()
190 [REG_IE][LSB] = STMPE_IDX_IEGPIOR_LSB, in stmpe_gpio_irq_sync_unlock()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.imx2710 reversed MAC byte order (i.e. LSB first).
/OK3568_Linux_fs/kernel/Documentation/ABI/removed/
H A Ddevfs7 against the LSB, and can be replaced by using udev.
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.h1631 #define LSB 0 macro
1639 #define EEPROM_MAC_ADDRESS (GET_EEPROM_ADDR(0x21,LSB)) /* 6 byte */
1641 #define EEPROM_NIC_TYPE (GET_EEPROM_ADDR(0x25,LSB)) /* 1 byte */
1643 #define EEPROM_COUNTRY_CODE (GET_EEPROM_ADDR(0x26,LSB)) /* 3 bytes */
1644 #define EEPROM_IBSS_CHANNELS_BG (GET_EEPROM_ADDR(0x28,LSB)) /* 2 bytes */
1646 #define EEPROM_BSS_CHANNELS_BG (GET_EEPROM_ADDR(0x2c,LSB)) /* 2 bytes */
1647 #define EEPROM_HW_VERSION (GET_EEPROM_ADDR(0x72,LSB)) /* 2 bytes */
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Djitdump-specification.txt164 The EH Frame header follows the Linux Standard Base (LSB) specification as described in the documen…
167 The EH Frame follows the LSB specicfication as described in the document at https://refspecs.linuxb…
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dstv6110x_priv.h48 #define LSB(x) ((x & 0xff)) macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/msmtp/
H A Dmsmtp_1.8.20.bb21 # /usr/lib/sendmial is required by LSB core test
/OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/selftest-ed/
H A Dselftest-ed_1.14.1.bb11 # LSB states that ed should be in /bin/
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/
H A Dsystemd.inc5 SysV and LSB init scripts. systemd provides aggressive parallelization \
/OK3568_Linux_fs/kernel/Documentation/hid/
H A Dhid-alps.rst75 Byte2 Address - Byte 0 (LSB)
95 Byte2 Address - Byte 0 (LSB)

12345