Searched refs:temac_ior (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/xilinx/ |
H A D | ll_temac.h | 350 u32 (*temac_ior)(struct temac_local *lp, int offset); member 390 /* Wrappers for temac_ior()/temac_iow() function pointers above */ 391 #define temac_ior(lp, o) ((lp)->temac_ior(lp, o)) macro
|
H A D | ll_temac_main.c | 93 return temac_ior(lp, XTE_RDY0_OFFSET) & XTE_RDY0_HARD_ACS_RDY_MASK; in hard_acs_rdy() 164 return temac_ior(lp, XTE_LSW0_OFFSET); in temac_indirect_in32_locked() 1447 lp->temac_ior = _temac_ior_le; in temac_probe() 1450 lp->temac_ior = _temac_ior_be; in temac_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/xilinx/ |
H A D | ll_temac.h | 360 u32 (*temac_ior)(struct temac_local *lp, int offset); member 400 /* Wrappers for temac_ior()/temac_iow() function pointers above */ 401 #define temac_ior(lp, o) ((lp)->temac_ior(lp, o)) macro
|
H A D | ll_temac_main.c | 91 return temac_ior(lp, XTE_RDY0_OFFSET) & XTE_RDY0_HARD_ACS_RDY_MASK; in hard_acs_rdy() 162 return temac_ior(lp, XTE_LSW0_OFFSET); in temac_indirect_in32_locked() 1462 lp->temac_ior = _temac_ior_le; in temac_probe() 1465 lp->temac_ior = _temac_ior_be; in temac_probe()
|
Completed in 6 milliseconds