Searched refs:PHYSR0 (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/via/
H A Dvia-velocity.c839 u8 PHYSR0; local
841 PHYSR0 = readb(&regs->PHYSR0);
844 if (!(PHYSR0 & PHYSR0_LINKGD))
848 if (PHYSR0 & PHYSR0_FDPX)
851 if (PHYSR0 & PHYSR0_SPDG)
853 else if (PHYSR0 & PHYSR0_SPD10)
1062 if (BYTE_REG_BITS_IS_ON(PHYSR0_RXFLC, &regs->PHYSR0))
1067 if (BYTE_REG_BITS_IS_ON(PHYSR0_TXFLC, &regs->PHYSR0))
1865 * Get link status from PHYSR0
[all...]
H A Dvia-velocity.h637 * Bits in the PHYSR0 register
1020 volatile u8 PHYSR0; member in struct:mac_regs

Completed in 262 milliseconds