Searched refs:REG_SELFCTL (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/cirrus/
H A Dep93xx_eth.c49 #define REG_SELFCTL 0x0020 macro
555 wrl(ep, REG_SELFCTL, REG_SELFCTL_RESET); ep93xx_start_hw()
557 if ((rdl(ep, REG_SELFCTL) & REG_SELFCTL_RESET) == 0) ep93xx_start_hw()
567 wrl(ep, REG_SELFCTL, ((ep->mdc_divisor - 1) << 9)); ep93xx_start_hw()
571 wrl(ep, REG_SELFCTL, ((ep->mdc_divisor - 1) << 9) | (1 << 8)); ep93xx_start_hw()
636 wrl(ep, REG_SELFCTL, REG_SELFCTL_RESET); ep93xx_stop_hw()
638 if ((rdl(ep, REG_SELFCTL) & REG_SELFCTL_RESET) == 0) ep93xx_stop_hw()

Completed in 51 milliseconds