Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/ata/
Dahci.h204 PORT_FBS_DEC = (1 << 1), /* FBS device error clear */ enumerator
Dlibahci.c1575 writel(fbs | PORT_FBS_DEC, port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1577 while ((fbs & PORT_FBS_DEC) && retries--) { in ahci_fbs_dec_intr()
1582 if (fbs & PORT_FBS_DEC) in ahci_fbs_dec_intr()
1906 fbs &= ~(PORT_FBS_DEV_MASK | PORT_FBS_DEC); in ahci_qc_issue()