Home
last modified time | relevance | path

Searched refs:temac_ior (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/xilinx/
H A Dll_temac.h360 u32 (*temac_ior)(struct temac_local *lp, int offset); member
401 #define temac_ior(lp, o) ((lp)->temac_ior(lp, o)) macro
H A Dll_temac_main.c91 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()