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