Searched refs:MIICR (Results 1 – 2 of 2) sorted by relevance
632 writeb(0, ®s->MIICR); in safe_disable_mii_autopoll()651 writeb(0, &(regs->MIICR)); in enable_mii_autopoll()660 writeb(MIICR_MAUTO, ®s->MIICR); in enable_mii_autopoll()690 BYTE_REG_BITS_ON(MIICR_RCMD, ®s->MIICR); in velocity_mii_read()693 if (!(readb(®s->MIICR) & MIICR_RCMD)) in velocity_mii_read()772 BYTE_REG_BITS_ON(MIICR_WCMD, ®s->MIICR); in velocity_mii_write()777 if (!(readb(®s->MIICR) & MIICR_WCMD)) in velocity_mii_write()
1022 volatile u8 MIICR; member