Searched refs:xpcs_off (Results 1 – 2 of 2) sorted by relevance
84 #define nr64_xpcs(reg) readq(np->regs + np->xpcs_off + (reg))85 #define nw64_xpcs(reg, val) writeq((val), np->regs + np->xpcs_off + (reg))8983 np->xpcs_off = 0x02000; in niu_init_mac_ipp_pcs_base()8990 np->xpcs_off = 0x08000; in niu_init_mac_ipp_pcs_base()8997 np->xpcs_off = ~0UL; in niu_init_mac_ipp_pcs_base()9004 np->xpcs_off = ~0UL; in niu_init_mac_ipp_pcs_base()
3280 unsigned long xpcs_off; member