Lines Matching defs:hht
122 short hht, hbb, hbe, hdb, hde, hss;
141 #define HHT hw.falcon.hht
1200 * 1 line = ((hht + 2) * 2 * prescale) clock cycles
1203 * ((hht + 2) * 2 - hdb + hde) * prescale - hdboff + hdeoff:
1204 * (hht + 2 - hdb + hde) * prescale - hdboff + hdeoff
1209 * (hdb - hht - 2) * prescale + hdboff :
1213 * (hde + hht + 2) * prescale + hdeoff
1491 (hw->hdb & 0x200 ? 2 + hw->hht : 0));
1493 var->right_margin = prescale * (hw->hht + 2 - hw->hde) - hde_off;
1496 var->right_margin = prescale * (hw->hht + 2 - hw->hbb);
1497 var->hsync_len = prescale * (hw->hht + 2 - hw->hss);
1547 hw->hht = videl.hht;
1609 videl.hht = hw->hht;