Searched refs:PORT_SCR_STAT (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/ata/
H A Dahci.h123 PORT_SCR_STAT = 0x28, /* SATA phy register: SStatus */ enumerator in enum:__anon183
H A Dlibahci.c642 [SCR_STATUS] = PORT_SCR_STAT,
/linux-master/drivers/block/mtip32xx/
H A Dmtip32xx.c418 while (((readl(port->mmio + PORT_SCR_STAT) & 0x01) == 0)
425 if ((readl(port->mmio + PORT_SCR_STAT) & 0x01) == 0)
2771 while (((readl(dd->port->mmio + PORT_SCR_STAT) & 0x0F) != 0x03) &&

Completed in 757 milliseconds