Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/sun/
Dniu.c83 #define nr64_xpcs(reg) readq(np->regs + np->xpcs_off + (reg))
84 #define nw64_xpcs(reg, val) writeq((val), np->regs + np->xpcs_off + (reg))
8996 np->xpcs_off = 0x02000; in niu_init_mac_ipp_pcs_base()
9003 np->xpcs_off = 0x08000; in niu_init_mac_ipp_pcs_base()
9010 np->xpcs_off = ~0UL; in niu_init_mac_ipp_pcs_base()
9017 np->xpcs_off = ~0UL; in niu_init_mac_ipp_pcs_base()
Dniu.h3279 unsigned long xpcs_off; member