Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/via/
H A Dvia-velocity.c839 u8 PHYSR0; in check_connection_type() local
841 PHYSR0 = readb(&regs->PHYSR0); in check_connection_type()
848 if (PHYSR0 & PHYSR0_FDPX) in check_connection_type()
851 if (PHYSR0 & PHYSR0_SPDG) in check_connection_type()
853 else if (PHYSR0 & PHYSR0_SPD10) in check_connection_type()
1062 if (BYTE_REG_BITS_IS_ON(PHYSR0_RXFLC, &regs->PHYSR0)) in enable_flow_control_ability()
1067 if (BYTE_REG_BITS_IS_ON(PHYSR0_TXFLC, &regs->PHYSR0)) in enable_flow_control_ability()
1867 linked = readb(&regs->PHYSR0) & PHYSR0_LINKGD; in velocity_error()
2747 return BYTE_REG_BITS_IS_ON(PHYSR0_LINKGD, &regs->PHYSR0) ? 1 : 0; in velocity_get_link()
H A Dvia-velocity.h1020 volatile u8 PHYSR0; member