b_base            198 drivers/gpu/drm/drm_color_mgmt.c 	uint16_t *r_base, *g_base, *b_base;
b_base            212 drivers/gpu/drm/drm_color_mgmt.c 	b_base = g_base + gamma_size;
b_base            216 drivers/gpu/drm/drm_color_mgmt.c 		b_base[i] = i << 8;
b_base            243 drivers/gpu/drm/drm_color_mgmt.c 	void *r_base, *g_base, *b_base;
b_base            277 drivers/gpu/drm/drm_color_mgmt.c 	b_base = g_base + size;
b_base            278 drivers/gpu/drm/drm_color_mgmt.c 	if (copy_from_user(b_base, (void __user *)(unsigned long)crtc_lut->blue, size)) {
b_base            283 drivers/gpu/drm/drm_color_mgmt.c 	ret = crtc->funcs->gamma_set(crtc, r_base, g_base, b_base,
b_base            312 drivers/gpu/drm/drm_color_mgmt.c 	void *r_base, *g_base, *b_base;
b_base            341 drivers/gpu/drm/drm_color_mgmt.c 	b_base = g_base + size;
b_base            342 drivers/gpu/drm/drm_color_mgmt.c 	if (copy_to_user((void __user *)(unsigned long)crtc_lut->blue, b_base, size)) {
b_base            135 drivers/gpu/drm/drm_fb_helper.c 	uint16_t *r_base, *g_base, *b_base;
b_base            142 drivers/gpu/drm/drm_fb_helper.c 	b_base = g_base + crtc->gamma_size;
b_base            144 drivers/gpu/drm/drm_fb_helper.c 	crtc->funcs->gamma_set(crtc, r_base, g_base, b_base,
b_base            691 drivers/pci/hotplug/cpqphp_pci.c 	u8 b_base;
b_base            742 drivers/pci/hotplug/cpqphp_pci.c 			pci_bus_read_config_byte(pci_bus, devfn, PCI_IO_BASE, &b_base);
b_base            745 drivers/pci/hotplug/cpqphp_pci.c 			if ((b_base <= b_length) && (save_command & 0x01)) {
b_base            750 drivers/pci/hotplug/cpqphp_pci.c 				io_node->base = (b_base & 0xF0) << 8;
b_base            751 drivers/pci/hotplug/cpqphp_pci.c 				io_node->length = (b_length - b_base + 0x10) << 8;
b_base            123 drivers/scsi/sym53c8xx_2/sym_fw.h 	u32	*b_base;	/* Pointer to script B template	*/
b_base           5697 drivers/scsi/sym53c8xx_2/sym_hipd.c 	memcpy(np->scriptb0, fw->b_base, np->scriptb_sz);