Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/sun/
Dniu.c103 #define nr64_xpcs(reg) readq(np->regs + np->xpcs_off + (reg))
104 #define nw64_xpcs(reg, val) writeq((val), np->regs + np->xpcs_off + (reg))
9007 np->xpcs_off = 0x02000; in niu_init_mac_ipp_pcs_base()
9014 np->xpcs_off = 0x08000; in niu_init_mac_ipp_pcs_base()
9021 np->xpcs_off = ~0UL; in niu_init_mac_ipp_pcs_base()
9028 np->xpcs_off = ~0UL; in niu_init_mac_ipp_pcs_base()
Dniu.h3280 unsigned long xpcs_off; member