Home
last modified time | relevance | path

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

/linux-3.4.99/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()
476 BRIDGEREGL(PCI_BASE_ADDRESS_0) = 0x80000000; in unit_pci_init()
478 BRIDGEREGL(0x48) = 0x98000000; /* AMPCI base addr */ in unit_pci_init()
484 BRIDGEREGL(0x50) = 0x00000001; in unit_pci_init()
[all …]
/linux-3.4.99/arch/mn10300/kernel/
Dtraps.c485 #define BRIDGEREGL(X) (*(volatile __u32 *)(0xBE040000 + (X))) in io_bus_error() macro
490 BRIDGEREGL(PCI_BASE_ADDRESS_0)); in io_bus_error()
492 BRIDGEREGL(0x48)); in io_bus_error()
498 BRIDGEREGL(0x4c)); in io_bus_error()