Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/via/
Dvia-velocity.c837 u8 PHYSR0; in check_connection_type() local
839 PHYSR0 = readb(&regs->PHYSR0); in check_connection_type()
846 if (PHYSR0 & PHYSR0_FDPX) in check_connection_type()
849 if (PHYSR0 & PHYSR0_SPDG) in check_connection_type()
851 else if (PHYSR0 & PHYSR0_SPD10) in check_connection_type()
1054 if (BYTE_REG_BITS_IS_ON(PHYSR0_RXFLC, &regs->PHYSR0)) in enable_flow_control_ability()
1059 if (BYTE_REG_BITS_IS_ON(PHYSR0_TXFLC, &regs->PHYSR0)) in enable_flow_control_ability()
1858 linked = readb(&regs->PHYSR0) & PHYSR0_LINKGD; in velocity_error()
2745 return BYTE_REG_BITS_IS_ON(PHYSR0_LINKGD, &regs->PHYSR0) ? 1 : 0; in velocity_get_link()
Dvia-velocity.h1030 volatile u8 PHYSR0; member