Lines Matching refs:sw_csconfig
717 hp->sw_csconfig = happy_meal_tcvr_read(hp, tregs, DP83840_CSCONFIG); in happy_meal_timer()
718 hp->sw_csconfig &= ~(CSCONFIG_TCVDISAB); in happy_meal_timer()
719 happy_meal_tcvr_write(hp, tregs, DP83840_CSCONFIG, hp->sw_csconfig); in happy_meal_timer()
784 hp->sw_csconfig = happy_meal_tcvr_read(hp, tregs, DP83840_CSCONFIG); in happy_meal_timer()
790 hp->sw_csconfig |= CSCONFIG_TCVDISAB; in happy_meal_timer()
792 DP83840_CSCONFIG, hp->sw_csconfig); in happy_meal_timer()
799 hp->sw_csconfig &= ~(CSCONFIG_TCVDISAB); in happy_meal_timer()
801 DP83840_CSCONFIG, hp->sw_csconfig); in happy_meal_timer()
835 hp->sw_csconfig = happy_meal_tcvr_read(hp, tregs, in happy_meal_timer()
837 hp->sw_csconfig |= CSCONFIG_TCVDISAB; in happy_meal_timer()
839 DP83840_CSCONFIG, hp->sw_csconfig); in happy_meal_timer()
1406 hp->sw_csconfig = happy_meal_tcvr_read(hp, tregs, in happy_meal_begin_auto_negotiation()
1408 hp->sw_csconfig &= ~(CSCONFIG_TCVDISAB); in happy_meal_begin_auto_negotiation()
1410 hp->sw_csconfig); in happy_meal_begin_auto_negotiation()