Searched refs:DEF_PCI_AC_NORET (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | io-defs.h | 10 DEF_PCI_AC_NORET(writeb, (u8 val, PCI_IO_ADDR addr), (val, addr), mem, addr) 11 DEF_PCI_AC_NORET(writew, (u16 val, PCI_IO_ADDR addr), (val, addr), mem, addr) 12 DEF_PCI_AC_NORET(writel, (u32 val, PCI_IO_ADDR addr), (val, addr), mem, addr) 30 DEF_PCI_AC_NORET(readsb, (const PCI_IO_ADDR a, void *b, unsigned long c), 32 DEF_PCI_AC_NORET(readsw, (const PCI_IO_ADDR a, void *b, unsigned long c), 34 DEF_PCI_AC_NORET(readsl, (const PCI_IO_ADDR a, void *b, unsigned long c), 36 DEF_PCI_AC_NORET(writesb, (PCI_IO_ADDR a, const void *b, unsigned long c), 43 DEF_PCI_AC_NORET(insb, (unsigned long p, void *b, unsigned long c), 45 DEF_PCI_AC_NORET(insw, (unsigned long p, void *b, unsigned long c), 47 DEF_PCI_AC_NORET(insl, (unsigned long p, void *b, unsigned long c), [all …]
|
A D | io.h | 613 #define DEF_PCI_AC_NORET(name, at, al, space, aa) void (*name) at; macro 618 #undef DEF_PCI_AC_NORET 631 #define DEF_PCI_AC_NORET(name, at, al, space, aa) \ macro 643 #undef DEF_PCI_AC_NORET
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | io-workarounds.c | 112 #define DEF_PCI_AC_NORET(name, at, al, space, aa) \ macro 127 #undef DEF_PCI_AC_NORET 132 #define DEF_PCI_AC_NORET(name, at, al, space, aa) .name = iowa_##name, macro 137 #undef DEF_PCI_AC_NORET
|
Completed in 6 milliseconds