Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tee/optee/
H A Dffa_abi.c132 p->u.memref.size = mp->u.fmem.size; in from_msg_param_ffa_mem()
134 if (mp->u.fmem.global_id != OPTEE_MSG_FMEM_INVALID_GLOBAL_ID) in from_msg_param_ffa_mem()
135 shm = optee_shm_from_ffa_handle(optee, mp->u.fmem.global_id); in from_msg_param_ffa_mem()
139 offs_low = mp->u.fmem.offs_low; in from_msg_param_ffa_mem()
140 offs_high = mp->u.fmem.offs_high; in from_msg_param_ffa_mem()
200 mp->u.fmem.internal_offs = shm->offset; in to_msg_param_ffa_mem()
202 mp->u.fmem.offs_low = shm_offs; in to_msg_param_ffa_mem()
203 mp->u.fmem.offs_high = shm_offs >> 32; in to_msg_param_ffa_mem()
205 if (mp->u.fmem.offs_high != shm_offs >> 32) in to_msg_param_ffa_mem()
208 mp->u.fmem.global_id = shm->sec_world_id; in to_msg_param_ffa_mem()
[all …]
H A Doptee_msg.h184 struct optee_msg_param_fmem fmem; member
/openbmc/qemu/include/hw/xen/
H A Dxen_native.h83 xenforeignmemory_handle *fmem, domid_t domid, unsigned int type, in xenforeignmemory_map_resource() argument
92 xenforeignmemory_handle *fmem, xenforeignmemory_resource_handle *fres) in xenforeignmemory_unmap_resource() argument
/openbmc/linux/arch/m68k/ifpsp060/
H A DMISC88 fmem.s : 2.9
/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_DAC1064.c101 unsigned long fmem) in DAC1064_setmclk() argument
142 DAC1064_calcclock(minfo, fmem, minfo->max_pixel_clock, &m, &n, &p); in DAC1064_setmclk()
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c2041 u32 fcp = 0, fs = 0, fdem = 0, fmem = 0; in dib8096p_get_best_sampling() local
2069 fmem = ((xtal/prediv) * loopdiv); in dib8096p_get_best_sampling()
2070 fdem = fmem / 2; in dib8096p_get_best_sampling()
2074 …if ((fdem >= fdem_min) && (fmem <= fmem_max) && (fs >= fe->dtv_property_cache.bandwidth_hz / 1000)… in dib8096p_get_best_sampling()
2090 …>dtv_property_cache.frequency, fe->dtv_property_cache.bandwidth_hz, xtal, fmem, fdem, fs, prediv, … in dib8096p_get_best_sampling()