Searched refs:__pcidebug (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/mn10300/include/asm/ |
D | pci.h | 22 #define __pcidebug(FMT, BUS, DEVFN, WHERE,...) \ 33 #define __pcidebug(FMT, BUS, DEVFN, WHERE, ...) do {} while (0) macro
|
/linux-4.1.27/arch/mn10300/unit-asb2305/ |
D | pci.c | 95 __pcidebug("=> %02hx", bus, devfn, where, value); in pci_ampci_read_config_byte() 115 __pcidebug("=> %04hx", bus, devfn, where, value); in pci_ampci_read_config_word() 135 __pcidebug("=> %08x", bus, devfn, where, value); in pci_ampci_read_config_dword() 154 __pcidebug("<= %02x", bus, devfn, where, value); in pci_ampci_write_config_byte() 172 __pcidebug("<= %04hx", bus, devfn, where, value); in pci_ampci_write_config_word() 190 __pcidebug("<= %08x", bus, devfn, where, value); in pci_ampci_write_config_dword()
|