Searched refs:PORT_SCR_ACT (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/ata/
H A Dahci.h126 PORT_SCR_ACT = 0x34, /* SATA phy register: SActive */ enumerator in enum:__anon183
H A Dlibahci.c645 [SCR_ACTIVE] = PORT_SCR_ACT,
1865 * PORT_SCR_ACT and PORT_CMD_ISSUE should be checked because
1870 qc_active = readl(port_mmio + PORT_SCR_ACT);
1876 qc_active = readl(port_mmio + PORT_SCR_ACT);
2055 writel(1 << qc->hw_tag, port_mmio + PORT_SCR_ACT);
/linux-master/drivers/block/mtip32xx/
H A Dmtip32xx.c2762 dd->port->mmio + i*0x80 + PORT_SCR_ACT;

Completed in 193 milliseconds