Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Datafb.c122 short hht, hbb, hbe, hdb, hde, hss; member
141 #define HHT hw.falcon.hht
1200 * 1 line = ((hht + 2) * 2 * prescale) clock cycles in falcon_decode_var()
1203 * ((hht + 2) * 2 - hdb + hde) * prescale - hdboff + hdeoff: in falcon_decode_var()
1204 * (hht + 2 - hdb + hde) * prescale - hdboff + hdeoff in falcon_decode_var()
1209 * (hdb - hht - 2) * prescale + hdboff : in falcon_decode_var()
1213 * (hde + hht + 2) * prescale + hdeoff in falcon_decode_var()
1491 (hw->hdb & 0x200 ? 2 + hw->hht : 0)); in falcon_encode_var()
1493 var->right_margin = prescale * (hw->hht + 2 - hw->hde) - hde_off; in falcon_encode_var()
1496 var->right_margin = prescale * (hw->hht in falcon_encode_var()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Datafb.c120 short hht, hbb, hbe, hdb, hde, hss; member
139 #define HHT hw.falcon.hht
1181 * 1 line = ((hht + 2) * 2 * prescale) clock cycles in falcon_decode_var()
1184 * ((hht + 2) * 2 - hdb + hde) * prescale - hdboff + hdeoff: in falcon_decode_var()
1185 * (hht + 2 - hdb + hde) * prescale - hdboff + hdeoff in falcon_decode_var()
1190 * (hdb - hht - 2) * prescale + hdboff : in falcon_decode_var()
1194 * (hde + hht + 2) * prescale + hdeoff in falcon_decode_var()
1472 (hw->hdb & 0x200 ? 2 + hw->hht : 0)); in falcon_encode_var()
1474 var->right_margin = prescale * (hw->hht + 2 - hw->hde) - hde_off; in falcon_encode_var()
1477 var->right_margin = prescale * (hw->hht in falcon_encode_var()
[all...]
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Datarihw.h259 u_short hht; member
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Datarihw.h259 u_short hht; member

Completed in 10 milliseconds