Home
last modified time | relevance | path

Searched refs:pModeParam (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/staging/sm750fb/
Dddk750_mode.c16 static unsigned long displayControlAdjust_SM750LE(mode_parameter_t *pModeParam, unsigned long dispC… in displayControlAdjust_SM750LE() argument
20 x = pModeParam->horizontal_display_end; in displayControlAdjust_SM750LE()
21 y = pModeParam->vertical_display_end; in displayControlAdjust_SM750LE()
78 static int programModeRegisters(mode_parameter_t * pModeParam,pll_value_t * pll) in programModeRegisters() argument
88 FIELD_VALUE(0, CRT_HORIZONTAL_TOTAL, TOTAL, pModeParam->horizontal_total - 1) in programModeRegisters()
89 … | FIELD_VALUE(0, CRT_HORIZONTAL_TOTAL, DISPLAY_END, pModeParam->horizontal_display_end - 1)); in programModeRegisters()
92 FIELD_VALUE(0, CRT_HORIZONTAL_SYNC, WIDTH, pModeParam->horizontal_sync_width) in programModeRegisters()
93 | FIELD_VALUE(0, CRT_HORIZONTAL_SYNC, START, pModeParam->horizontal_sync_start - 1)); in programModeRegisters()
96 FIELD_VALUE(0, CRT_VERTICAL_TOTAL, TOTAL, pModeParam->vertical_total - 1) in programModeRegisters()
97 … | FIELD_VALUE(0, CRT_VERTICAL_TOTAL, DISPLAY_END, pModeParam->vertical_display_end - 1)); in programModeRegisters()
[all …]