Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/sun/
Dsunhme.c692 hp->sw_csconfig = happy_meal_tcvr_read(hp, tregs, DP83840_CSCONFIG); in happy_meal_timer()
693 hp->sw_csconfig &= ~(CSCONFIG_TCVDISAB); in happy_meal_timer()
694 happy_meal_tcvr_write(hp, tregs, DP83840_CSCONFIG, hp->sw_csconfig); in happy_meal_timer()
759 hp->sw_csconfig = happy_meal_tcvr_read(hp, tregs, DP83840_CSCONFIG); in happy_meal_timer()
765 hp->sw_csconfig |= CSCONFIG_TCVDISAB; in happy_meal_timer()
767 DP83840_CSCONFIG, hp->sw_csconfig); in happy_meal_timer()
774 hp->sw_csconfig &= ~(CSCONFIG_TCVDISAB); in happy_meal_timer()
776 DP83840_CSCONFIG, hp->sw_csconfig); in happy_meal_timer()
810 hp->sw_csconfig = happy_meal_tcvr_read(hp, tregs, in happy_meal_timer()
812 hp->sw_csconfig |= CSCONFIG_TCVDISAB; in happy_meal_timer()
[all …]
Dsunhme.h446 unsigned short sw_csconfig; /* SW copy of CSCONFIG */ member