Searched refs:b_base (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/gma500/ |
H A D | psb_intel_display.c | 497 uint16_t *r_base, *g_base, *b_base; psb_intel_crtc_init() local 527 b_base = g_base + 256; psb_intel_crtc_init() 534 b_base[i] = i << 8; psb_intel_crtc_init()
|
/linux-4.4.14/drivers/pci/hotplug/ |
H A D | cpqphp_pci.c | 695 u8 b_base; cpqhp_save_used_resources() local 746 pci_bus_read_config_byte(pci_bus, devfn, PCI_IO_BASE, &b_base); cpqhp_save_used_resources() 749 if ((b_base <= b_length) && (save_command & 0x01)) { cpqhp_save_used_resources() 754 io_node->base = (b_base & 0xF0) << 8; cpqhp_save_used_resources() 755 io_node->length = (b_length - b_base + 0x10) << 8; cpqhp_save_used_resources()
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
H A D | sym_fw.h | 136 u32 *b_base; /* Pointer to script B template */ member in struct:sym_fw
|
H A D | sym_hipd.c | 5706 memcpy(np->scriptb0, fw->b_base, np->scriptb_sz); sym_hcb_attach()
|
/linux-4.4.14/drivers/gpu/drm/ |
H A D | drm_fb_helper.c | 230 uint16_t *r_base, *g_base, *b_base; drm_fb_helper_save_lut_atomic() local 238 b_base = g_base + crtc->gamma_size; drm_fb_helper_save_lut_atomic() 241 helper->funcs->gamma_get(crtc, &r_base[i], &g_base[i], &b_base[i], i); drm_fb_helper_save_lut_atomic() 246 uint16_t *r_base, *g_base, *b_base; drm_fb_helper_restore_lut_atomic() local 253 b_base = g_base + crtc->gamma_size; drm_fb_helper_restore_lut_atomic() 255 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, 0, crtc->gamma_size); drm_fb_helper_restore_lut_atomic()
|
H A D | drm_crtc.c | 5093 void *r_base, *g_base, *b_base; drm_mode_gamma_set_ioctl() local 5131 b_base = g_base + size; drm_mode_gamma_set_ioctl() 5132 if (copy_from_user(b_base, (void __user *)(unsigned long)crtc_lut->blue, size)) { drm_mode_gamma_set_ioctl() 5137 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, 0, crtc->gamma_size); drm_mode_gamma_set_ioctl() 5165 void *r_base, *g_base, *b_base; drm_mode_gamma_get_ioctl() local 5198 b_base = g_base + size; drm_mode_gamma_get_ioctl() 5199 if (copy_to_user((void __user *)(unsigned long)crtc_lut->blue, b_base, size)) { drm_mode_gamma_get_ioctl()
|
Completed in 334 milliseconds