Home
last modified time | relevance | path

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

12345

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sk_lookup.c28 #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 …]
/openbmc/ipmitool/contrib/
H A Doem_ibm_sel_map13 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"…
14 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"…
15 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"…
16 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"…
17 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"…
18 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"…
19 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"…
20 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"…
21 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"…
22 …"Slot Number","Bus Number","Device ID (MSB)","Device ID (LSB)","Vendor ID (MSB)","Vendor ID (LSB)"…
[all …]
/openbmc/qemu/hw/display/
H A Dpl110_template.h156 #define LSB r in glue() macro
159 #define LSB b in glue() macro
163 LSB = data & 0x1f; in glue()
170 LSB = (data & 0x1f) << 3; in glue()
178 LSB = (data & 0x1f) << 3; in glue()
186 #undef LSB in glue()
199 #define LSB r in glue() macro
202 #define LSB b in glue() macro
206 LSB = data & 0xff; in glue()
210 LSB = (data >> 24) & 0xff; in glue()
[all …]
/openbmc/linux/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()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/
H A D0001-tests-toolbox.inc.sh-update-regex-for-getting-endian.patch7 /proc/777/exe: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpr…
28 -elif expr "$endian" : '.* LSB \+\(pie executable\|executable\|shared object\).*' >&/dev/null
29 +elif expr "$endian" : '.* LSB .*\(pie executable\|executable\|shared object\).*' >&/dev/null
/openbmc/qemu/target/hexagon/
H A Dgen_tcg.h329 TCGv LSB = tcg_temp_new(); \
333 CHECK_NOSHUF_PRED(GET_EA, SIZE, LSB); \
334 tcg_gen_brcondi_tl(TCG_COND_EQ, LSB, 0, label); \
386 TCGv LSB = tcg_temp_new(); \
390 CHECK_NOSHUF_PRED(GET_EA, 8, LSB); \
391 tcg_gen_brcondi_tl(TCG_COND_EQ, LSB, 0, label); \
935 TCGv LSB = tcg_temp_new(); \
937 gen_cond_jump(ctx, TCG_COND_EQ, LSB, riV); \
941 TCGv LSB = tcg_temp_new(); \
943 gen_cond_jump(ctx, TCG_COND_NE, LSB, riV); \
[all …]
H A Dmacros.h220 #define fLSBOLD(VAL) tcg_gen_andi_tl(LSB, (VAL), 1)
226 #define fLSBNEW(PVAL) tcg_gen_andi_tl(LSB, (PVAL), 1)
234 tcg_gen_andi_tl(LSB, (VAL), 1); \
235 tcg_gen_xori_tl(LSB, LSB, 1); \
239 tcg_gen_andi_tl(LSB, (PNUM), 1); \
240 tcg_gen_xori_tl(LSB, LSB, 1); \
/openbmc/linux/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).
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dimages.rst55 (LSB) specification. This image requires a distribution configuration
56 that enables LSB compliance (e.g. ``poky-lsb``). If you build
58 LSB-compliant.
63 requires a distribution configuration that enables LSB compliance
65 configuration, the image will not be LSB-compliant.
70 distribution configuration that enables LSB compliance (e.g.
72 configuration, the image will not be LSB-compliant. This image is
/openbmc/openbmc/meta-raspberrypi/recipes-devtools/pi-blaster/files/
H A Dremove-initscript-lsb-dependency.patch4 Subject: [PATCH] Remove dependencies on LSB functions
9 See this as a rebase of the previous 'Remove dependencies on LSB
32 # Define LSB log_* functions.
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-3.0.rst25 LSB Support Removed
28 Linux Standard Base (LSB) as a standard is not current, and is not well
30 layer if needed. However, presently LSB support has been removed from
35 has been replaced with a ``poky-altcfg`` distribution that has LSB parts
45 - ``core-image-lsb-dev``: Part of removed LSB support.
47 - ``core-image-lsb``: Part of removed LSB support.
49 - ``core-image-lsb-sdk``: Part of removed LSB support.
81 - ``lsbinitscripts``: Part of removed LSB support.
83 - ``lsb``: Part of removed LSB support.
85 - ``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
/openbmc/linux/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)
H A Dmax127.rst37 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.
/openbmc/linux/Documentation/devicetree/bindings/thermal/
H A Darmada-thermal.txt26 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.
/openbmc/linux/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
/openbmc/linux/drivers/iio/amplifiers/
H A DKconfig21 HMC792A 0.25 dB LSB GaAs MMIC 6-Bit Digital Attenuator
22 HMC1119 0.25 dB LSB, 7-Bit, Silicon Digital Attenuator
/openbmc/linux/Documentation/usb/
H A Dmisc_usbsevseg.rst20 MSB 0x06; LSB 0x3f
24 MSB 0x08; LSB 0xff
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-usb-devices-usbsevseg16 MSB 0x06; LSB 0x3F, and
20 MSB 0x08; LSB 0xFF.
/openbmc/linux/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);
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/tayga/files/
H A Dtayga.service3 Description=LSB: userspace NAT64
/openbmc/u-boot/doc/imx/common/
H A Dimx27.txt10 reversed MAC byte order (i.e. LSB first).
/openbmc/linux/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()
/openbmc/linux/Documentation/ABI/removed/
H A Ddevfs7 against the LSB, and can be replaced by using udev.

12345