Searched refs:phyAB (Results 1 – 2 of 2) sorted by relevance
3757 u8 phyAB, phyCD; in it66353_setup_edid_ram_step2() local3785 phyAB = (it66353_gdev.vars.PhyAdr[0] << 4) | (it66353_gdev.vars.PhyAdr[1] & 0xF); in it66353_setup_edid_ram_step2()3789 it66353_h2swwr(0xd9 + i * 2, phyAB); // Port0 VSDB_AB in it66353_setup_edid_ram_step2()3797 phyAB = wcount + 1; in it66353_setup_edid_ram_step2()3799 phyAB = phyAB << 4; in it66353_setup_edid_ram_step2()3802 mask, phyAB); in it66353_setup_edid_ram_step2()3809 phyAB = it66353_h2swrd(0xd9 + i * 2); // Port(i) VSDB_AB in it66353_setup_edid_ram_step2()3813 sum = (0x100 - it66353_gdev.vars.EdidChkSum[1] - phyAB - phyCD) & 0xFF; in it66353_setup_edid_ram_step2()3841 it66353_h2rxedidwr(it66353_gdev.vars.VSDBOffset, &phyAB, 1); in it66353_setup_edid_ram_step2()3843 phyAB = (u8)sum; in it66353_setup_edid_ram_step2()[all …]
455 #define _rx_edid_set_cec_phyaddr(port, phyAB, phyCD)\ argument456 { it66353_h2swwr(0xd9 + port*2, phyAB); it66353_h2swwr(0xda + port*2, phyCD); }