Home
last modified time | relevance | path

Searched full:lsb (Results 1 – 25 of 1281) sorted by relevance

12345678910>>...52

/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 …]
H A Dipmievd.init.suse24 # on other distributions as well, by using the LSB (Linux Standard Base)
50 # Note: Special treatment of stop for LSB conformance
79 if test -e /lib/lsb/init-functions; then
80 # LSB
81 . /lib/lsb/init-functions
146 # Return values acc. to LSB for all commands but status:
155 # 8--199 - reserved (8--99 LSB, 100--149 distrib, 150--199 appl)
175 ## Note: try-restart is now part of LSB (as of 1.9).
178 echo "${attn} Use try-restart ${done}(LSB)${attn} rather than condrestart ${warn}(RH)${norm}"
/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/linux/arch/arm64/tools/
H A Dgen-sysreg.awk52 function define_field(reg, field, msb, lsb) {
53 define(reg "_" field, "GENMASK(" msb ", " lsb ")")
54 define(reg "_" field "_MASK", "GENMASK(" msb ", " lsb ")")
55 define(reg "_" field "_SHIFT", lsb)
56 define(reg "_" field "_WIDTH", msb - lsb + 1)
64 # Parse a "<msb>[:<lsb>]" string into the global variables @msb and @lsb
69 lsb = bitdef
72 lsb = _bits[2]
82 if (63 < lsb || lsb < 0)
84 if (msb < lsb)
[all …]
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dimages.rst54 - ``core-image-lsb``: An image that conforms to the Linux Standard Base
55 (LSB) specification. This image requires a distribution configuration
56 that enables LSB compliance (e.g. ``poky-lsb``). If you build
57 ``core-image-lsb`` without that configuration, the image will not be
58 LSB-compliant.
60 - ``core-image-lsb-dev``: A ``core-image-lsb`` image that is suitable
63 requires a distribution configuration that enables LSB compliance
64 (e.g. ``poky-lsb``). If you build ``core-image-lsb-dev`` without that
65 configuration, the image will not be LSB-compliant.
67 - ``core-image-lsb-sdk``: A ``core-image-lsb`` that includes everything
[all …]
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-rds-gen.c53 data[0].lsb = rds->picode & 0xff; in vivid_rds_generate()
56 data[1].lsb = rds->pty << 5; in vivid_rds_generate()
66 data[1].lsb |= (rds->ta << 4) | (rds->ms << 3); in vivid_rds_generate()
67 data[1].lsb |= vivid_get_di(rds, idx); in vivid_rds_generate()
69 data[2].lsb = rds->picode & 0xff; in vivid_rds_generate()
72 data[3].lsb = rds->psname[2 * idx + 1]; in vivid_rds_generate()
78 data[1].lsb |= idx; in vivid_rds_generate()
81 data[2].lsb = rds->radiotext[4 * idx + 1]; in vivid_rds_generate()
84 data[3].lsb = rds->radiotext[4 * idx + 3]; in vivid_rds_generate()
102 data[1].lsb &= ~3; in vivid_rds_generate()
[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/openbmc/poky/meta/recipes-extended/lsb/
H A Dlsb-release_1.4.bb3 HOMEPAGE = "https://sourceforge.net/projects/lsb/files"
11 SRC_URI = "${SOURCEFORGE_MIRROR}/project/lsb/lsb_release/1.4/lsb-release-1.4.tar.gz \
19 UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/lsb/files/lsb_release/"
27 mkdir -p ${D}${sysconfdir}/lsb-release.d
29 echo "DISTRIB_ID=${DISTRO}" >> ${D}${sysconfdir}/lsb-release
30 echo "DISTRIB_RELEASE=${DISTRO_VERSION}" >> ${D}${sysconfdir}/lsb-release
32 echo "DISTRIB_CODENAME=\"${DISTRO_CODENAME}\"" >> ${D}${sysconfdir}/lsb-release
34 echo "DISTRIB_DESCRIPTION=\"${DISTRO_NAME} ${DISTRO_VERSION}\"" >> ${D}${sysconfdir}/lsb-release
/openbmc/linux/arch/ia64/include/asm/
H A Delf.h54 #define R_IA64_DIR32LSB 0x25 /* symbol + addend, data4 LSB */
56 #define R_IA64_DIR64LSB 0x27 /* symbol + addend, data8 LSB */
60 #define R_IA64_GPREL32LSB 0x2d /* @gprel(sym+add), data4 LSB */
62 #define R_IA64_GPREL64LSB 0x2f /* @gprel(sym+add), data8 LSB */
68 #define R_IA64_PLTOFF64LSB 0x3f /* @pltoff(sym+add), data8 LSB */
71 #define R_IA64_FPTR32LSB 0x45 /* @fptr(sym+add), data4 LSB */
73 #define R_IA64_FPTR64LSB 0x47 /* @fptr(sym+add), data8 LSB */
79 #define R_IA64_PCREL32LSB 0x4d /* @pcrel(sym+add), data4 LSB */
81 #define R_IA64_PCREL64LSB 0x4f /* @pcrel(sym+add), data8 LSB */
85 #define R_IA64_LTOFF_FPTR32LSB 0x55 /* @ltoff(@fptr(s+a)), 4 LSB */
[all …]
/openbmc/linux/drivers/dma/dw-edma/
H A Ddw-edma-v0-regs.h34 u32 lsb; /* 0x000c */ member
41 u32 lsb; /* 0x0014 */ member
48 u32 lsb; /* 0x001c */ member
68 u32 lsb; /* 0x0108 */ member
76 u32 lsb; /* 0x0120 */ member
118 u32 lsb; /* 0x0018 */ member
129 u32 lsb; /* 0x0038 */ member
143 u32 lsb; /* 0x0060 */ member
150 u32 lsb; /* 0x0068 */ member
169 u32 lsb; /* 0x00b4 */ member
[all …]
H A Ddw-hdma-v0-regs.h35 u32 lsb; /* 0x0010 */ member
44 u32 lsb; /* 0x0020 */ member
51 u32 lsb; /* 0x0028 */ member
67 u32 lsb; /* 0x0090 */ member
74 u32 lsb; /* 0x0098 */ member
81 u32 lsb; /* 0x00a0 */ member
104 u32 lsb; member
111 u32 lsb; member
123 u32 lsb; member
H A Ddw-edma-v0-debugfs.c126 CTX_REGISTER(dw, sar.lsb, dir, ch), in dw_edma_debugfs_regs_ch()
128 CTX_REGISTER(dw, dar.lsb, dir, ch), in dw_edma_debugfs_regs_ch()
130 CTX_REGISTER(dw, llp.lsb, dir, ch), in dw_edma_debugfs_regs_ch()
146 WR_REGISTER(dw, ch_arb_weight.lsb), in dw_edma_debugfs_regs_wr()
153 WR_REGISTER(dw, done_imwr.lsb), in dw_edma_debugfs_regs_wr()
155 WR_REGISTER(dw, abort_imwr.lsb), in dw_edma_debugfs_regs_wr()
166 WR_REGISTER_UNROLL(dw, engine_hshake_cnt.lsb), in dw_edma_debugfs_regs_wr()
208 RD_REGISTER(dw, ch_arb_weight.lsb), in dw_edma_debugfs_regs_rd()
214 RD_REGISTER(dw, err_status.lsb), in dw_edma_debugfs_regs_rd()
217 RD_REGISTER(dw, done_imwr.lsb), in dw_edma_debugfs_regs_rd()
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dfib.sh107 local lsb
117 for lsb in $(seq 1 20); do
118 ip -n testns1 route add 192.0.2.${lsb}/32 dev dummy1 \
129 local lsb
139 for lsb in $(seq 1 20); do
140 ip -n testns1 route add 192.0.2.${lsb}/32 dev dummy1
246 local lsb
256 for lsb in $(seq 1 20); do
257 ip -n testns1 route add 2001:db8:1::${lsb}/128 dev dummy1 \
268 local lsb
[all …]
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-3.0.rst23 .. _migration-3.0-lsb-support-removed:
25 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
33 As a result of this change, the ``poky-lsb`` derivative distribution
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.
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A Dopenhpi.init35 # Determine whether the lsb package is installed
36 # If it is, determine which lsb is installed:
37 # redhat, suse, or standard lsb
47 elif test -f /lib/lsb/init-functions
49 lsbtype="lsb"
50 . /lib/lsb/init-functions
68 lsb)
102 lsb)
127 lsb | suse)
171 lsb)
/openbmc/linux/arch/sparc/lib/
H A Dudivdi3.S24 addxcc %o1,%o1,%o1 ! shift n1n0 and a q-bit in lsb
31 addxcc %o1,%o1,%o1 ! shift n1n0 and a q-bit in lsb
40 addcc %o1,%o1,%o1 ! shift n1n0 and a 0-bit in lsb
62 addxcc %o2,%o2,%o2 ! shift n1n0 and a q-bit in lsb
69 addxcc %o2,%o2,%o2 ! shift n1n0 and a q-bit in lsb
78 addcc %o2,%o2,%o2 ! shift n1n0 and a 0-bit in lsb
88 addxcc %o1,%o1,%o1 ! shift n1n0 and a q-bit in lsb
95 addxcc %o1,%o1,%o1 ! shift n1n0 and a q-bit in lsb
104 addcc %o1,%o1,%o1 ! shift n1n0 and a 0-bit in lsb
167 addxcc %o5,%o5,%o5 ! shift n1n0 and a q-bit in lsb
[all …]
H A Ddivdi3.S48 addxcc %o1,%o1,%o1 ! shift n1n0 and a q-bit in lsb
55 addxcc %o1,%o1,%o1 ! shift n1n0 and a q-bit in lsb
64 addcc %o1,%o1,%o1 ! shift n1n0 and a 0-bit in lsb
84 addxcc %o2,%o2,%o2 ! shift n1n0 and a q-bit in lsb
91 addxcc %o2,%o2,%o2 ! shift n1n0 and a q-bit in lsb
100 addcc %o2,%o2,%o2 ! shift n1n0 and a 0-bit in lsb
108 addxcc %o1,%o1,%o1 ! shift n1n0 and a q-bit in lsb
115 addxcc %o1,%o1,%o1 ! shift n1n0 and a q-bit in lsb
124 addcc %o1,%o1,%o1 ! shift n1n0 and a 0-bit in lsb
183 addxcc %o1,%o1,%o1 ! shift n1n0 and a q-bit in lsb
[all …]
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpsw-cmd.h124 /* from LSB: only the first 4 bits */
144 /* from LSB: enable:1 */
215 /* from LSB only the first 4 bits */
235 /* from LSB: VLAN_ID:12 DEI:1 PCP:3 */
256 /* only the first LSB 4 bits */
265 /* from LSB: type:5 */
287 /* from LSB: admit_untagged:4 enabled:1 accept_all_vlan:1 */
387 /* only the first 4 bits from LSB */
395 /* only the first 4 bits from LSB */
440 /* from LSB: dest_type:4 */
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dga102.c30 struct lsb_header_v2 *lsb; in ga102_acr_wpr_patch() local
34 lsb = kvmalloc(sizeof(*lsb), GFP_KERNEL); in ga102_acr_wpr_patch()
35 if (!lsb) in ga102_acr_wpr_patch()
46 nvkm_robj(acr->wpr, hdr.wpr.lsb_offset, lsb, sizeof(*lsb)); in ga102_acr_wpr_patch()
47 lsb_header_v2_dump(&acr->subdev, lsb); in ga102_acr_wpr_patch()
49 lsfw->func->bld_patch(acr, lsb->bl_data_off, adjust); in ga102_acr_wpr_patch()
56 kvfree(lsb); in ga102_acr_wpr_patch()
126 nvkm_wobj(acr->wpr, lsfw->offset.lsb, hdr, sizeof(*hdr)); in ga102_acr_wpr_build_lsb()
154 hdr.wpr.lsb_offset = lsfw->offset.lsb; in ga102_acr_wpr_build()
164 /* Write LSB header. */ in ga102_acr_wpr_build()
[all …]
/openbmc/linux/drivers/iio/proximity/
H A Disl29501.c135 u8 lsb; member
141 .lsb = ISL29501_DISTANCE_LSB_DATA,
145 .lsb = ISL29501_PHASE_LSB,
148 .lsb = ISL29501_DIE_TEMPERATURE,
151 .lsb = ISL29501_AMBIENT_LIGHT,
155 .lsb = ISL29501_GAIN_LSB,
159 .lsb = ISL29501_CROSSTALK_GAIN_LSB,
162 .lsb = ISL29501_PHASE_EXPONENT,
165 .lsb = ISL29501_TEMP_COEFF_A,
168 .lsb = ISL29501_TEMP_COEFF_B,
[all …]
/openbmc/linux/include/linux/
H A Dcount_zeros.h17 * Count the number of leading zeros from the MSB going towards the LSB in @x.
20 * If only the LSB of @x is set, then the result is BITS_PER_LONG-1.
34 * count_trailing_zeros - Count the number of zeros from the LSB forwards
37 * Count the number of trailing zeros from the LSB going towards the MSB in @x.
39 * If the LSB of @x is set, the result is 0.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A Dippool_init.d.patch1 Fix start error if lsb init-functions doesn't exist
24 # Get lsb functions
25 -. /lib/lsb/init-functions
26 +if [ -f /lib/lsb/init-functions ]
28 + . /lib/lsb/init-functions
/openbmc/linux/drivers/watchdog/
H A Dpcwd_usb.c136 /* The data LSB that is reported back */
190 dev_dbg(dev, "received following data cmd=0x%02x msb=0x%02x lsb=0x%02x", in usb_pcwd_intr_done()
208 unsigned char cmd, unsigned char *msb, unsigned char *lsb) in usb_pcwd_send_command() argument
226 buf[2] = *lsb; /* Byte 2 = Data LSB */ in usb_pcwd_send_command()
230 "sending following data cmd=0x%02x msb=0x%02x lsb=0x%02x", in usb_pcwd_send_command()
241 cmd, *msb, *lsb); in usb_pcwd_send_command()
256 *lsb = usb_pcwd->cmd_data_lsb; in usb_pcwd_send_command()
267 unsigned char lsb = 0x00; in usb_pcwd_start() local
272 &msb, &lsb); in usb_pcwd_start()
274 if ((retval == 0) || (lsb == 0)) { in usb_pcwd_start()
[all …]
/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.
33 # Depend on lsb-base (>= 3.2-14) to ensure that this file is present
35 -. /lib/lsb/init-functions
36 +#. /lib/lsb/init-functions
/openbmc/linux/include/video/
H A Dgbe.h81 #define MASK(msb, lsb) \ argument
82 ( (((u32)1<<((msb)-(lsb)+1))-1) << (lsb) )
83 #define GET(v, msb, lsb) \ argument
84 ( ((u32)(v) & MASK(msb,lsb)) >> (lsb) )
85 #define SET(v, f, msb, lsb) \ argument
86 ( (v) = ((v)&~MASK(msb,lsb)) | (( (u32)(f)<<(lsb) ) & MASK(msb,lsb)) )

12345678910>>...52