Searched refs:PCI_CONFIG_ADDR (Results 1 – 1 of 1) sorted by relevance
44 #define PCI_CONFIG_ADDR KSEG1ADDR(0x0f000c18) macro52 writel((1UL << 0x1e) | (reg & 0xfc), PCI_CONFIG_ADDR); in config_writeb()66 writel(((1UL << 30) | (reg & 0xfc)) , PCI_CONFIG_ADDR); in config_readw()74 writel(((1UL << 30) | (reg & 0xfc)) , PCI_CONFIG_ADDR); in config_readl()81 writel((1UL << 0x1e) | (reg & 0xfc), PCI_CONFIG_ADDR); in config_writel()