Home
last modified time | relevance | path

Searched refs:PORT_CMD (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/ata/
H A Dahci.c256 tmp = readl(port_mmio + PORT_CMD); in ahci_host_init()
262 writel_with_flush(tmp, port_mmio + PORT_CMD); in ahci_host_init()
277 cmd = readl(port_mmio + PORT_CMD); in ahci_host_init()
279 writel_with_flush(cmd, port_mmio + PORT_CMD); in ahci_host_init()
638 PORT_CMD_START, port_mmio + PORT_CMD); in ahci_port_start()
/rk3399_rockchip-uboot/include/
H A Dahci.h51 #define PORT_CMD 0x18 /* port command */ macro