Home
last modified time | relevance | path

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

/external/u-boot/drivers/ata/
Dahci.c129 tmp = readl(port_mmio + PORT_SCR_STAT); in ahci_link_up()
291 tmp = readl(port_mmio + PORT_SCR_STAT); in ahci_host_init()
298 tmp = readl(port_mmio + PORT_SCR_STAT) & PORT_SCR_STAT_DET_MASK; in ahci_host_init()
324 tmp = readl(port_mmio + PORT_SCR_STAT); in ahci_host_init()
565 port_status = readl(port_mmio + PORT_SCR_STAT); in ahci_port_start()
649 port_status = readl(port_mmio + PORT_SCR_STAT); in ahci_device_data_io()
/external/u-boot/include/
Dahci.h55 #define PORT_SCR_STAT 0x28 /* SATA phy register: SStatus */ macro
/external/u-boot/board/highbank/
Dahci.c196 tmp = readl(port_mmio + PORT_SCR_STAT); in ahci_link_up()