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/
Dahci.h191 PORT_FBS_DEC = (1 << 1), /* FBS device error clear */ enumerator
Dlibahci.c1364 tmp &= ~(PORT_FBS_DEV_MASK | PORT_FBS_DEC); in ahci_exec_polled_cmd()
1685 writel(fbs | PORT_FBS_DEC, port_mmio + PORT_FBS); in ahci_fbs_dec_intr()
1687 while ((fbs & PORT_FBS_DEC) && retries--) { in ahci_fbs_dec_intr()
1692 if (fbs & PORT_FBS_DEC) in ahci_fbs_dec_intr()
2009 fbs &= ~(PORT_FBS_DEV_MASK | PORT_FBS_DEC); in ahci_qc_issue()
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch12950 if (fbs & PORT_FBS_DEC)
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch289419 if (fbs & PORT_FBS_DEC)