Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/tuners/
Dqt1010.c61 { QT1010_WR, 0x01, 0x80 }, in qt1010_set_params()
62 { QT1010_WR, 0x02, 0x3f }, in qt1010_set_params()
63 { QT1010_WR, 0x05, 0xff }, /* 02 c write */ in qt1010_set_params()
64 { QT1010_WR, 0x06, 0x44 }, in qt1010_set_params()
65 { QT1010_WR, 0x07, 0xff }, /* 04 c write */ in qt1010_set_params()
66 { QT1010_WR, 0x08, 0x08 }, in qt1010_set_params()
67 { QT1010_WR, 0x09, 0xff }, /* 06 c write */ in qt1010_set_params()
68 { QT1010_WR, 0x0a, 0xff }, /* 07 c write */ in qt1010_set_params()
69 { QT1010_WR, 0x0b, 0xff }, /* 08 c write */ in qt1010_set_params()
70 { QT1010_WR, 0x0c, 0xe1 }, in qt1010_set_params()
[all …]
Dqt1010_priv.h83 #define QT1010_WR 0 macro