Home
last modified time | relevance | path

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

/drivers/ata/
Dahci.h191 PORT_FBS_DEC = BIT(1), /* FBS device error clear */ enumerator
Dlibahci.c1374 tmp &= ~(PORT_FBS_DEV_MASK | PORT_FBS_DEC); in ahci_exec_polled_cmd()
1697 writel(fbs | PORT_FBS_DEC, port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1699 while ((fbs & PORT_FBS_DEC) && retries--) { in ahci_fbs_dec_intr()
1704 if (fbs & PORT_FBS_DEC) in ahci_fbs_dec_intr()
2011 fbs &= ~(PORT_FBS_DEV_MASK | PORT_FBS_DEC); in ahci_qc_issue()