new_fw_data       164 drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c 	const __le32 *new_fw_data = NULL;
new_fw_data       182 drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c 	new_fw_data = (const __le32 *)
new_fw_data       200 drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c 			WREG32(mmMC_SEQ_SUP_PGM, le32_to_cpup(new_fw_data++));
new_fw_data      1876 drivers/gpu/drm/radeon/cik.c 	const __le32 *new_fw_data = NULL;
new_fw_data      1895 drivers/gpu/drm/radeon/cik.c 		new_fw_data = (const __le32 *)
new_fw_data      1944 drivers/gpu/drm/radeon/cik.c 				WREG32(MC_SEQ_SUP_PGM, le32_to_cpup(new_fw_data++));
new_fw_data      1579 drivers/gpu/drm/radeon/si.c 	const __le32 *new_fw_data = NULL;
new_fw_data      1597 drivers/gpu/drm/radeon/si.c 		new_fw_data = (const __le32 *)
new_fw_data      1648 drivers/gpu/drm/radeon/si.c 				WREG32(MC_SEQ_SUP_PGM, le32_to_cpup(new_fw_data++));
new_fw_data      1400 drivers/media/usb/dvb-usb/cxusb.c 			u8 *new_fw_data = vmalloc(fw->size);
new_fw_data      1403 drivers/media/usb/dvb-usb/cxusb.c 			if (!new_fw_data)
new_fw_data      1406 drivers/media/usb/dvb-usb/cxusb.c 			memcpy(new_fw_data, fw->data, fw->size);
new_fw_data      1408 drivers/media/usb/dvb-usb/cxusb.c 			new_fw.data = new_fw_data;
new_fw_data      1410 drivers/media/usb/dvb-usb/cxusb.c 			new_fw_data[idoff + 2] =
new_fw_data      1412 drivers/media/usb/dvb-usb/cxusb.c 			new_fw_data[idoff + 3] =
new_fw_data      1417 drivers/media/usb/dvb-usb/cxusb.c 			vfree(new_fw_data);