Lines Matching refs:hdb
120 short hht, hbb, hbe, hdb, hde, hss;
142 #define HDB hw.falcon.hdb
1183 * graphic output = hdb & 0x200 ?
1184 * ((hht + 2) * 2 - hdb + hde) * prescale - hdboff + hdeoff:
1185 * (hht + 2 - hdb + hde) * prescale - hdboff + hdeoff
1189 * start of graphics relative to start of 1st halfline = hdb & 0x200 ?
1190 * (hdb - hht - 2) * prescale + hdboff :
1191 * hdb * prescale + hdboff
1471 var->left_margin = hdb_off + prescale * ((hw->hdb & 0x1ff) -
1472 (hw->hdb & 0x200 ? 2 + hw->hht : 0));
1531 hw->hdb = videl.hdb;
1593 videl.hdb = hw->hdb;