Lines Matching refs:sw_csconfig
637 hp->sw_csconfig = happy_meal_tcvr_read(hp, tregs, DP83840_CSCONFIG); in happy_meal_timer()
638 hp->sw_csconfig &= ~(CSCONFIG_TCVDISAB); in happy_meal_timer()
639 happy_meal_tcvr_write(hp, tregs, DP83840_CSCONFIG, hp->sw_csconfig); in happy_meal_timer()
704 hp->sw_csconfig = happy_meal_tcvr_read(hp, tregs, DP83840_CSCONFIG); in happy_meal_timer()
710 hp->sw_csconfig |= CSCONFIG_TCVDISAB; in happy_meal_timer()
712 DP83840_CSCONFIG, hp->sw_csconfig); in happy_meal_timer()
719 hp->sw_csconfig &= ~(CSCONFIG_TCVDISAB); in happy_meal_timer()
721 DP83840_CSCONFIG, hp->sw_csconfig); in happy_meal_timer()
755 hp->sw_csconfig = happy_meal_tcvr_read(hp, tregs, in happy_meal_timer()
757 hp->sw_csconfig |= CSCONFIG_TCVDISAB; in happy_meal_timer()
759 DP83840_CSCONFIG, hp->sw_csconfig); in happy_meal_timer()
1308 hp->sw_csconfig = happy_meal_tcvr_read(hp, tregs, in happy_meal_begin_auto_negotiation()
1310 hp->sw_csconfig &= ~(CSCONFIG_TCVDISAB); in happy_meal_begin_auto_negotiation()
1312 hp->sw_csconfig); in happy_meal_begin_auto_negotiation()