Searched refs:PORT_FBS_DEC (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dahci.h238 PORT_FBS_DEC = (1 << 1), /* FBS device error clear */ enumerator in enum:__anon10738
H A Dlibahci.c1517 writel(fbs | PORT_FBS_DEC, port_mmio + PORT_FBS);
1519 while ((fbs & PORT_FBS_DEC) && retries--) {
1524 if (fbs & PORT_FBS_DEC)
1804 fbs &= ~(PORT_FBS_DEV_MASK | PORT_FBS_DEC);

Completed in 62 milliseconds