Home
last modified time | relevance | path

Searched refs:PORT_FBS_DEC (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/ata/
H A Dahci.h192 PORT_FBS_DEC = BIT(1), /* FBS device error clear */ enumerator
H A Dlibahci.c1373 tmp &= ~(PORT_FBS_DEV_MASK | PORT_FBS_DEC); in ahci_exec_polled_cmd()
1696 writel(fbs | PORT_FBS_DEC, port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1698 while ((fbs & PORT_FBS_DEC) && retries--) { in ahci_fbs_dec_intr()
1703 if (fbs & PORT_FBS_DEC) in ahci_fbs_dec_intr()
2010 fbs &= ~(PORT_FBS_DEV_MASK | PORT_FBS_DEC); in ahci_qc_issue()
/kernel/linux/linux-6.6/drivers/ata/
H A Dlibahci.c1430 tmp &= ~(PORT_FBS_DEV_MASK | PORT_FBS_DEC); in ahci_exec_polled_cmd()
1741 writel(fbs | PORT_FBS_DEC, port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1743 while ((fbs & PORT_FBS_DEC) && retries--) { in ahci_fbs_dec_intr()
1748 if (fbs & PORT_FBS_DEC) in ahci_fbs_dec_intr()
2066 fbs &= ~(PORT_FBS_DEV_MASK | PORT_FBS_DEC); in ahci_qc_issue()
H A Dahci.h197 PORT_FBS_DEC = BIT(1), /* FBS device error clear */ enumerator

Completed in 10 milliseconds