Home
last modified time | relevance | path

Searched full:bitfields (Results 1 – 25 of 45) sorted by relevance

12

/openbmc/u-boot/drivers/serial/
H A Datmel_usart.h35 /* Bitfields in CR */
77 /* Bitfields in MR */
109 /* Bitfields in CSR */
155 /* Bitfields in RHR */
159 /* Bitfields in THR */
163 /* Bitfields in BRGR */
167 /* Bitfields in RTOR */
171 /* Bitfields in TTGR */
175 /* Bitfields in FIDI */
179 /* Bitfields in NER */
[all …]
/openbmc/u-boot/include/
H A Datmel_mci.h46 /* Bitfields in CR */
58 /* Bitfields in MR */
78 /* Bitfields in DTOR */
84 /* Bitfields in SDCR */
90 /* Bitfields in ARGR */
94 /* Bitfields in CMDR */
112 /* Bitfields in BLKR */
117 /* Bitfields in RSPRx */
121 /* Bitfields in SR/IER/IDR/IMR */
193 /* Bitfields in CFG */
H A Dbitfield.h10 * width bitfields within a word. One use of this would be to use data tables
36 * tables which describe all bitfields in all registers.
/openbmc/u-boot/drivers/net/
H A Dmacb.h71 /* Bitfields in NCR */
99 /* Bitfields in NCFGR */
144 /* Bitfields in NSR */
152 /* Bitfields in UR */
156 /* Bitfields in TSR */
172 /* Bitfields in RSR */
180 /* Bitfields in ISR/IER/IDR/IMR */
208 /* Bitfields in MAN */
222 /* Bitfields in USRIO */
232 /* Bitfields in USRIO (AT91) */
[all …]
H A Dlpc32xx_eth.c39 /* RX control bitfields/masks (see Table 330) */
52 /* RX statusinfo bitfields/masks (see Table 333) */
65 /* TX control bitfields/masks (see Table 335) */
137 /* MAC1 register bitfields/masks and offsets (see Table 283) */
144 /* MAC2 register bitfields/masks and offsets (see Table 284) */
149 /* SUPP register bitfields/masks and offsets (see Table 290) */
152 /* MCFG register bitfields/masks and offsets (see Table 292) */
157 /* MADR register bitfields/masks and offsets (see Table 295) */
163 /* MIND register bitfields/masks (see Table 298) */
166 /* COMMAND register bitfields/masks and offsets (see Table 283) */
[all …]
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmbios.py234 import bitfields
268 …self.add_field('hosting_board', bool(bitfields.getbits(self.feature_flags, 0)), "feature_flags[0]=…
269 …self.add_field('requires_daughter_card', bool(bitfields.getbits(self.feature_flags, 1)), "feature_…
270 … self.add_field('removable', bool(bitfields.getbits(self.feature_flags, 2)), "feature_flags[2]={}")
271 …self.add_field('replaceable', bool(bitfields.getbits(self.feature_flags, 3)), "feature_flags[3]={}…
272 …self.add_field('hot_swappable', bool(bitfields.getbits(self.feature_flags, 4)), "feature_flags[4]=…
303 …self.add_field('chassis_lock_present', bool(bitfields.getbits(self.enumerated_type, 7)), "enumerat…
335 …self.add_field('system_enclosure_type', bitfields.getbits(self.enumerated_type, 6, 0), unpack.form…
390 …self.add_field('type_select', bitfields.getbits(self.contained_element_type, 7), unpack.format_tab…
391 self.add_field('type', bitfields.getbits(self.contained_element_type, 6, 0))
[all …]
/openbmc/u-boot/drivers/usb/gadget/
H A Datmel_usba_udc.h37 /* Bitfields in CTRL */
49 /* Bitfields in FNUM */
56 /* Bitfields in INT_ENB/INT_STA/INT_CLR */
70 /* Bitfields in EPT_RST */
74 /* Bitfields in USBA_TST */
82 /* Bitfields in EPT_CFG */
94 /* Bitfields in EPT_CTL/EPT_CTL_ENB/EPT_CTL_DIS */
104 /* Bitfields in EPT_SET_STA/EPT_CLR_STA/EPT_STA */
131 /* Bitfields in DMA_CONTROL */
143 /* Bitfields in DMA_STATUS */
/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/
H A Dtimer.c19 /* General purpose timers bitfields */
/openbmc/u-boot/arch/arm/include/asm/ti-common/
H A Dkeystone_net.h74 * Definition: Control bitfields used in the ctl field of mac_sl_cfg
109 /* Control bitfields */
/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/
H A Dtimer.c14 /* General purpose timers bitfields */
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A D0001-Use-unsigned-int-type-for-1-bit-integer-bitfield.patch6 In C++, signed integers are represented in two's complement. This also applies to signed bitfields.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/
H A D0001-do-not-create-a-run-test-to-determine-order-of-bitfi.patch4 Subject: [PATCH] do not create a run test to determine order of bitfields
/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h240 * struct stat is backwards compatible. We use bitfields instead
242 * to compile if the size of the padding is 0. We use 2 bitfields
309 * struct stat is backwards compatible. We use bitfields instead
311 * to compile if the size of the padding is 0. We use 2 bitfields
/openbmc/qemu/hw/misc/
H A Dexynos4210_rng.c45 /* RNG_CONTROL_1 register bitfields, reset value: 0x0 */
48 /* RNG_STATUS register bitfields, reset value: 0x1 */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/
H A Dltrace_git.bb29 file://0001-Fix-type-of-single-bit-bitfields.patch \
/openbmc/qemu/include/exec/
H A Dmemattrs.h21 * all as non-overlapping bitfields in a single struct to avoid
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Fix-type-of-single-bit-bitfields.patch4 Subject: [PATCH] Fix type of single bit bitfields
/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/
H A Dflags.hpp54 // Macro used to define all of the logging flags as a sequence of bitfields.
/openbmc/u-boot/include/cramfs/
H A Dcramfs_fs.h8 * Width of various bitfields in struct cramfs_inode.
/openbmc/u-boot/arch/arm/mach-imx/
H A Dtimer.c27 /* General purpose timers bitfields */
/openbmc/qemu/docs/devel/
H A Dstyle.rst419 Bitfields subsection
422 C bitfields can be a cause of non-portability issues, especially under windows
427 For this reason, we disallow usage of bitfields in packed structures and in any
432 We also suggest avoiding bitfields even in structures where the exact
437 for bitfields.
/openbmc/u-boot/drivers/power/regulator/
H A Dstm32-vrefbuf.c20 /* STM32 VREFBUF CSR bitfields */
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/
H A Dtimer.c23 /* General purpose timers bitfields */
/openbmc/qemu/hw/net/
H A Dvmxnet3.h209 * Little Endian layout of bitfields -
215 * Big Endian layout of bitfields -
222 * the bit fields correctly. And cpu_to_le32 will convert bitfields
/openbmc/u-boot/arch/arm/include/asm/arch-mx27/
H A Dimx-regs.h317 /* SDRAM Controller registers bitfields */
422 /* Clocksource Bitfields */

12