Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/it66353/
H A Dit66353.c442 u8 it66353_h2swrd(u8 offset) in it66353_h2swrd() function
575 if (it66353_h2swrd(0x11) & 0x20) in _tx_is_sink_hpd_high()
589 } while ((it66353_h2swrd(0x1B) & 0x80) == 0x00 && ddcwaitcnt < DDCWAITNUM); in _tx_ddcwait()
592 ddc_status = it66353_h2swrd(0x1B) & 0xFE; in _tx_ddcwait()
596 if (it66353_h2swrd(0x27) & 0x80) { in _tx_ddcwait()
627 if ((it66353_h2swrd(0x11) & 0x20) == 0x00) { in _tx_scdc_write()
632 reg3C = it66353_h2swrd(0x3C); in _tx_scdc_write()
661 if ((it66353_h2swrd(0x11) & 0x20) == 0x00) { in _tx_scdc_read()
666 reg3C = it66353_h2swrd(0x3C); in _tx_scdc_read()
681 *data_buf = it66353_h2swrd(0x42); in _tx_scdc_read()
[all …]
H A Dit66353_drv.h340 extern u8 it66353_h2swrd(u8 offset);
H A Dit66353_EQ.c262 if (it66353_h2swrd(0x61 + it66353_gdev.vars.Rx_active_port * 3) & 0x40) { in it66353_rx_is_hdmi20()