Searched refs:DBE_ISETREG (Results 1 – 2 of 2) sorted by relevance
273 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()
18 #define DBE_ISETREG(reg, idx, src) (DBE_REG_BASE->##reg##[idx] = (src)) macro