Searched defs:ocmem (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/soc/qcom/ |
H A D | ocmem.c | 53 struct ocmem { struct 55 const struct ocmem_config *config; argument 63 struct ocmem_region *regions; argument 64 unsigned long active_allocations; 101 static inline void ocmem_write(struct ocmem *ocmem, u32 reg, u32 data) in ocmem_write() 106 static inline u32 ocmem_read(struct ocmem *ocmem, u32 reg) in ocmem_read() 111 static void update_ocmem(struct ocmem *ocmem) in update_ocmem() 142 static unsigned long phys_to_offset(struct ocmem *ocmem, in phys_to_offset() 151 static unsigned long device_address(struct ocmem *ocmem, in device_address() 161 static void update_range(struct ocmem *ocmem, struct ocmem_buf *buf, in update_range() [all …]
|
/openbmc/linux/include/soc/qcom/ |
H A D | ocmem.h | 51 static inline struct ocmem_buf *ocmem_allocate(struct ocmem *ocmem, in ocmem_allocate() 58 static inline void ocmem_free(struct ocmem *ocmem, enum ocmem_client client, in ocmem_free()
|
/openbmc/linux/drivers/gpu/drm/msm/adreno/ |
H A D | a4xx_gpu.h | 19 struct adreno_ocmem ocmem; member
|
H A D | a3xx_gpu.h | 22 struct adreno_ocmem ocmem; member
|
H A D | adreno_gpu.c | 1015 struct ocmem *ocmem; in adreno_gpu_ocmem_init() local
|
H A D | adreno_gpu.h | 177 struct ocmem *ocmem; member
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8994.dtsi | 1084 ocmem: sram@fdd00000 { label
|