Searched refs:PORT_FBS_EN (Results 1 – 3 of 3) sorted by relevance
205 PORT_FBS_EN = (1 << 0), /* Enable FBS */ enumerator
2083 if (fbs & PORT_FBS_EN) { in ahci_enable_fbs()2093 writel(fbs | PORT_FBS_EN, port_mmio + PORT_FBS); in ahci_enable_fbs()2095 if (fbs & PORT_FBS_EN) { in ahci_enable_fbs()2117 if ((fbs & PORT_FBS_EN) == 0) { in ahci_disable_fbs()2126 writel(fbs & ~PORT_FBS_EN, port_mmio + PORT_FBS); in ahci_disable_fbs()2128 if (fbs & PORT_FBS_EN) in ahci_disable_fbs()
171 writel(fbs | PORT_FBS_EN, port_mmio + PORT_FBS); in xgene_ahci_restart_engine()