Lines Matching refs:NVVAL
42 NVVAL(NV507D, HEAD_SET_PROCAMP, SAT_COS, asyh->procamp.sat.cos) | in head507d_procamp()
43 NVVAL(NV507D, HEAD_SET_PROCAMP, SAT_SINE, asyh->procamp.sat.sin) | in head507d_procamp()
59 NVVAL(NV507D, HEAD_SET_DITHER_CONTROL, ENABLE, asyh->dither.enable) | in head507d_dither()
60 NVVAL(NV507D, HEAD_SET_DITHER_CONTROL, BITS, asyh->dither.bits) | in head507d_dither()
61 NVVAL(NV507D, HEAD_SET_DITHER_CONTROL, MODE, asyh->dither.mode) | in head507d_dither()
62 NVVAL(NV507D, HEAD_SET_DITHER_CONTROL, PHASE, 0)); in head507d_dither()
151 NVVAL(NV507D, HEAD_SET_CONTROL_CURSOR, FORMAT, asyh->curs.format) | in head507d_curs_set()
152 NVVAL(NV507D, HEAD_SET_CONTROL_CURSOR, SIZE, asyh->curs.layout) | in head507d_curs_set()
153 NVVAL(NV507D, HEAD_SET_CONTROL_CURSOR, HOT_SPOT_X, 0) | in head507d_curs_set()
154 NVVAL(NV507D, HEAD_SET_CONTROL_CURSOR, HOT_SPOT_Y, 0) | in head507d_curs_set()
213 NVVAL(NV507D, HEAD_SET_OFFSET, ORIGIN, asyh->core.offset >> 8)); in head507d_core_set()
216 NVVAL(NV507D, HEAD_SET_SIZE, WIDTH, asyh->core.w) | in head507d_core_set()
217 NVVAL(NV507D, HEAD_SET_SIZE, HEIGHT, asyh->core.h), in head507d_core_set()
220 NVVAL(NV507D, HEAD_SET_STORAGE, BLOCK_HEIGHT, asyh->core.blockh) | in head507d_core_set()
221 NVVAL(NV507D, HEAD_SET_STORAGE, PITCH, asyh->core.pitch >> 8) | in head507d_core_set()
222 NVVAL(NV507D, HEAD_SET_STORAGE, PITCH, asyh->core.blocks) | in head507d_core_set()
223 NVVAL(NV507D, HEAD_SET_STORAGE, MEMORY_LAYOUT, asyh->core.layout), in head507d_core_set()
226 NVVAL(NV507D, HEAD_SET_PARAMS, FORMAT, asyh->core.format) | in head507d_core_set()
227 NVVAL(NV507D, HEAD_SET_PARAMS, KIND, asyh->core.kind) | in head507d_core_set()
231 NVVAL(NV507D, HEAD_SET_CONTEXT_DMA_ISO, HANDLE, asyh->core.handle)); in head507d_core_set()
234 NVVAL(NV507D, HEAD_SET_VIEWPORT_POINT_IN, X, asyh->core.x) | in head507d_core_set()
235 NVVAL(NV507D, HEAD_SET_VIEWPORT_POINT_IN, Y, asyh->core.y)); in head507d_core_set()
305 NVVAL(NV507D, HEAD_SET_BASE_LUT_LO, MODE, asyh->olut.mode) | in head507d_olut_set()
306 NVVAL(NV507D, HEAD_SET_BASE_LUT_LO, ORIGIN, 0), in head507d_olut_set()
309 NVVAL(NV507D, HEAD_SET_BASE_LUT_HI, ORIGIN, asyh->olut.offset >> 8)); in head507d_olut_set()
357 NVVAL(NV507D, HEAD_SET_PIXEL_CLOCK, FREQUENCY, m->clock) | in head507d_mode()
363 NVVAL(NV507D, HEAD_SET_CONTROL, STRUCTURE, m->interlace)); in head507d_mode()
366 NVVAL(NV507D, HEAD_SET_OVERSCAN_COLOR, RED, 0) | in head507d_mode()
367 NVVAL(NV507D, HEAD_SET_OVERSCAN_COLOR, GRN, 0) | in head507d_mode()
368 NVVAL(NV507D, HEAD_SET_OVERSCAN_COLOR, BLU, 0), in head507d_mode()
371 NVVAL(NV507D, HEAD_SET_RASTER_SIZE, WIDTH, m->h.active) | in head507d_mode()
372 NVVAL(NV507D, HEAD_SET_RASTER_SIZE, HEIGHT, m->v.active), in head507d_mode()
375 NVVAL(NV507D, HEAD_SET_RASTER_SYNC_END, X, m->h.synce) | in head507d_mode()
376 NVVAL(NV507D, HEAD_SET_RASTER_SYNC_END, Y, m->v.synce), in head507d_mode()
379 NVVAL(NV507D, HEAD_SET_RASTER_BLANK_END, X, m->h.blanke) | in head507d_mode()
380 NVVAL(NV507D, HEAD_SET_RASTER_BLANK_END, Y, m->v.blanke), in head507d_mode()
383 NVVAL(NV507D, HEAD_SET_RASTER_BLANK_START, X, m->h.blanks) | in head507d_mode()
384 NVVAL(NV507D, HEAD_SET_RASTER_BLANK_START, Y, m->v.blanks), in head507d_mode()
387 NVVAL(NV507D, HEAD_SET_RASTER_VERT_BLANK2, YSTART, m->v.blank2s) | in head507d_mode()
388 NVVAL(NV507D, HEAD_SET_RASTER_VERT_BLANK2, YEND, m->v.blank2e), in head507d_mode()
391 NVVAL(NV507D, HEAD_SET_RASTER_VERT_BLANK_DMI, DURATION, m->v.blankus)); in head507d_mode()
394 NVVAL(NV507D, HEAD_SET_DEFAULT_BASE_COLOR, RED, 0) | in head507d_mode()
395 NVVAL(NV507D, HEAD_SET_DEFAULT_BASE_COLOR, GREEN, 0) | in head507d_mode()
396 NVVAL(NV507D, HEAD_SET_DEFAULT_BASE_COLOR, BLUE, 0)); in head507d_mode()
413 NVVAL(NV507D, HEAD_SET_CONTROL_OUTPUT_SCALER, HRESPONSE_BIAS, 0) | in head507d_view()
414 NVVAL(NV507D, HEAD_SET_CONTROL_OUTPUT_SCALER, VRESPONSE_BIAS, 0)); in head507d_view()
417 NVVAL(NV507D, HEAD_SET_VIEWPORT_SIZE_IN, WIDTH, asyh->view.iW) | in head507d_view()
418 NVVAL(NV507D, HEAD_SET_VIEWPORT_SIZE_IN, HEIGHT, asyh->view.iH)); in head507d_view()
421 NVVAL(NV507D, HEAD_SET_VIEWPORT_SIZE_OUT, WIDTH, asyh->view.oW) | in head507d_view()
422 NVVAL(NV507D, HEAD_SET_VIEWPORT_SIZE_OUT, HEIGHT, asyh->view.oH), in head507d_view()
425 NVVAL(NV507D, HEAD_SET_VIEWPORT_SIZE_OUT_MIN, WIDTH, asyh->view.oW) | in head507d_view()
426 NVVAL(NV507D, HEAD_SET_VIEWPORT_SIZE_OUT_MIN, HEIGHT, asyh->view.oH)); in head507d_view()