Searched refs:PORT_SCR_ACT (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dahci.h177 PORT_SCR_ACT = 0x34, /* SATA phy register: SActive */ enumerator in enum:__anon10738
H A Dlibahci.c508 [SCR_ACTIVE] = PORT_SCR_ACT,
1699 * PORT_SCR_ACT and PORT_CMD_ISSUE should be checked because
1704 qc_active = readl(port_mmio + PORT_SCR_ACT);
1710 qc_active = readl(port_mmio + PORT_SCR_ACT);
1800 writel(1 << qc->tag, port_mmio + PORT_SCR_ACT);

Completed in 70 milliseconds