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.c898 u64 iface_offset = CSF_GROUP_CONTROL_OFFSET + in panthor_init_cs_iface() local
905 if (iface_offset > shared_section_sz || in panthor_init_cs_iface()
906 sizeof(*cs_iface->control) > shared_section_sz - iface_offset) in panthor_init_cs_iface()
910 cs_iface->control = ptdev->fw->shared_section->mem->kmap + iface_offset; in panthor_init_cs_iface()
956 u64 iface_offset = CSF_GROUP_CONTROL_OFFSET + in panthor_init_csg_iface() local
960 if (iface_offset > shared_section_sz || in panthor_init_csg_iface()
961 sizeof(*csg_iface->control) > shared_section_sz - iface_offset) in panthor_init_csg_iface()
965 csg_iface->control = ptdev->fw->shared_section->mem->kmap + iface_offset; in panthor_init_csg_iface()