Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/cirrus/
Dep93xx_eth.c44 #define REG_SELFCTL_RESET 0x00000001 macro
536 wrl(ep, REG_SELFCTL, REG_SELFCTL_RESET); in ep93xx_start_hw()
538 if ((rdl(ep, REG_SELFCTL) & REG_SELFCTL_RESET) == 0) in ep93xx_start_hw()
617 wrl(ep, REG_SELFCTL, REG_SELFCTL_RESET); in ep93xx_stop_hw()
619 if ((rdl(ep, REG_SELFCTL) & REG_SELFCTL_RESET) == 0) in ep93xx_stop_hw()