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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dnsp32.h315 # define CLOCK_4 BIT(1) /* MCLK/4 */ macro
H A Dnsp32.c2717 * Set clock div, CLOCK_4 (HBA has own external clock, and
2719 * Currently CLOCK_4 has only tested, not for CLOCK_2/PCICLK yet.
2721 data->clock = CLOCK_4;
2727 case CLOCK_4:
2728 /* If data->clock is CLOCK_4, then select 40M sync table. */
2744 "Invalid clock div is selected, set CLOCK_4.");
2745 /* Use default value CLOCK_4 */
2746 data->clock = CLOCK_4;

Completed in 52 milliseconds