Searched refs:REG_SELFCTL_RESET (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cirrus/ |
H A D | ep93xx_eth.c | 45 #define REG_SELFCTL_RESET 0x00000001 macro 537 wrl(ep, REG_SELFCTL, REG_SELFCTL_RESET); in ep93xx_start_hw() 539 if ((rdl(ep, REG_SELFCTL) & REG_SELFCTL_RESET) == 0) in ep93xx_start_hw() 618 wrl(ep, REG_SELFCTL, REG_SELFCTL_RESET); in ep93xx_stop_hw() 620 if ((rdl(ep, REG_SELFCTL) & REG_SELFCTL_RESET) == 0) in ep93xx_stop_hw()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cirrus/ |
H A D | ep93xx_eth.c | 45 #define REG_SELFCTL_RESET 0x00000001 macro 537 wrl(ep, REG_SELFCTL, REG_SELFCTL_RESET); in ep93xx_start_hw() 539 if ((rdl(ep, REG_SELFCTL) & REG_SELFCTL_RESET) == 0) in ep93xx_start_hw() 618 wrl(ep, REG_SELFCTL, REG_SELFCTL_RESET); in ep93xx_stop_hw() 620 if ((rdl(ep, REG_SELFCTL) & REG_SELFCTL_RESET) == 0) in ep93xx_stop_hw()
|
Completed in 3 milliseconds