Searched refs:SIS_R32 (Results 1 – 1 of 1) sorted by relevance
79 #define SIS_R32(reg) readl (ioaddr + (reg)) macro81 #define SIS_PCI_COMMIT() SIS_R32(IntrControl)374 if (!(SIS_R32(GMIIControl) & EhnMIInotDone)) in __mdio_cmd()395 return (u16) (SIS_R32(GMIIControl) >> EhnMIIdataShift); in mdio_read()423 if (!(SIS_R32(ROMControl) & 0x0002)) in sis190_read_eeprom()429 if (!(SIS_R32(ROMInterface) & EEREQ)) { in sis190_read_eeprom()430 data = (SIS_R32(ROMInterface) & 0xffff0000) >> 16; in sis190_read_eeprom()743 status = SIS_R32(IntrStatus); in sis190_irq()993 p->ctl |= SIS_R32(StationControl) & ~0x0f001c00; in sis190_phy_task()1154 } while (SIS_R32(IntrMask)); in sis190_down()[all …]