temac_ior
u32 (*temac_ior)(struct temac_local *lp, int offset);
#define temac_ior(lp, o) ((lp)->temac_ior(lp, o))
lp->temac_ior = _temac_ior_le;
lp->temac_ior = _temac_ior_be;
return temac_ior(lp, XTE_LSW0_OFFSET);
return temac_ior(lp, XTE_RDY0_OFFSET) & XTE_RDY0_HARD_ACS_RDY_MASK;