/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_sk_lookup.c | 28 #define LSB(value, index) \ macro 400 if (LSB(ctx->family, 0) != (v4 ? AF_INET : AF_INET6) || in ctx_narrow_access() 401 LSB(ctx->family, 1) != 0 || LSB(ctx->family, 2) != 0 || LSB(ctx->family, 3) != 0) in ctx_narrow_access() 407 if (LSB(ctx->protocol, 0) != IPPROTO_TCP || in ctx_narrow_access() 408 LSB(ctx->protocol, 1) != 0 || LSB(ctx->protocol, 2) != 0 || LSB(ctx->protocol, 3) != 0) in ctx_narrow_access() 414 if (LSB(ctx->remote_port, 0) != ((SRC_PORT >> 0) & 0xff) || in ctx_narrow_access() 415 LSB(ctx->remote_port, 1) != ((SRC_PORT >> 8) & 0xff)) in ctx_narrow_access() 432 if (LSB(ctx->local_port, 0) != ((DST_PORT >> 0) & 0xff) || in ctx_narrow_access() 433 LSB(ctx->local_port, 1) != ((DST_PORT >> 8) & 0xff) || in ctx_narrow_access() 434 LSB(ctx->local_port, 2) != 0 || LSB(ctx->local_port, 3) != 0) in ctx_narrow_access() [all …]
|
/linux/Documentation/devicetree/bindings/gpio/ |
H 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/hwmon/ |
H 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.
|
H 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)
|
H 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.
|
H A D | mp2856.rst | 32 protocols are available: AMD SVI3 mode with 5-mV/LSB.
|
H A D | ds1621.rst | 163 (C/LSB) (msec) (msec) 216 - 'g(x)' = the resolution in degrees C per LSB.
|
H A D | chipcap2.rst | 39 might be truncated to match the 14-bit device resolution (6.1 pcm/LSB)
|
/linux/Documentation/devicetree/bindings/thermal/ |
H 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/Documentation/devicetree/bindings/sound/ |
H 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/drivers/iio/amplifiers/ |
H 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/ |
H A D | misc_usbsevseg.rst | 20 MSB 0x06; LSB 0x3f 24 MSB 0x08; LSB 0xff
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-usb-devices-usbsevseg | 16 MSB 0x06; LSB 0x3F, and 20 MSB 0x08; LSB 0xFF.
|
H A D | sysfs-driver-tegra-fuse | 7 words in LSB first format. Each bit represents a single value
|
H A D | sysfs-platform-dptf | 142 1 LSB = 0.1% increase in spread (for 144 1 LSB = 0.2% increase in spread (for
|
/linux/arch/mips/crypto/ |
H 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/ |
H 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/ |
H A D | devfs | 7 against the LSB, and can be replaced by using udev.
|
/linux/drivers/media/dvb-frontends/ |
H A D | stv6110x_priv.h | 48 #define LSB(x) ((x & 0xff)) macro
|
H A D | stv0367_priv.h | 41 #define LSB(X) (((X) & 0xff)) macro
|
/linux/tools/perf/Documentation/ |
H 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/admin-guide/ |
H A D | lcd-panel-cgram.rst | 10 illuminated pixel with LSB on the right. Lines are numbered from the
|
/linux/Documentation/hid/ |
H A D | hid-alps.rst | 75 Byte2 Address - Byte 0 (LSB) 95 Byte2 Address - Byte 0 (LSB)
|
/linux/Documentation/driver-api/nfc/ |
H A D | nfc-pn544.rst | 30 and third (LSB) bytes of the message. The maximum FW message length is
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | colorspaces-defs.rst | 145 - For the Hue, each LSB is two degrees. 148 LSB is roughly 1.41 degrees.
|