Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/sun/
Dsunhme.c637 hp->sw_csconfig = happy_meal_tcvr_read(hp, tregs, DP83840_CSCONFIG); in happy_meal_timer()
638 hp->sw_csconfig &= ~(CSCONFIG_TCVDISAB); in happy_meal_timer()
639 happy_meal_tcvr_write(hp, tregs, DP83840_CSCONFIG, hp->sw_csconfig); in happy_meal_timer()
704 hp->sw_csconfig = happy_meal_tcvr_read(hp, tregs, DP83840_CSCONFIG); in happy_meal_timer()
710 hp->sw_csconfig |= CSCONFIG_TCVDISAB; in happy_meal_timer()
712 DP83840_CSCONFIG, hp->sw_csconfig); in happy_meal_timer()
719 hp->sw_csconfig &= ~(CSCONFIG_TCVDISAB); in happy_meal_timer()
721 DP83840_CSCONFIG, hp->sw_csconfig); in happy_meal_timer()
755 hp->sw_csconfig = happy_meal_tcvr_read(hp, tregs, in happy_meal_timer()
757 hp->sw_csconfig |= CSCONFIG_TCVDISAB; in happy_meal_timer()
[all …]
Dsunhme.h446 unsigned short sw_csconfig; /* SW copy of CSCONFIG */ member