Home
last modified time | relevance | path

Searched refs:zl10353_reset_attach (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/dvb-frontends/
H A Dzl10353.c546 u8 zl10353_reset_attach[6] = { 0x50, 0x03, 0x64, 0x46, 0x15, 0x0F }; in zl10353_init() local
551 zl10353_reset_attach[2] &= ~0x20; in zl10353_init()
553 zl10353_reset_attach[3] = state->config.clock_ctl_1; in zl10353_init()
555 zl10353_reset_attach[4] = state->config.pll_0; in zl10353_init()
558 if (zl10353_read_register(state, 0x50) != zl10353_reset_attach[1] || in zl10353_init()
559 zl10353_read_register(state, 0x51) != zl10353_reset_attach[2]) { in zl10353_init()
560 zl10353_write(fe, zl10353_reset_attach, in zl10353_init()
561 sizeof(zl10353_reset_attach)); in zl10353_init()