Searched refs:MIICTL (Results 1 – 2 of 2) sorted by relevance
50 #define MIICTL 0x0030 macro
1809 CSR_WRITE_4(sc, MIICTL, ((reg << 4) | (phy << 9) | 0x01)); in epic_read_phy_reg()1812 if ((CSR_READ_4(sc, MIICTL) & 0x01) == 0) in epic_read_phy_reg()1826 CSR_WRITE_4(sc, MIICTL, ((reg << 4) | (phy << 9) | 0x02)); in epic_write_phy_reg()1829 if ((CSR_READ_4(sc, MIICTL) & 0x02) == 0) in epic_write_phy_reg()