Home
last modified time | relevance | path

Searched refs:PORT_SCR_STAT (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/ata/
Dahci.h138 PORT_SCR_STAT = 0x28, /* SATA phy register: SStatus */ enumerator
Dlibahci.c542 [SCR_STATUS] = PORT_SCR_STAT, in ahci_scr_offset()
/linux-4.4.14/drivers/block/mtip32xx/
Dmtip32xx.c506 while (((readl(port->mmio + PORT_SCR_STAT) & 0x01) == 0) in mtip_restart_port()
513 if ((readl(port->mmio + PORT_SCR_STAT) & 0x01) == 0) in mtip_restart_port()
3259 while (((readl(dd->port->mmio + PORT_SCR_STAT) & 0x0F) != 0x03) && in mtip_hw_init()