| /linux/tools/testing/selftests/bpf/progs/ |
| A D | test_sk_lookup.c | 401 LSB(ctx->family, 1) != 0 || LSB(ctx->family, 2) != 0 || LSB(ctx->family, 3) != 0) in ctx_narrow_access() 408 LSB(ctx->protocol, 1) != 0 || LSB(ctx->protocol, 2) != 0 || LSB(ctx->protocol, 3) != 0) in ctx_narrow_access() 434 LSB(ctx->local_port, 2) != 0 || LSB(ctx->local_port, 3) != 0) in ctx_narrow_access() 462 if (LSB(ctx->remote_ip4, 0) != 0 || LSB(ctx->remote_ip4, 1) != 0 || in ctx_narrow_access() 463 LSB(ctx->remote_ip4, 2) != 0 || LSB(ctx->remote_ip4, 3) != 0) in ctx_narrow_access() 468 if (LSB(ctx->local_ip4, 0) != 0 || LSB(ctx->local_ip4, 1) != 0 || in ctx_narrow_access() 469 LSB(ctx->local_ip4, 2) != 0 || LSB(ctx->local_ip4, 3) != 0) in ctx_narrow_access() 540 LSB(ctx->remote_ip6[3], 2) != 0 || LSB(ctx->remote_ip6[3], 3) != 0) in ctx_narrow_access() 548 if (LSB(ctx->local_ip6[0], 0) != 0 || LSB(ctx->local_ip6[0], 1) != 0 || in ctx_narrow_access() 549 LSB(ctx->local_ip6[0], 2) != 0 || LSB(ctx->local_ip6[0], 3) != 0 || in ctx_narrow_access() [all …]
|
| /linux/Documentation/devicetree/bindings/gpio/ |
| A D | netxbig-gpio-ext.txt | 6 - addr-gpios: GPIOs representing the address register (LSB -> MSB). 7 - data-gpios: GPIOs representing the data register (LSB -> MSB).
|
| /linux/Documentation/devicetree/bindings/iio/amplifiers/ |
| A D | adi,hmc425a.yaml | 15 ADRF5750 2 dB LSB, 4-Bit, Silicon Digital Attenuator, 10 MHz to 60 GHz 18 HMC425A 0.5 dB LSB GaAs MMIC 6-BIT DIGITAL POSITIVE CONTROL ATTENUATOR, 2.2 - 8.0 GHz 21 HMC540S 1 dB LSB Silicon MMIC 4-Bit Digital Positive Control Attenuator, 0.1 - 8 GHz
|
| /linux/Documentation/hwmon/ |
| A D | lm73.rst | 32 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.
|
| A D | smsc47b397.rst | 42 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)
|
| A D | max127.rst | 37 ADC range and LSB will be updated when the limit is changed. 42 ADC range and LSB will be updated when the limit is changed.
|
| /linux/Documentation/devicetree/bindings/sound/ |
| A D | tdm-slot.txt | 23 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
|
| /linux/Documentation/devicetree/bindings/thermal/ |
| A D | armada-thermal.txt | 26 to "control LSB/control 0" with size of 8 (current binding). All other 27 compatibles must point to "control LSB/control 0" with size of 8.
|
| /linux/drivers/iio/amplifiers/ |
| A D | Kconfig | 21 HMC792A 0.25 dB LSB GaAs MMIC 6-Bit Digital Attenuator 22 HMC1119 0.25 dB LSB, 7-Bit, Silicon Digital Attenuator
|
| /linux/Documentation/usb/ |
| A D | misc_usbsevseg.rst | 20 MSB 0x06; LSB 0x3f 24 MSB 0x08; LSB 0xff
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-bus-usb-devices-usbsevseg | 16 MSB 0x06; LSB 0x3F, and 20 MSB 0x08; LSB 0xFF.
|
| A D | sysfs-driver-tegra-fuse | 7 words in LSB first format. Each bit represents a single value
|
| /linux/arch/mips/crypto/ |
| A D | chacha-core.S | 57 #define LSB 3 macro 65 #define LSB 0 macro 133 lwr T1, (x*4)+LSB ## (IN); \ 142 swr X ## x, (x*4)+LSB ## (OUT);
|
| /linux/drivers/gpio/ |
| A D | gpio-stmpe.c | 25 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()
|
| /linux/Documentation/ABI/removed/ |
| A D | devfs | 7 against the LSB, and can be replaced by using udev.
|
| /linux/drivers/media/dvb-frontends/ |
| A D | stv6110x_priv.h | 48 #define LSB(x) ((x & 0xff)) macro
|
| A D | stv0367_priv.h | 41 #define LSB(X) (((X) & 0xff)) macro
|
| /linux/Documentation/devicetree/bindings/hwmon/ |
| A D | nuvoton,nct6775.yaml | 36 active. LSB is TSI0, bit 1 is TSI1, etc.
|
| A D | gpio-fan.yaml | 19 ordered MSB-->LSB.
|
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| A D | ipw2200.h | 1630 #define LSB 0 macro 1638 #define EEPROM_MAC_ADDRESS (GET_EEPROM_ADDR(0x21,LSB)) /* 6 byte */ 1640 #define EEPROM_NIC_TYPE (GET_EEPROM_ADDR(0x25,LSB)) /* 1 byte */ 1642 #define EEPROM_COUNTRY_CODE (GET_EEPROM_ADDR(0x26,LSB)) /* 3 bytes */ 1643 #define EEPROM_IBSS_CHANNELS_BG (GET_EEPROM_ADDR(0x28,LSB)) /* 2 bytes */ 1645 #define EEPROM_BSS_CHANNELS_BG (GET_EEPROM_ADDR(0x2c,LSB)) /* 2 bytes */ 1646 #define EEPROM_HW_VERSION (GET_EEPROM_ADDR(0x72,LSB)) /* 2 bytes */
|
| /linux/Documentation/admin-guide/ |
| A D | lcd-panel-cgram.rst | 10 illuminated pixel with LSB on the right. Lines are numbered from the
|
| /linux/tools/perf/Documentation/ |
| A D | jitdump-specification.txt | 164 The EH Frame header follows the Linux Standard Base (LSB) specification as described in the documen… 167 The EH Frame follows the LSB specification as described in the document at https://refspecs.linuxba…
|
| /linux/Documentation/driver-api/nfc/ |
| A D | nfc-pn544.rst | 30 and third (LSB) bytes of the message. The maximum FW message length is
|
| /linux/Documentation/devicetree/bindings/dma/ |
| A D | dma-common.yaml | 31 kernel. i.e. first channel corresponds to LSB.
|
| /linux/Documentation/hid/ |
| A D | hid-alps.rst | 75 Byte2 Address - Byte 0 (LSB) 95 Byte2 Address - Byte 0 (LSB)
|