Searched refs:sw_csconfig (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/sun/ |
D | sunhme.c | 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() [all …]
|
D | sunhme.h | 447 unsigned short sw_csconfig; /* SW copy of CSCONFIG */ member
|