Searched refs:fmc_readl (Results 1 – 6 of 6) sorted by relevance
21 uint32_t res = fmc_readl(fmc, address); in __sdb_rd()35 onew = fmc_readl(fmc, sdb_addr); in __fmc_scan_sdb_tree()
71 val = fmc_readl(fmc, addr); in fc_read()
15 uint32_t fmc_readl(struct fmc_device *fmc, int offset);
158 inline functions fmc_readl and fmc_writel that access fpga_base if160 and efficient should use fmc_readl and fmc_writel. For Etherbone,
21 pointer directly but run fmc_readl and fmc_writel instead, which will
202 static inline uint32_t fmc_readl(struct fmc_device *fmc, int offset) in fmc_readl() function