Searched refs:b_base (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/drm2/ |
H A D | drm_fb_helper.c | 234 uint16_t *r_base, *g_base, *b_base; 239 b_base = g_base + crtc->gamma_size; 242 helper->funcs->gamma_get(crtc, &r_base[i], &g_base[i], &b_base[i], i); 247 uint16_t *r_base, *g_base, *b_base; 254 b_base = g_base + crtc->gamma_size; 256 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, 0, crtc->gamma_size);
|
H A D | drm_crtc.c | 3415 void *r_base, *g_base, *b_base; in drm_mode_gamma_set_ioctl() local 3454 b_base = (char *)g_base + size; in drm_mode_gamma_set_ioctl() 3455 if (copy_from_user(b_base, (void __user *)(unsigned long)crtc_lut->blue, size)) { in drm_mode_gamma_set_ioctl() 3460 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, 0, crtc->gamma_size); in drm_mode_gamma_set_ioctl() 3474 void *r_base, *g_base, *b_base; in drm_mode_gamma_get_ioctl() local 3508 b_base = (char *)g_base + size; in drm_mode_gamma_get_ioctl() 3509 if (copy_to_user((void __user *)(unsigned long)crtc_lut->blue, b_base, size)) { in drm_mode_gamma_get_ioctl()
|
/freebsd/sys/dev/sym/ |
H A D | sym_fw.h | 144 const u32 *b_base;/* Pointer to script B template */ member
|
H A D | sym_hipd.c | 8635 bcopy(fw->b_base, np->scriptb0, np->scriptb_sz);
|