Home
last modified time | relevance | path

Searched refs:PORT_SCR_ACT (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dahci.h59 #define PORT_SCR_ACT 0x34 /* SATA phy register: SActive */ macro
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dahci.h126 PORT_SCR_ACT = 0x34, /* SATA phy register: SActive */ enumerator
H A Dlibahci.c587 [SCR_ACTIVE] = PORT_SCR_ACT, in ahci_scr_offset()
1869 qc_active = readl(port_mmio + PORT_SCR_ACT); in ahci_handle_port_interrupt()
1875 qc_active = readl(port_mmio + PORT_SCR_ACT); in ahci_handle_port_interrupt()
2005 writel(1 << qc->hw_tag, port_mmio + PORT_SCR_ACT); in ahci_qc_issue()
/OK3568_Linux_fs/kernel/drivers/block/mtip32xx/
H A Dmtip32xx.c2921 dd->port->mmio + i*0x80 + PORT_SCR_ACT; in mtip_hw_init()