[go: nahoru, domu]

Searched refs:hdb (Results 1 - 1 of 1) sorted by relevance

/drivers/video/fbdev/
H A Datafb.c144 short hht, hbb, hbe, hdb, hde, hss; member in struct:atafb_par::__anon7077::falcon_hw
166 #define HDB hw.falcon.hdb
1227 * graphic output = hdb & 0x200 ?
1228 * ((hht + 2) * 2 - hdb + hde) * prescale - hdboff + hdeoff:
1229 * (hht + 2 - hdb + hde) * prescale - hdboff + hdeoff
1233 * start of graphics relative to start of 1st halfline = hdb & 0x200 ?
1234 * (hdb - hht - 2) * prescale + hdboff :
1235 * hdb * prescale + hdboff
1515 var->left_margin = hdb_off + prescale * ((hw->hdb & 0x1ff) -
1516 (hw->hdb
[all...]

Completed in 15 milliseconds