Searched refs:xgene_enet_rd_indirect (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_xgmac.c | 103 static bool xgene_enet_rd_indirect(void __iomem *addr, void __iomem *rd, in xgene_enet_rd_indirect() function 136 if (!xgene_enet_rd_indirect(addr, rd, cmd, cmd_done, rd_addr, rd_data)) in xgene_enet_rd_mac()
|
D | xgene_enet_sgmac.c | 87 static u32 xgene_enet_rd_indirect(struct xgene_indirect_ctl *ctl, u32 rd_addr) in xgene_enet_rd_indirect() function 120 return xgene_enet_rd_indirect(&ctl, rd_addr); in xgene_enet_rd_mac()
|
D | xgene_enet_hw.c | 314 static bool xgene_enet_rd_indirect(void __iomem *addr, void __iomem *rd, in xgene_enet_rd_indirect() function 347 if (!xgene_enet_rd_indirect(addr, rd, cmd, cmd_done, rd_addr, rd_data)) in xgene_enet_rd_mcx_mac()
|