Home
last modified time | relevance | path

Searched refs:PCI_STATCMD_STATUS (Results 1 – 2 of 2) sorted by relevance

/linux/arch/mips/pci/
H A Dpci-alchemy.c115 r |= PCI_STATCMD_STATUS(0x2000); in config_access()
/linux/arch/mips/include/asm/mach-au1x00/
H A Dau1000.h575 #define PCI_STATCMD_STATUS(x) (((x) & 0xffff) << 16) macro