Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/ata/
Dahci.h123 PORT_SCR_STAT = 0x28, /* SATA phy register: SStatus */ enumerator
Dlibahci.c579 [SCR_STATUS] = PORT_SCR_STAT, in ahci_scr_offset()
/Linux-v5.4/drivers/block/mtip32xx/
Dmtip32xx.c430 while (((readl(port->mmio + PORT_SCR_STAT) & 0x01) == 0) in mtip_restart_port()
437 if ((readl(port->mmio + PORT_SCR_STAT) & 0x01) == 0) in mtip_restart_port()
2929 while (((readl(dd->port->mmio + PORT_SCR_STAT) & 0x0F) != 0x03) && in mtip_hw_init()