Home
last modified time | relevance | path

Searched refs:iface_offset (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_fw.c838 u32 iface_offset = CSF_GROUP_CONTROL_OFFSET + in panthor_init_cs_iface() local
845 if (iface_offset + sizeof(*cs_iface) >= shared_section_sz) in panthor_init_cs_iface()
849 cs_iface->control = ptdev->fw->shared_section->mem->kmap + iface_offset; in panthor_init_cs_iface()
893 u32 iface_offset = CSF_GROUP_CONTROL_OFFSET + (csg_idx * glb_iface->control->group_stride); in panthor_init_csg_iface() local
896 if (iface_offset + sizeof(*csg_iface) >= shared_section_sz) in panthor_init_csg_iface()
900 csg_iface->control = ptdev->fw->shared_section->mem->kmap + iface_offset; in panthor_init_csg_iface()