Lines Matching defs:hht
120 short hht, hbb, hbe, hdb, hde, hss;
139 #define HHT hw.falcon.hht
1181 * 1 line = ((hht + 2) * 2 * prescale) clock cycles
1184 * ((hht + 2) * 2 - hdb + hde) * prescale - hdboff + hdeoff:
1185 * (hht + 2 - hdb + hde) * prescale - hdboff + hdeoff
1190 * (hdb - hht - 2) * prescale + hdboff :
1194 * (hde + hht + 2) * prescale + hdeoff
1472 (hw->hdb & 0x200 ? 2 + hw->hht : 0));
1474 var->right_margin = prescale * (hw->hht + 2 - hw->hde) - hde_off;
1477 var->right_margin = prescale * (hw->hht + 2 - hw->hbb);
1478 var->hsync_len = prescale * (hw->hht + 2 - hw->hss);
1528 hw->hht = videl.hht;
1590 videl.hht = hw->hht;