Searched refs:zl10353_reset_attach (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/media/dvb/frontends/
H A Dzl10353.c574 u8 zl10353_reset_attach[6] = { 0x50, 0x03, 0x64, 0x46, 0x15, 0x0F }; local
580 zl10353_reset_attach[2] &= ~0x20;
582 zl10353_reset_attach[3] = state->config.clock_ctl_1;
584 zl10353_reset_attach[4] = state->config.pll_0;
587 if (zl10353_read_register(state, 0x50) != zl10353_reset_attach[1] ||
588 zl10353_read_register(state, 0x51) != zl10353_reset_attach[2]) {
589 rc = zl10353_write(fe, zl10353_reset_attach,
590 sizeof(zl10353_reset_attach));

Completed in 21 milliseconds