Searched refs:PORT_FBS_EN (Results 1 – 2 of 2) sorted by relevance
2327 if (fbs & PORT_FBS_EN) { in ahci_enable_fbs()2337 writel(fbs | PORT_FBS_EN, port_mmio + PORT_FBS); in ahci_enable_fbs()2339 if (fbs & PORT_FBS_EN) { in ahci_enable_fbs()2361 if ((fbs & PORT_FBS_EN) == 0) { in ahci_disable_fbs()2370 writel(fbs & ~PORT_FBS_EN, port_mmio + PORT_FBS); in ahci_disable_fbs()2372 if (fbs & PORT_FBS_EN) in ahci_disable_fbs()
198 PORT_FBS_EN = BIT(0), /* Enable FBS */ enumerator