Home
last modified time | relevance | path

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

/drivers/gpu/drm/gma500/
Dpsb_intel_display.c497 uint16_t *r_base, *g_base, *b_base; in psb_intel_crtc_init() local
527 b_base = g_base + 256; in psb_intel_crtc_init()
534 b_base[i] = i << 8; in psb_intel_crtc_init()
/drivers/pci/hotplug/
Dcpqphp_pci.c695 u8 b_base; in cpqhp_save_used_resources() local
746 pci_bus_read_config_byte(pci_bus, devfn, PCI_IO_BASE, &b_base); in cpqhp_save_used_resources()
749 if ((b_base <= b_length) && (save_command & 0x01)) { in cpqhp_save_used_resources()
754 io_node->base = (b_base & 0xF0) << 8; in cpqhp_save_used_resources()
755 io_node->length = (b_length - b_base + 0x10) << 8; in cpqhp_save_used_resources()
/drivers/gpu/drm/
Ddrm_fb_helper.c230 uint16_t *r_base, *g_base, *b_base; in drm_fb_helper_save_lut_atomic() local
238 b_base = g_base + crtc->gamma_size; in drm_fb_helper_save_lut_atomic()
241 helper->funcs->gamma_get(crtc, &r_base[i], &g_base[i], &b_base[i], i); in drm_fb_helper_save_lut_atomic()
246 uint16_t *r_base, *g_base, *b_base; in drm_fb_helper_restore_lut_atomic() local
253 b_base = g_base + crtc->gamma_size; in drm_fb_helper_restore_lut_atomic()
255 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, 0, crtc->gamma_size); in drm_fb_helper_restore_lut_atomic()
Ddrm_crtc.c5091 void *r_base, *g_base, *b_base; in drm_mode_gamma_set_ioctl() local
5129 b_base = g_base + size; in drm_mode_gamma_set_ioctl()
5130 if (copy_from_user(b_base, (void __user *)(unsigned long)crtc_lut->blue, size)) { in drm_mode_gamma_set_ioctl()
5135 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, 0, crtc->gamma_size); in drm_mode_gamma_set_ioctl()
5163 void *r_base, *g_base, *b_base; in drm_mode_gamma_get_ioctl() local
5196 b_base = g_base + size; in drm_mode_gamma_get_ioctl()
5197 if (copy_to_user((void __user *)(unsigned long)crtc_lut->blue, b_base, size)) { in drm_mode_gamma_get_ioctl()
/drivers/scsi/sym53c8xx_2/
Dsym_fw.h136 u32 *b_base; /* Pointer to script B template */ member
Dsym_hipd.c5713 memcpy(np->scriptb0, fw->b_base, np->scriptb_sz);