Home
last modified time | relevance | path

Searched refs:sw_csconfig (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/sun/
H A Dsunhme.c708 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()
751 hp->sw_csconfig &= ~(CSCONFIG_TCVDISAB); 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()
834 DP83840_CSCONFIG, hp->sw_csconfig); in happy_meal_timer()
863 hp->sw_csconfig = happy_meal_tcvr_read(hp, tregs, in happy_meal_timer()
865 hp->sw_csconfig |= CSCONFIG_TCVDISAB; in happy_meal_timer()
[all …]
H A Dsunhme.h446 unsigned short sw_csconfig; /* SW copy of CSCONFIG */ member