Searched refs:ext_op_mem (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dmei_aux.h15 * @ext_op_mem: resource for extend operational memory
24 struct resource ext_op_mem; member in struct:mei_aux_device
/linux-master/drivers/misc/mei/
H A Dgsc-me.c80 if (adev->ext_op_mem.start) {
81 mei_gsc_set_ext_op_mem(hw, &adev->ext_op_mem);
186 if (adev->ext_op_mem.start) {
187 mei_gsc_set_ext_op_mem(hw, &adev->ext_op_mem);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gsc.c235 adev->ext_op_mem.start = i915_gem_object_get_dma_address(intf->gem_obj, 0);
236 adev->ext_op_mem.end = adev->ext_op_mem.start + def->lmem_size;

Completed in 111 milliseconds