Searched refs:high_clock (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/i2c/busses/
H A Di2c-sis630.c27 Added high_clock module option.If this option is set
96 static int high_clock; variable
98 module_param(high_clock, bool, 0);
99 MODULE_PARM_DESC(high_clock, "Set Host Master Clock to 56KHz (default 14KHz).");
147 if (high_clock)
209 * restore old Host Master Clock if high_clock is set
212 if (high_clock && !(oldclock & 0x20))

Completed in 46 milliseconds