ioreg_read       2003 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c 		atom_card_info->ioreg_read = cail_ioreg_read;
ioreg_read       2007 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c 		atom_card_info->ioreg_read = cail_reg_read;
ioreg_read        115 drivers/gpu/drm/amd/amdgpu/atom.c 			temp = ctx->card->ioreg_read(ctx->card, CU16(base + 1));
ioreg_read        120 drivers/gpu/drm/amd/amdgpu/atom.h 	uint32_t (* ioreg_read)(struct card_info *, uint32_t);          /*  filled by driver */
ioreg_read        119 drivers/gpu/drm/radeon/atom.c 			temp = ctx->card->ioreg_read(ctx->card, CU16(base + 1));
ioreg_read        124 drivers/gpu/drm/radeon/atom.c 				(void)ctx->card->ioreg_read(ctx->card, CU16(base + 1));
ioreg_read        117 drivers/gpu/drm/radeon/atom.h         uint32_t (* ioreg_read)(struct card_info *, uint32_t);          /*  filled by driver */
ioreg_read        987 drivers/gpu/drm/radeon/radeon_device.c 		atom_card_info->ioreg_read = cail_ioreg_read;
ioreg_read        991 drivers/gpu/drm/radeon/radeon_device.c 		atom_card_info->ioreg_read = cail_reg_read;