Lines Matching refs:sw_csconfig
708 hp->sw_csconfig = happy_meal_tcvr_read(hp, tregs,
710 hp->sw_csconfig &= ~(CSCONFIG_TCVDISAB);
712 hp->sw_csconfig);
750 hp->sw_csconfig = happy_meal_tcvr_read(hp, tregs, DP83840_CSCONFIG);
751 hp->sw_csconfig &= ~(CSCONFIG_TCVDISAB);
752 happy_meal_tcvr_write(hp, tregs, DP83840_CSCONFIG, hp->sw_csconfig);
817 hp->sw_csconfig = happy_meal_tcvr_read(hp, tregs, DP83840_CSCONFIG);
823 hp->sw_csconfig |= CSCONFIG_TCVDISAB;
825 DP83840_CSCONFIG, hp->sw_csconfig);
832 hp->sw_csconfig &= ~(CSCONFIG_TCVDISAB);
834 DP83840_CSCONFIG, hp->sw_csconfig);
863 hp->sw_csconfig = happy_meal_tcvr_read(hp, tregs,
865 hp->sw_csconfig |= CSCONFIG_TCVDISAB;
867 DP83840_CSCONFIG, hp->sw_csconfig);