Searched refs:temac_ior (Results 1 – 2 of 2) sorted by relevance
360 u32 (*temac_ior)(struct temac_local *lp, int offset); member401 #define temac_ior(lp, o) ((lp)->temac_ior(lp, o)) macro
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()