Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dvmem_local.h22 typedef u16 t_vmem_elem; typedef
24 #define VMEM_ARRAY(x, s) t_vmem_elem x[s / ISP_NWAY][ISP_NWAY]
28 const t_vmem_elem *from,
29 t_vmem_elem *to,
34 t_vmem_elem *to,
35 const t_vmem_elem *from,
40 const t_vmem_elem *from,
41 t_vmem_elem *to,
50 t_vmem_elem *to,
51 const t_vmem_elem *from,
H A Dvmem.c144 t_vmem_elem *to, in load_vector()
145 const t_vmem_elem *from) in load_vector()
170 t_vmem_elem *to, in store_vector()
171 const t_vmem_elem *from) in store_vector()
195 const t_vmem_elem *from, in isp_vmem_load()
196 t_vmem_elem *to, in isp_vmem_load()
200 const t_vmem_elem *vp = from; in isp_vmem_load()
207 vp = (t_vmem_elem *)((char *)vp + ISP_VEC_ALIGN); in isp_vmem_load()
213 t_vmem_elem *to, in isp_vmem_store()
214 const t_vmem_elem *from, in isp_vmem_store()
[all …]