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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_hpt3x2n.c33 USE_DPLL = (1 << 0) enumerator in enum:__anon10752
287 return USE_DPLL; /* Needed for write */
289 return USE_DPLL; /* Needed at 66Mhz */
305 if ((flags & USE_DPLL) != dpll && alt->qc_active)
316 if ((flags & USE_DPLL) != dpll) {
317 flags &= ~USE_DPLL;
455 void *hpriv = (void *)USE_DPLL;
540 hpriv = (void *)(PCI66 | USE_DPLL);

Completed in 59 milliseconds