[go: nahoru, domu]

Searched refs:hht (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
163 #define HHT hw.falcon.hht
1225 * 1 line = ((hht + 2) * 2 * prescale) clock cycles
1228 * ((hht + 2) * 2 - hdb + hde) * prescale - hdboff + hdeoff:
1229 * (hht + 2 - hdb + hde) * prescale - hdboff + hdeoff
1234 * (hdb - hht - 2) * prescale + hdboff :
1238 * (hde + hht + 2) * prescale + hdeoff
1516 (hw->hdb & 0x200 ? 2 + hw->hht : 0));
1518 var->right_margin = prescale * (hw->hht + 2 - hw->hde) - hde_off;
1521 var->right_margin = prescale * (hw->hht
[all...]

Completed in 34 milliseconds