Home
last modified time | relevance | path

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

/external/u-boot/drivers/ata/
Dahci.c279 tmp = readl(port_mmio + PORT_SCR_ERR); in ahci_host_init()
281 writel(tmp, port_mmio + PORT_SCR_ERR); in ahci_host_init()
311 tmp = readl(port_mmio + PORT_SCR_ERR); in ahci_host_init()
313 writel(tmp, port_mmio + PORT_SCR_ERR); in ahci_host_init()
/external/u-boot/include/
Dahci.h57 #define PORT_SCR_ERR 0x30 /* SATA phy register: SError */ macro