Searched refs:PORT_SCR_ERR (Results 1 – 2 of 2) sorted by relevance
279 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()
57 #define PORT_SCR_ERR 0x30 /* SATA phy register: SError */ macro