Searched refs:CLOCK_4 (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/scsi/
H A Dnsp32.h309 # define CLOCK_4 BIT(1) /* MCLK/4 */ macro
H A Dnsp32.c2612 * Set clock div, CLOCK_4 (HBA has own external clock, and
2614 * Currently CLOCK_4 has only tested, not for CLOCK_2/PCICLK yet.
2616 data->clock = CLOCK_4;
2622 case CLOCK_4:
2623 /* If data->clock is CLOCK_4, then select 40M sync table. */
2639 "Invalid clock div is selected, set CLOCK_4.");
2640 /* Use default value CLOCK_4 */
2641 data->clock = CLOCK_4;

Completed in 105 milliseconds