Searched refs:eeh_readsb (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | eeh.h | 438 static inline void eeh_readsb(const volatile void __iomem *addr, void * buf, in eeh_readsb() function
|
H A D | io.h | 553 #define __do_readsb(a, b, n) eeh_readsb(PCI_FIX_ADDR(a), (b), (n))
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | eeh.h | 432 static inline void eeh_readsb(const volatile void __iomem *addr, void * buf, in eeh_readsb() function
|
H A D | io.h | 597 #define __do_readsb(a, b, n) eeh_readsb(PCI_FIX_ADDR(a), (b), (n))
|
Completed in 8 milliseconds