Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/it66353/
H A Dit66353.c450 u8 it66353_h2swset(u8 offset, u8 mask, u8 wdata) in it66353_h2swset() function
633 it66353_h2swset(0x3C, 0x01, 0x01); // Enable PC DDC Mode in _tx_scdc_write()
667 it66353_h2swset(0x3C, 0x01, 0x01); // Enable PC DDC Mode in _tx_scdc_read()
701 it66353_h2swset(0x3C, 0x01, 0x01); // Enable PC DDC Mode in _tx_hdcp_write()
709 it66353_h2swset(0x3C, 0x01, 0x00); // Disable PC DDC Mode in _tx_hdcp_write()
733 it66353_h2swset(0x3C, 0x01, 0x01); // Enable PC DDC Mode in _tx_hdcp_read()
741 it66353_h2swset(0x3C, 0x01, 0x00); // Disable PC DDC Mode in _tx_hdcp_read()
771 it66353_h2swset(0x3C, 0x01, 0x01); // Enable PC DDC Mode in _tx_scdc_read_ced()
779 it66353_h2swset(0x3C, 0x01, 0x00); // Disable PC DDC Mode in _tx_scdc_read_ced()
795 it66353_h2swset(0xD3, 0x80, 0x00); in _tx_power_down()
[all …]
H A Dit66353_drv.h341 extern u8 it66353_h2swset(u8 offset, u8 mask, u8 wdata);
446 {it66353_h2swset(0x55 + port, 0x24, 0x20); }
448 {it66353_h2swset(0x55 + port, 0x24, 0x04); }
450 …{if (it66353_gdev.opts.rx_opt[port]->EnRxDDCBypass == 0) { it66353_h2swset(0x55 + port, 0x01, 0x00…
452 { it66353_h2swset(0x55 + port, 0x01, 0x01); }
H A Dit66353_EQ.c857 it66353_h2swset(0xD4, 0x03, 0x01); // Set TXOE off in it66353_auto_eq_adjust()
920 it66353_h2swset(0xD4, 0x03, 0x00); // Set DRV_RST='1' in it66353_auto_eq_adjust()