Searched refs:PHYSR0 (Results 1 – 2 of 2) sorted by relevance
845 u8 PHYSR0; in check_connection_type() local847 PHYSR0 = readb(®s->PHYSR0); in check_connection_type()854 if (PHYSR0 & PHYSR0_FDPX) in check_connection_type()857 if (PHYSR0 & PHYSR0_SPDG) in check_connection_type()859 else if (PHYSR0 & PHYSR0_SPD10) in check_connection_type()1062 if (BYTE_REG_BITS_IS_ON(PHYSR0_RXFLC, ®s->PHYSR0)) in enable_flow_control_ability()1067 if (BYTE_REG_BITS_IS_ON(PHYSR0_TXFLC, ®s->PHYSR0)) in enable_flow_control_ability()1869 linked = readb(®s->PHYSR0) & PHYSR0_LINKGD; in velocity_error()2773 return BYTE_REG_BITS_IS_ON(PHYSR0_LINKGD, ®s->PHYSR0) ? 1 : 0; in velocity_get_link()
1030 volatile u8 PHYSR0; member