Searched refs:sw_csconfig (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/sun/ |
D | sunhme.c | 708 hp->sw_csconfig = happy_meal_tcvr_read(hp, tregs, in happy_meal_begin_auto_negotiation() 710 hp->sw_csconfig &= ~(CSCONFIG_TCVDISAB); in happy_meal_begin_auto_negotiation() 712 hp->sw_csconfig); in happy_meal_begin_auto_negotiation() 750 hp->sw_csconfig = happy_meal_tcvr_read(hp, tregs, DP83840_CSCONFIG); in happy_meal_timer() 751 hp->sw_csconfig &= ~(CSCONFIG_TCVDISAB); in happy_meal_timer() 752 happy_meal_tcvr_write(hp, tregs, DP83840_CSCONFIG, hp->sw_csconfig); in happy_meal_timer() 817 hp->sw_csconfig = happy_meal_tcvr_read(hp, tregs, DP83840_CSCONFIG); in happy_meal_timer() 823 hp->sw_csconfig |= CSCONFIG_TCVDISAB; in happy_meal_timer() 825 DP83840_CSCONFIG, hp->sw_csconfig); in happy_meal_timer() 832 hp->sw_csconfig &= ~(CSCONFIG_TCVDISAB); in happy_meal_timer() [all …]
|
D | sunhme.h | 446 unsigned short sw_csconfig; /* SW copy of CSCONFIG */ member
|