Searched refs:IOSYS_MAP_INIT_OFFSET (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc_ads.c | 487 struct iosys_map info_map = IOSYS_MAP_INIT_OFFSET(ads_to_map(ads), in guc_golden_lrc_init() 622 info_map = IOSYS_MAP_INIT_OFFSET(ads_to_map(ads), in guc_capture_prep_lists() 780 struct iosys_map regset_map = IOSYS_MAP_INIT_OFFSET(ads_to_map(ads), in guc_mmio_reg_state_init() 878 struct iosys_map info_map = IOSYS_MAP_INIT_OFFSET(ads_to_map(ads), in xe_guc_ads_populate_minimal() 902 struct iosys_map info_map = IOSYS_MAP_INIT_OFFSET(ads_to_map(ads), in xe_guc_ads_populate() 941 struct iosys_map info_map = IOSYS_MAP_INIT_OFFSET(ads_to_map(ads), in guc_golden_lrc_populate()
|
| H A D | xe_gsc_proxy.c | 430 gsc->proxy.to_gsc = IOSYS_MAP_INIT_OFFSET(&bo->vmap, 0); in proxy_channel_alloc() 431 gsc->proxy.from_gsc = IOSYS_MAP_INIT_OFFSET(&bo->vmap, GSC_PROXY_BUFFER_SIZE); in proxy_channel_alloc()
|
| H A D | xe_guc_ct.c | 442 h2g->cmds = IOSYS_MAP_INIT_OFFSET(map, CTB_H2G_BUFFER_OFFSET); in guc_ct_ctb_h2g_init() 457 g2h->desc = IOSYS_MAP_INIT_OFFSET(map, CTB_DESC_SIZE); in guc_ct_ctb_g2h_init() 460 g2h->cmds = IOSYS_MAP_INIT_OFFSET(map, CTB_G2H_BUFFER_OFFSET); in guc_ct_ctb_g2h_init() 942 struct iosys_map map = IOSYS_MAP_INIT_OFFSET(&h2g->cmds, in h2g_write()
|
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_guc_ads.c | 553 info_map = IOSYS_MAP_INIT_OFFSET(&guc->ads_map, in guc_prep_golden_context() 719 info_map = IOSYS_MAP_INIT_OFFSET(&guc->ads_map, in guc_capture_prep_lists() 889 struct iosys_map info_map = IOSYS_MAP_INIT_OFFSET(&guc->ads_map, in __guc_ads_init() 1064 return IOSYS_MAP_INIT_OFFSET(&guc->ads_map, offset); in intel_guc_engine_usage_record_map()
|
| /linux/include/linux/ |
| H A D | iosys-map.h | 170 #define IOSYS_MAP_INIT_OFFSET(map_, offset_) ({ \ macro
|
| /linux/drivers/firmware/tegra/ |
| H A D | ivc.c | 234 *map = IOSYS_MAP_INIT_OFFSET(header, offset); in tegra_ivc_frame_virt()
|