Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mn10300/unit-asb2305/
Dpci.c65 #define BRIDGEREGW(X) (*(volatile __u16 *) (0xBE040000 + (X))) macro
108 value = BRIDGEREGW(where); in pci_ampci_read_config_word()
168 __pcbdebug("<= %04hx", &BRIDGEREGW(where), value); in pci_ampci_write_config_word()
169 BRIDGEREGW(where) = value; in pci_ampci_write_config_word()
471 BRIDGEREGW(PCI_COMMAND) |= in unit_pci_init()
474 BRIDGEREGW(PCI_STATUS) = 0xF800; in unit_pci_init()
/linux-3.4.99/arch/mn10300/kernel/
Dtraps.c484 #define BRIDGEREGW(X) (*(volatile __u16 *)(0xBE040000 + (X))) in io_bus_error() macro
494 BRIDGEREGW(PCI_COMMAND)); in io_bus_error()
496 BRIDGEREGW(PCI_STATUS)); in io_bus_error()