Searched refs:PCI_CFG_ADDR (Results 1 – 1 of 1) sorted by relevance
92 #define PCI_CFG_ADDR(dev,off) ((0x80<<24) | (dev<<8) | (off&0xfc)) macro100 writel(PCI_CFG_ADDR(devfn,offset), 0x80000cf8); in pci_read_config_32()