Searched refs:MIICR (Results 1 – 2 of 2) sorted by relevance
630 writeb(0, ®s->MIICR); in safe_disable_mii_autopoll()649 writeb(0, &(regs->MIICR)); in enable_mii_autopoll()658 writeb(MIICR_MAUTO, ®s->MIICR); in enable_mii_autopoll()688 BYTE_REG_BITS_ON(MIICR_RCMD, ®s->MIICR); in velocity_mii_read()691 if (!(readb(®s->MIICR) & MIICR_RCMD)) in velocity_mii_read()770 BYTE_REG_BITS_ON(MIICR_WCMD, ®s->MIICR); in velocity_mii_write()775 if (!(readb(®s->MIICR) & MIICR_WCMD)) in velocity_mii_write()
1032 volatile u8 MIICR; member