Searched refs:BRIDGEREGB (Results 1 – 2 of 2) sorted by relevance
64 #define BRIDGEREGB(X) (*(volatile __u8 *) (0xBE040000 + (X))) macro88 value = BRIDGEREGB(where); in pci_ampci_read_config_byte()148 __pcbdebug("<= %02x", &BRIDGEREGB(where), value); in pci_ampci_write_config_byte()149 BRIDGEREGB(where) = value; in pci_ampci_write_config_byte()467 BRIDGEREGB(PCI_LATENCY_TIMER) = 0x10; in unit_pci_init()469 BRIDGEREGB(PCI_INTERRUPT_LINE) = 1; in unit_pci_init()471 BRIDGEREGB(0x41) = 0x00; /* secondary bus in unit_pci_init()473 BRIDGEREGB(0x42) = 0x01; /* subordinate bus in unit_pci_init()475 BRIDGEREGB(0x44) = 0x01; in unit_pci_init()
473 #define BRIDGEREGB(X) (*(volatile __u8 *)(0xBE040000 + (X))) in io_bus_error() macro