Lines Matching refs:it66353_h2swrd

442 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()
696 if ((it66353_h2swrd(0x11) & 0x20) == 0x00) { in _tx_hdcp_write()
728 if ((it66353_h2swrd(0x11) & 0x20) == 0x00) { in _tx_hdcp_read()
751 data_buf[i] = it66353_h2swrd(0x42); in _tx_hdcp_read()
766 if ((it66353_h2swrd(0x11) & 0x20) == 0x00) { in _tx_scdc_read_ced()
785 data_buf[i] = it66353_h2swrd(0x42); in _tx_scdc_read_ced()
814 ced_valid = it66353_h2swrd(0xB0); in _tx_show_sink_ced()
821 ced_value[i] = it66353_h2swrd(0xB1); in _tx_show_sink_ced()
970 hdcp_sts = it66353_h2swrd(0xB3); in _sw_show_hdcp_status()
985 tmp = it66353_h2swrd(0x61 + port * 3); in it66353_get_port_info1()
1074 H2ClkRatio = (it66353_h2swrd(0xb2) & 0x02) >> 1;// RegH2ClkRatio from TX in _tx_setup_afe()
1246 hdcp_sts = it66353_h2swrd(0xB3); in _rx_need_hpd_toggle()
1338 if (it66353_h2swrd(0x11) & 0x40) in _rx_set_hpd()
1544 return ((it66353_h2swrd(0x28)&0x02)); in it66353_sw_get_timer0_interrupt()
1568 return ((it66353_h2swrd(0x28)&0x04)); in _sw_get_timer1_interrupt()
1605 reg = it66353_h2swrd(0xAD); in _sw_monitor_and_fix_scdc_write()
1641 reg6C = it66353_h2swrd(0x6c + port); in _sw_sdi_check()
1642 reg70 = it66353_h2swrd(0x70 + port); in _sw_sdi_check()
1655 reg70 = it66353_h2swrd(0x61 + port * 3); in _sw_sdi_check()
1883 if (it66353_h2swrd(0xEF) == (it66353_gdev.opts.dev_opt->RxAddr | 0x01)) { in _sw_reset()
1907 rddata = it66353_h2swrd(0x12); in it66353_cal_rclk()
1908 rddata += (it66353_h2swrd(0x13) << 8); in it66353_cal_rclk()
1909 rddata += (it66353_h2swrd(0x14) << 16); in it66353_cal_rclk()
1993 tmp = it66353_h2swrd(0x60 + port * 3); in it66353_get_port_info0()
2084 wdog_clk_div = it66353_h2swrd(0x70 + port) & 0x07; in it66353_get_rx_vclk()
2095 tmds_clk_speed = it66353_h2swrd(0x6C + port); in it66353_get_rx_vclk()
2097 sw_reg20 = it66353_h2swrd(0x20 + port * 2); in it66353_get_rx_vclk()
2134 clk = it66353_h2swrd(0x61 + port*3); in it66353_get_rx_vclk()
2162 sw_reg20 = it66353_h2swrd(0x20 + port * 2); in it66353_detect_port()
2163 sw_reg21 = it66353_h2swrd(0x21 + port * 2) & 0x01; in it66353_detect_port()
2167 rddata = it66353_h2swrd(sts_off0); in it66353_detect_port()
2201 rddata = it66353_h2swrd(sts_off0); in it66353_detect_port()
2214 rddata = it66353_h2swrd(sts_off0); in it66353_detect_port()
2385 sw_reg20 = it66353_h2swrd(0x20 + port * 2); in it66353_sw_irq()
2386 sw_reg21 = it66353_h2swrd(0x21 + port * 2) & 0x01; in it66353_sw_irq()
2396 rddata = it66353_h2swrd(sts_off0); in it66353_sw_irq()
2405 rddata = it66353_h2swrd(sts_off0); in it66353_sw_irq()
2422 rddata = it66353_h2swrd(sts_off0); in it66353_sw_irq()
2448 u8 new_ratio = (it66353_h2swrd(0x61 + port * 3) & 0x40) >> 6; in it66353_sw_irq()
2470 port, (it66353_h2swrd(0x61 + port * 3) & 0x80) >> 7); in it66353_sw_irq()
2474 u8 new_scramble = (it66353_h2swrd(0x62 + port * 3) & 0x02) >> 1; in it66353_sw_irq()
2487 port, (it66353_h2swrd(0x62 + port * 3) & 0x3C) >> 2); in it66353_sw_irq()
2504 sw_reg27 = it66353_h2swrd(0x27); in it66353_tx_irq()
2505 sw_reg28 = it66353_h2swrd(0x28) & ~(0x02|0x04); in it66353_tx_irq()
2519 rddata = it66353_h2swrd(0x11); in it66353_tx_irq()
2536 if (it66353_h2swrd(0x11) & 0x40) { in it66353_tx_irq()
2550 reg3C = it66353_h2swrd(0x3C); in it66353_tx_irq()
2568 reg3C = it66353_h2swrd(0x3C); in it66353_tx_irq()
2579 reg3C = it66353_h2swrd(0x3C); in it66353_tx_irq()
2595 ddc_sts = it66353_h2swrd(0xB3); in it66353_wait_for_ddc_idle()
2753 ((it66353_h2swrd(0x61 + it66353_gdev.vars.Rx_active_port * 3) >> 6) & 1); in __it66353_fsm_chg()
3357 currBD = it66353_h2swrd(0xBD); in it66353_irq()
3378 sys_int_sts = it66353_h2swrd(0x0C); in it66353_irq()
3552 vendor_id[0] = it66353_h2swrd(0x00); in it66353_is_device_lost()
3553 vendor_id[1] = it66353_h2swrd(0x01); in it66353_is_device_lost()
3565 vendor_id[0] = it66353_h2swrd(0x00); in it66353_is_device_ready()
3566 vendor_id[1] = it66353_h2swrd(0x01); in it66353_is_device_ready()
3571 vendor_id[1] = it66353_h2swrd(0x03); in it66353_is_device_ready()
3573 vendor_id[0] = it66353_h2swrd(0x02); in it66353_is_device_ready()
3575 it66353_gdev.vars.Rev = it66353_h2swrd(0x04); in it66353_is_device_ready()
3581 vendor_id[0] = it66353_h2swrd(0x04); in it66353_is_device_ready()
3583 it66353_gdev.vars.Rev = it66353_h2swrd(0x05); in it66353_is_device_ready()
3605 reg3C = it66353_h2swrd(0x3C); in it66353_read_edid()
3809 phyAB = it66353_h2swrd(0xd9 + i * 2); // Port(i) VSDB_AB in it66353_setup_edid_ram_step2()
3810 phyCD = it66353_h2swrd(0xda + i * 2); // Port(i) VSDB_CD in it66353_setup_edid_ram_step2()
3855 u8 reg3C = it66353_h2swrd(0x3C); in it66353_ddc_abort()
3862 uc = it66353_h2swrd(0x1B); in it66353_ddc_abort()
4211 reg3C = it66353_h2swrd(0x3C); in it66353_write_edid()