Home
last modified time | relevance | path

Searched defs:PPC_BIT8 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dpnv-xive2-common.h14 #define PPC_BIT8(bit) (0x80 >> (bit)) macro
H A Dpnv-host-i2c-test.c17 #define PPC_BIT8(bit) (0x80 >> (bit)) macro
/openbmc/qemu/include/hw/ssi/
H A Dpnv_spi_regs.h18 #define PPC_BIT8(bit) (0x80 >> (bit)) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dbitops.h59 #define PPC_BIT8(bit) (1UL << PPC_BITLSHIFT8(bit)) macro
/openbmc/qemu/target/ppc/
H A Dcpu.h45 #define PPC_BIT8(bit) (0x80 >> (bit)) macro