Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ata/
H A Dahci.c129 tmp = readl(port_mmio + PORT_SCR_STAT); in ahci_link_up()
293 tmp = readl(port_mmio + PORT_SCR_STAT); in ahci_host_init()
300 tmp = readl(port_mmio + PORT_SCR_STAT) & PORT_SCR_STAT_DET_MASK; in ahci_host_init()
326 tmp = readl(port_mmio + PORT_SCR_STAT); in ahci_host_init()
567 port_status = readl(port_mmio + PORT_SCR_STAT); in ahci_port_start()
651 port_status = readl(port_mmio + PORT_SCR_STAT); in ahci_device_data_io()
/openbmc/u-boot/include/
H A Dahci.h55 #define PORT_SCR_STAT 0x28 /* SATA phy register: SStatus */ macro
/openbmc/u-boot/board/highbank/
H A Dahci.c196 tmp = readl(port_mmio + PORT_SCR_STAT); in ahci_link_up()
/openbmc/linux/drivers/ata/
H A Dahci.h123 PORT_SCR_STAT = 0x28, /* SATA phy register: SStatus */ enumerator
H A Dlibahci.c642 [SCR_STATUS] = PORT_SCR_STAT, in ahci_scr_offset()
/openbmc/linux/drivers/block/mtip32xx/
H A Dmtip32xx.c418 while (((readl(port->mmio + PORT_SCR_STAT) & 0x01) == 0) in mtip_restart_port()
425 if ((readl(port->mmio + PORT_SCR_STAT) & 0x01) == 0) in mtip_restart_port()
2771 while (((readl(dd->port->mmio + PORT_SCR_STAT) & 0x0F) != 0x03) && in mtip_hw_init()