Home
last modified time | relevance | path

Searched refs:PORT_FBS_EN (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/ata/
Dlibahci.c2223 if (fbs & PORT_FBS_EN) { in ahci_enable_fbs()
2233 writel(fbs | PORT_FBS_EN, port_mmio + PORT_FBS); in ahci_enable_fbs()
2235 if (fbs & PORT_FBS_EN) { in ahci_enable_fbs()
2257 if ((fbs & PORT_FBS_EN) == 0) { in ahci_disable_fbs()
2266 writel(fbs & ~PORT_FBS_EN, port_mmio + PORT_FBS); in ahci_disable_fbs()
2268 if (fbs & PORT_FBS_EN) in ahci_disable_fbs()
Dahci.h198 PORT_FBS_EN = BIT(0), /* Enable FBS */ enumerator
Dahci_xgene.c164 writel(fbs | PORT_FBS_EN, port_mmio + PORT_FBS); in xgene_ahci_restart_engine()