Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/ata/
H A Dahci.c140 tmp = readl(port_mmio + PORT_SCR_STAT); in ahci_link_up()
303 tmp = readl(port_mmio + PORT_SCR_STAT); in ahci_host_init()
310 tmp = readl(port_mmio + PORT_SCR_STAT) & PORT_SCR_STAT_DET_MASK; in ahci_host_init()
336 tmp = readl(port_mmio + PORT_SCR_STAT); in ahci_host_init()
584 port_status = readl(port_mmio + PORT_SCR_STAT); in ahci_port_start()
667 port_status = readl(port_mmio + PORT_SCR_STAT); in ahci_device_data_io()
/rk3399_rockchip-uboot/include/
H A Dahci.h56 #define PORT_SCR_STAT 0x28 /* SATA phy register: SStatus */ macro
/rk3399_rockchip-uboot/board/highbank/
H A Dahci.c197 tmp = readl(port_mmio + PORT_SCR_STAT); in ahci_link_up()