Lines Matching refs:CONFIG_ADDRESS
59 #define CONFIG_ADDRESS (*(volatile __u32 *) 0xBFFFFFF8) macro
91 CONFIG_ADDRESS = CONFIG_CMD(bus, devfn, where); in pci_ampci_read_config_byte()
92 rawval = CONFIG_ADDRESS; in pci_ampci_read_config_byte()
111 CONFIG_ADDRESS = CONFIG_CMD(bus, devfn, where); in pci_ampci_read_config_word()
112 rawval = CONFIG_ADDRESS; in pci_ampci_read_config_word()
131 CONFIG_ADDRESS = CONFIG_CMD(bus, devfn, where); in pci_ampci_read_config_dword()
132 rawval = CONFIG_ADDRESS; in pci_ampci_read_config_dword()
155 CONFIG_ADDRESS = CONFIG_CMD(bus, devfn, where); in pci_ampci_write_config_byte()
156 rawval = CONFIG_ADDRESS; in pci_ampci_write_config_byte()
173 CONFIG_ADDRESS = CONFIG_CMD(bus, devfn, where); in pci_ampci_write_config_word()
174 rawval = CONFIG_ADDRESS; in pci_ampci_write_config_word()
191 CONFIG_ADDRESS = CONFIG_CMD(bus, devfn, where); in pci_ampci_write_config_dword()
192 rawval = CONFIG_ADDRESS; in pci_ampci_write_config_dword()