Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ata/
Dahci.h207 PORT_FBS_EN = (1 << 0), /* Enable FBS */ enumerator
Dlibahci.c2144 if (fbs & PORT_FBS_EN) { in ahci_enable_fbs()
2154 writel(fbs | PORT_FBS_EN, port_mmio + PORT_FBS); in ahci_enable_fbs()
2156 if (fbs & PORT_FBS_EN) { in ahci_enable_fbs()
2178 if ((fbs & PORT_FBS_EN) == 0) { in ahci_disable_fbs()
2187 writel(fbs & ~PORT_FBS_EN, port_mmio + PORT_FBS); in ahci_disable_fbs()
2189 if (fbs & PORT_FBS_EN) in ahci_disable_fbs()
Dahci_xgene.c177 writel(fbs | PORT_FBS_EN, port_mmio + PORT_FBS); in xgene_ahci_restart_engine()