Searched refs:ext_op_mem (Results 1 – 3 of 3) sorted by relevance
80 if (adev->ext_op_mem.start) { in mei_gsc_probe() 81 mei_gsc_set_ext_op_mem(hw, &adev->ext_op_mem); in mei_gsc_probe() 186 if (adev->ext_op_mem.start) { in mei_gsc_pm_resume() 187 mei_gsc_set_ext_op_mem(hw, &adev->ext_op_mem); in mei_gsc_pm_resume()
220 adev->ext_op_mem.start = i915_gem_object_get_dma_address(intf->gem_obj, 0); in gsc_init_one() 221 adev->ext_op_mem.end = adev->ext_op_mem.start + def->lmem_size; in gsc_init_one()
15 * @ext_op_mem: resource for extend operational memory24 struct resource ext_op_mem; member