Searched refs:temac_iow (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/xilinx/ |
| H A D | ll_temac.h | 351 void (*temac_iow)(struct temac_local *lp, int offset, u32 value); member 392 #define temac_iow(lp, o, v) ((lp)->temac_iow(lp, o, v)) macro
|
| H A D | ll_temac_mdio.c | 34 temac_iow(lp, XTE_LSW0_OFFSET, (phy_id << 5) | reg); in temac_mdio_read()
|
| H A D | ll_temac_main.c | 155 temac_iow(lp, XTE_CTL0_OFFSET, reg); in temac_indirect_in32_locked() 196 temac_iow(lp, XTE_LSW0_OFFSET, value); in temac_indirect_out32_locked() 197 temac_iow(lp, XTE_CTL0_OFFSET, CNTLREG_WRITE_ENABLE_MASK | reg); in temac_indirect_out32_locked() 1448 lp->temac_iow = _temac_iow_le; in temac_probe() 1451 lp->temac_iow = _temac_iow_be; in temac_probe()
|