Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/via/
Dvia-velocity.c827 u8 PHYSR0; in check_connection_type() local
829 PHYSR0 = readb(&regs->PHYSR0); in check_connection_type()
836 if (PHYSR0 & PHYSR0_FDPX) in check_connection_type()
839 if (PHYSR0 & PHYSR0_SPDG) in check_connection_type()
841 else if (PHYSR0 & PHYSR0_SPD10) in check_connection_type()
1044 if (BYTE_REG_BITS_IS_ON(PHYSR0_RXFLC, &regs->PHYSR0)) in enable_flow_control_ability()
1049 if (BYTE_REG_BITS_IS_ON(PHYSR0_TXFLC, &regs->PHYSR0)) in enable_flow_control_ability()
1848 linked = readb(&regs->PHYSR0) & PHYSR0_LINKGD; in velocity_error()
2735 return BYTE_REG_BITS_IS_ON(PHYSR0_LINKGD, &regs->PHYSR0) ? 1 : 0; in velocity_get_link()
Dvia-velocity.h1021 volatile u8 PHYSR0; member