Searched refs:b_base (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/sym/
H A Dsym_fw.h143 const u32 *b_base;/* Pointer to script B template */ member in struct:sym_fw
H A Dsym_hipd.c8653 bcopy(fw->b_base, np->scriptb0, np->scriptb_sz);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_fb_helper.c236 uint16_t *r_base, *g_base, *b_base;
241 b_base = g_base + crtc->gamma_size;
244 helper->funcs->gamma_get(crtc, &r_base[i], &g_base[i], &b_base[i], i);
249 uint16_t *r_base, *g_base, *b_base;
256 b_base = g_base + crtc->gamma_size;
258 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, 0, crtc->gamma_size);
H A Ddrm_crtc.c3453 void *r_base, *g_base, *b_base; local
3492 b_base = (char *)g_base + size;
3493 if (copy_from_user(b_base, (void __user *)(unsigned long)crtc_lut->blue, size)) {
3498 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, 0, crtc->gamma_size);
3512 void *r_base, *g_base, *b_base; local
3546 b_base = (char *)g_base + size;
3547 if (copy_to_user((void __user *)(unsigned long)crtc_lut->blue, b_base, size)) {

Completed in 179 milliseconds