Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dsgivwfb.c273 DBE_ISETREG(gmap, i, (i << 24) | (i << 16) | (i << 8)); in activate_par()
299 DBE_ISETREG(cmap, i, (i<<8)|(i<<16)|(i<<24)); in activate_par()
349 DBE_ISETREG(mode_regs, i, outputVal); in activate_par()
Dsgivwfb.h18 #define DBE_ISETREG(reg, idx, src) (DBE_REG_BASE->##reg##[idx] = (src)) macro