Searched refs:__pcbdebug (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/mn10300/include/asm/ |
D | pci.h | 18 #define __pcbdebug(FMT, ADDR, ...) \ 32 #define __pcbdebug(FMT, ADDR, ...) do {} while (0) macro
|
/linux-4.4.14/arch/mn10300/unit-asb2305/ |
D | pci.c | 89 __pcbdebug("=> %02hx", &BRIDGEREGL(where), value); in pci_ampci_read_config_byte() 109 __pcbdebug("=> %04hx", &BRIDGEREGL(where), value); in pci_ampci_read_config_word() 129 __pcbdebug("=> %08x", &BRIDGEREGL(where), value); in pci_ampci_read_config_dword() 148 __pcbdebug("<= %02x", &BRIDGEREGB(where), value); in pci_ampci_write_config_byte() 168 __pcbdebug("<= %04hx", &BRIDGEREGW(where), value); in pci_ampci_write_config_word() 186 __pcbdebug("<= %08x", &BRIDGEREGL(where), value); in pci_ampci_write_config_dword()
|