Lines Matching refs:reset
49 static bool reset;
50 module_param(reset, bool, 0);
51 MODULE_PARM_DESC(reset, "Set to one to force a hardware chip reset");
1425 * The difference between reset and init is that reset
1426 * does a hard reset of the chip via index 0x40, bit 7,
1429 * thing (which is why the default is reset=0, init=0),
1430 * but if not, reset is the hard hammer and init
1434 * "power on defaults" and "reset by MR". As far as I can tell,
1435 * the hard reset puts everything into a power-on state so I'm
1436 * not sure what "reset by MR" means or how it can happen.
1438 if (reset || init) {
1442 if (reset) {
1443 /* ... reset the chip and ... */
1450 /* disable the global beep (not done by hard reset) */