Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/riva/
Dfbdev.c94 #define Set8Bits(value) ((value)&0xff) macro
930 newmode.crtc[0x0] = Set8Bits (hTotal - 4); in riva_load_video_mode()
931 newmode.crtc[0x1] = Set8Bits (hDisplay); in riva_load_video_mode()
932 newmode.crtc[0x2] = Set8Bits (hBlankStart); in riva_load_video_mode()
935 newmode.crtc[0x4] = Set8Bits (hStart); in riva_load_video_mode()
949 newmode.crtc[0x10] = Set8Bits (vStart); in riva_load_video_mode()
952 newmode.crtc[0x12] = Set8Bits (vDisplay); in riva_load_video_mode()
954 newmode.crtc[0x15] = Set8Bits (vBlankStart); in riva_load_video_mode()
955 newmode.crtc[0x16] = Set8Bits (vBlankEnd + 1); in riva_load_video_mode()