Lines Matching refs:sw_csconfig
716 hp->sw_csconfig = happy_meal_tcvr_read(hp, tregs, DP83840_CSCONFIG); in happy_meal_timer()
717 hp->sw_csconfig &= ~(CSCONFIG_TCVDISAB); in happy_meal_timer()
718 happy_meal_tcvr_write(hp, tregs, DP83840_CSCONFIG, hp->sw_csconfig); in happy_meal_timer()
783 hp->sw_csconfig = happy_meal_tcvr_read(hp, tregs, DP83840_CSCONFIG); in happy_meal_timer()
789 hp->sw_csconfig |= CSCONFIG_TCVDISAB; in happy_meal_timer()
791 DP83840_CSCONFIG, hp->sw_csconfig); in happy_meal_timer()
798 hp->sw_csconfig &= ~(CSCONFIG_TCVDISAB); in happy_meal_timer()
800 DP83840_CSCONFIG, hp->sw_csconfig); in happy_meal_timer()
834 hp->sw_csconfig = happy_meal_tcvr_read(hp, tregs, in happy_meal_timer()
836 hp->sw_csconfig |= CSCONFIG_TCVDISAB; in happy_meal_timer()
838 DP83840_CSCONFIG, hp->sw_csconfig); in happy_meal_timer()
1404 hp->sw_csconfig = happy_meal_tcvr_read(hp, tregs, in happy_meal_begin_auto_negotiation()
1406 hp->sw_csconfig &= ~(CSCONFIG_TCVDISAB); in happy_meal_begin_auto_negotiation()
1408 hp->sw_csconfig); in happy_meal_begin_auto_negotiation()