Searched refs:PHYSR0 (Results 1 – 2 of 2) sorted by relevance
837 u8 PHYSR0; in check_connection_type() local839 PHYSR0 = readb(®s->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, ®s->PHYSR0)) in enable_flow_control_ability()1059 if (BYTE_REG_BITS_IS_ON(PHYSR0_TXFLC, ®s->PHYSR0)) in enable_flow_control_ability()1858 linked = readb(®s->PHYSR0) & PHYSR0_LINKGD; in velocity_error()2745 return BYTE_REG_BITS_IS_ON(PHYSR0_LINKGD, ®s->PHYSR0) ? 1 : 0; in velocity_get_link()
1030 volatile u8 PHYSR0; member