Home
last modified time | relevance | path

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

/arch/mn10300/unit-asb2305/
Dpci.c66 #define BRIDGEREGL(X) (*(volatile __u32 *) (0xBE040000 + (X))) macro
89 __pcbdebug("=> %02hx", &BRIDGEREGL(where), value); in pci_ampci_read_config_byte()
109 __pcbdebug("=> %04hx", &BRIDGEREGL(where), value); in pci_ampci_read_config_word()
128 value = BRIDGEREGL(where); in pci_ampci_read_config_dword()
129 __pcbdebug("=> %08x", &BRIDGEREGL(where), value); in pci_ampci_read_config_dword()
186 __pcbdebug("<= %08x", &BRIDGEREGL(where), value); in pci_ampci_write_config_dword()
187 BRIDGEREGL(where) = value; in pci_ampci_write_config_dword()
469 BRIDGEREGL(PCI_BASE_ADDRESS_0) = 0x80000000; in unit_pci_init()
471 BRIDGEREGL(0x48) = 0x98000000; /* AMPCI base addr */ in unit_pci_init()
477 BRIDGEREGL(0x50) = 0x00000001; in unit_pci_init()
[all …]
/arch/mn10300/kernel/
Dtraps.c475 #define BRIDGEREGL(X) (*(volatile __u32 *)(0xBE040000 + (X))) in io_bus_error() macro
480 BRIDGEREGL(PCI_BASE_ADDRESS_0)); in io_bus_error()
482 BRIDGEREGL(0x48)); in io_bus_error()
488 BRIDGEREGL(0x4c)); in io_bus_error()