Lines Matching refs:phyAB
3757 u8 phyAB, phyCD; in it66353_setup_edid_ram_step2() local
3785 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()
3844 it66353_h2rxedidwr(128 + 127, &phyAB, 1); in it66353_setup_edid_ram_step2()