Home
last modified time | relevance | path

Searched refs:BITPOS (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/arm/
H A Dcpregs.h628 FIELD(FGT, BITPOS, 0, 6) /* Bit position within the uint64_t */
/openbmc/qemu/target/arm/tcg/
H A Dop_helper.c818 unsigned int bitpos = FIELD_EX32(ri->fgt, FGT, BITPOS); in HELPER()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dmxc_nand.c42 #define BITPOS(x) ((x) & 0xf) macro