Searched refs:SIS_R32 (Results 1 – 2 of 2) sorted by relevance
91 if (!(SIS_R32(GMIIControl) & EhnMIInotDone)) in __mdio_cmd()112 return (u16) (SIS_R32(GMIIControl) >> EhnMIIdataShift); in mdio_read()140 if (!(SIS_R32(ROMControl) & 0x0002)) in sis190_read_eeprom()146 if (!(SIS_R32(ROMInterface) & EEREQ)) { in sis190_read_eeprom()147 data = (SIS_R32(ROMInterface) & 0xffff0000) >> 16; in sis190_read_eeprom()357 status = SIS_R32(IntrStatus); in sis190_poll()533 p->ctl |= SIS_R32(StationControl) & ~0x0f001c00; in sis190_phy_task()602 } while (SIS_R32(IntrMask)); in sis190_down()
64 #define SIS_R32(reg) readl (ioaddr + (reg)) macro66 #define SIS_PCI_COMMIT() SIS_R32(IntrControl)