Home
last modified time | relevance | path

Searched defs:readl (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/drivers/raw/ifpga/base/
H A Difpga_compat.h25 #define readl(addr) opae_readl(addr) macro
/f-stack/dpdk/drivers/net/enic/
H A Denic_compat.h66 static inline unsigned int readl(volatile void __iomem *addr) in readl() function
/f-stack/freebsd/mips/include/
H A Dcpufunc.h378 #define readl(va) (*(volatile uint32_t *) (va)) macro
/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_compat.h152 static inline u32 readl(const volatile void *addr) in readl() function
/f-stack/dpdk/drivers/common/iavf/
H A Diavf_osdep.h81 readl(volatile void *addr) in readl() function
/f-stack/dpdk/drivers/net/pfe/base/
H A Dpfe.h99 #define readl(p) (*(const volatile unsigned int *)(p)) macro
/f-stack/freebsd/i386/include/
H A Dcpufunc.h51 #define readl(va) (*(volatile uint32_t *) (va)) macro
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_osdep.h89 readl(volatile void *addr) in readl() function
/f-stack/freebsd/amd64/include/
H A Dcpufunc.h52 #define readl(va) (*(volatile uint32_t *) (va)) macro