Searched refs:eeh_readsl (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | eeh.h | 454 static inline void eeh_readsl(const volatile void __iomem *addr, void * buf, in eeh_readsl() function
|
H A D | io.h | 555 #define __do_readsl(a, b, n) eeh_readsl(PCI_FIX_ADDR(a), (b), (n))
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | eeh.h | 448 static inline void eeh_readsl(const volatile void __iomem *addr, void * buf, in eeh_readsl() function
|
H A D | io.h | 599 #define __do_readsl(a, b, n) eeh_readsl(PCI_FIX_ADDR(a), (b), (n))
|
Completed in 6 milliseconds