Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ readl
Function
readl
dpdk/drivers/net/enic/enic_compat.h:66–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
static inline unsigned int readl(volatile void __iomem *addr)
67
{
68
return rte_read32(addr);
69
}
70
71
static inline void writel(unsigned int val, volatile void __iomem *addr)
72
{
Callers
15
pcimem_bs_r_4_s
Function · 0.50
bcm_pmu_read4
Function · 0.50
bcm_pmu_read_chipst
Function · 0.50
pmci_read_fifo
Function · 0.50
max10_indirect_reg_write
Function · 0.50
gemac_set_speed
Function · 0.50
gemac_set_duplex
Function · 0.50
gemac_set_mode
Function · 0.50
gemac_enable
Function · 0.50
gemac_disable
Function · 0.50
gemac_tx_disable
Function · 0.50
gemac_tx_enable
Function · 0.50
Calls
1
rte_read32
Function · 0.50
Tested by
no test coverage detected