Searched refs:REG_SELFCTL (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/cirrus/ |
H A D | ep93xx_eth.c | 43 #define REG_SELFCTL 0x0020 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() 548 wrl(ep, REG_SELFCTL, ((ep->mdc_divisor - 1) << 9)); in ep93xx_start_hw() 552 wrl(ep, REG_SELFCTL, ((ep->mdc_divisor - 1) << 9) | (1 << 8)); 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()
|