Lines Matching defs:polarity
1428 u8 polarity;
1443 polarity = cp_read(sd, 0xb5);
1444 if ((polarity & 0x03) == 0x01) {
1445 stdi->hs_pol = polarity & 0x10
1446 ? (polarity & 0x08 ? '+' : '-') : 'x';
1447 stdi->vs_pol = polarity & 0x40
1448 ? (polarity & 0x20 ? '+' : '-') : 'x';
1454 polarity = hdmi_read(sd, 0x05);
1455 stdi->hs_pol = polarity & 0x20 ? '+' : '-';
1456 stdi->vs_pol = polarity & 0x10 ? '+' : '-';