Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Dppce500.c74 #define PIWAR_SZ_MASK 0x0000003f macro
202 uint64_t size = 2ULL << (war & PIWAR_SZ_MASK); in e500_update_piw()
235 uint64_t size = 2ULL << (war & PIWAR_SZ_MASK); in e500_update_pow()
/openbmc/linux/arch/powerpc/sysdev/
H A Dfsl_pci.h29 #define PIWAR_SZ_MASK 0x0000003f macro
H A Dfsl_pci.c363 piwar |= ((mem_log - 1) & PIWAR_SZ_MASK); in setup_pci_atmu()
388 piwar = (piwar & ~PIWAR_SZ_MASK) | (mem_log - 1); in setup_pci_atmu()