Lines Matching refs:hdb
122 short hht, hbb, hbe, hdb, hde, hss;
144 #define HDB hw.falcon.hdb
1202 * graphic output = hdb & 0x200 ?
1203 * ((hht + 2) * 2 - hdb + hde) * prescale - hdboff + hdeoff:
1204 * (hht + 2 - hdb + hde) * prescale - hdboff + hdeoff
1208 * start of graphics relative to start of 1st halfline = hdb & 0x200 ?
1209 * (hdb - hht - 2) * prescale + hdboff :
1210 * hdb * prescale + hdboff
1490 var->left_margin = hdb_off + prescale * ((hw->hdb & 0x1ff) -
1491 (hw->hdb & 0x200 ? 2 + hw->hht : 0));
1550 hw->hdb = videl.hdb;
1612 videl.hdb = hw->hdb;