| /openbmc/u-boot/drivers/serial/ |
| H A D | atmel_usart.h | 35 /* 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 D | atmel_mci.h | 46 /* 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 D | bitfield.h | 10 * 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 D | macb.h | 71 /* 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 D | lpc32xx_eth.c | 39 /* 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 D | smbios.py2 | 34 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 D | atmel_usba_udc.h | 37 /* 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 D | timer.c | 19 /* General purpose timers bitfields */
|
| /openbmc/u-boot/arch/arm/include/asm/ti-common/ |
| H A D | keystone_net.h | 74 * 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 D | timer.c | 14 /* General purpose timers bitfields */
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
| H A D | 0001-Use-unsigned-int-type-for-1-bit-integer-bitfield.patch | 6 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 D | 0001-do-not-create-a-run-test-to-determine-order-of-bitfi.patch | 4 Subject: [PATCH] do not create a run test to determine order of bitfields
|
| /openbmc/qemu/bsd-user/ |
| H A D | syscall_defs.h | 240 * 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 D | exynos4210_rng.c | 45 /* 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 D | ltrace_git.bb | 29 file://0001-Fix-type-of-single-bit-bitfields.patch \
|
| /openbmc/qemu/include/exec/ |
| H A D | memattrs.h | 21 * all as non-overlapping bitfields in a single struct to avoid
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
| H A D | 0001-Fix-type-of-single-bit-bitfields.patch | 4 Subject: [PATCH] Fix type of single bit bitfields
|
| /openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/ |
| H A D | flags.hpp | 54 // Macro used to define all of the logging flags as a sequence of bitfields.
|
| /openbmc/u-boot/include/cramfs/ |
| H A D | cramfs_fs.h | 8 * Width of various bitfields in struct cramfs_inode.
|
| /openbmc/u-boot/arch/arm/mach-imx/ |
| H A D | timer.c | 27 /* General purpose timers bitfields */
|
| /openbmc/qemu/docs/devel/ |
| H A D | style.rst | 419 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 D | stm32-vrefbuf.c | 20 /* STM32 VREFBUF CSR bitfields */
|
| /openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/ |
| H A D | timer.c | 23 /* General purpose timers bitfields */
|
| /openbmc/qemu/hw/net/ |
| H A D | vmxnet3.h | 209 * 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 D | imx-regs.h | 317 /* SDRAM Controller registers bitfields */ 422 /* Clocksource Bitfields */
|