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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/nvidia/
H A Dnvidia.c343 state->crtc[0x0] = Set8Bits(h_total);
344 state->crtc[0x1] = Set8Bits(h_display);
345 state->crtc[0x2] = Set8Bits(h_blank_s);
348 state->crtc[0x4] = Set8Bits(h_start);
363 state->crtc[0x10] = Set8Bits(v_start);
365 state->crtc[0x12] = Set8Bits(v_display);
368 state->crtc[0x15] = Set8Bits(v_blank_s);
369 state->crtc[0x16] = Set8Bits(v_blank_e);
394 state->interlace = Set8Bits(h_total);
H A Dnv_type.h22 #define Set8Bits(value) ((value)&0xff) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/nvidia/
H A Dnvidia.c343 state->crtc[0x0] = Set8Bits(h_total);
344 state->crtc[0x1] = Set8Bits(h_display);
345 state->crtc[0x2] = Set8Bits(h_blank_s);
348 state->crtc[0x4] = Set8Bits(h_start);
363 state->crtc[0x10] = Set8Bits(v_start);
365 state->crtc[0x12] = Set8Bits(v_display);
368 state->crtc[0x15] = Set8Bits(v_blank_s);
369 state->crtc[0x16] = Set8Bits(v_blank_e);
394 state->interlace = Set8Bits(h_total);
H A Dnv_type.h22 #define Set8Bits(value) ((value)&0xff) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/riva/
H A Dfbdev.c92 #define Set8Bits(value) ((value)&0xff) macro
738 newmode.crtc[0x0] = Set8Bits (hTotal);
739 newmode.crtc[0x1] = Set8Bits (hDisplay);
740 newmode.crtc[0x2] = Set8Bits (hBlankStart);
742 newmode.crtc[0x4] = Set8Bits (hStart);
756 newmode.crtc[0x10] = Set8Bits (vStart);
759 newmode.crtc[0x12] = Set8Bits (vDisplay);
761 newmode.crtc[0x15] = Set8Bits (vBlankStart);
762 newmode.crtc[0x16] = Set8Bits (vBlankEnd);
780 newmode.ext.interlace = Set8Bits(tm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/riva/
H A Dfbdev.c92 #define Set8Bits(value) ((value)&0xff) macro
738 newmode.crtc[0x0] = Set8Bits (hTotal);
739 newmode.crtc[0x1] = Set8Bits (hDisplay);
740 newmode.crtc[0x2] = Set8Bits (hBlankStart);
742 newmode.crtc[0x4] = Set8Bits (hStart);
756 newmode.crtc[0x10] = Set8Bits (vStart);
759 newmode.crtc[0x12] = Set8Bits (vDisplay);
761 newmode.crtc[0x15] = Set8Bits (vBlankStart);
762 newmode.crtc[0x16] = Set8Bits (vBlankEnd);
780 newmode.ext.interlace = Set8Bits(tm
[all...]

Completed in 217 milliseconds