Searched refs:DEF_PCI_AC_RET (Results 1 – 2 of 2) sorted by relevance
| /arch/powerpc/include/asm/ |
| A D | io-defs.h | 4 DEF_PCI_AC_RET(inb, u8, (unsigned long port), (port)) 5 DEF_PCI_AC_RET(inw, u16, (unsigned long port), (port)) 6 DEF_PCI_AC_RET(inl, u32, (unsigned long port), (port))
|
| A D | io.h | 640 #define DEF_PCI_AC_RET(name, ret, at, al) ret (*name) at; macro 645 #undef DEF_PCI_AC_RET 651 #define DEF_PCI_AC_RET(name, ret, at, al) \ macro 670 #undef DEF_PCI_AC_RET
|
Completed in 5 milliseconds