Home
last modified time | relevance | path

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

/device/google/crosshatch/sdm845/original-kernel-headers/media/
Dcam_req_mgr.h254 #define CAM_MEM_MGR_SECURE_BIT_POS 15 macro
269 ((flag) ? (hdl |= (1 << CAM_MEM_MGR_SECURE_BIT_POS)) : \
270 ((hdl) &= ~(1 << CAM_MEM_MGR_SECURE_BIT_POS)))
274 (1<<CAM_MEM_MGR_SECURE_BIT_POS)) >> CAM_MEM_MGR_SECURE_BIT_POS)
/device/google/crosshatch/sdm845/kernel-headers/media/
Dcam_req_mgr.h140 #define CAM_MEM_MGR_SECURE_BIT_POS 15 macro
148 …_HDL(hdl,flag) ((flag) ? (hdl |= (1 << CAM_MEM_MGR_SECURE_BIT_POS)) : ((hdl) &= ~(1 << CAM_MEM_MGR…
149 …CAM_MEM_MGR_IS_SECURE_HDL(hdl) (((hdl) & (1 << CAM_MEM_MGR_SECURE_BIT_POS)) >> CAM_MEM_MGR_SECURE_…
/device/google/bonito/sdm710/kernel-headers/media/
Dcam_req_mgr.h140 #define CAM_MEM_MGR_SECURE_BIT_POS 15 macro
148 …_HDL(hdl,flag) ((flag) ? (hdl |= (1 << CAM_MEM_MGR_SECURE_BIT_POS)) : ((hdl) &= ~(1 << CAM_MEM_MGR…
149 …CAM_MEM_MGR_IS_SECURE_HDL(hdl) (((hdl) & (1 << CAM_MEM_MGR_SECURE_BIT_POS)) >> CAM_MEM_MGR_SECURE_…
/device/google/bonito/sdm710/original-kernel-headers/media/
Dcam_req_mgr.h254 #define CAM_MEM_MGR_SECURE_BIT_POS 15 macro
269 ((flag) ? (hdl |= (1 << CAM_MEM_MGR_SECURE_BIT_POS)) : \
270 ((hdl) &= ~(1 << CAM_MEM_MGR_SECURE_BIT_POS)))
274 (1<<CAM_MEM_MGR_SECURE_BIT_POS)) >> CAM_MEM_MGR_SECURE_BIT_POS)
/device/google/coral-kernel/sm8150/original-kernel-headers/media/
Dcam_req_mgr.h282 #define CAM_MEM_MGR_SECURE_BIT_POS 15 macro
300 ((flag) ? (hdl |= (1 << CAM_MEM_MGR_SECURE_BIT_POS)) : \
301 ((hdl) &= ~(1 << CAM_MEM_MGR_SECURE_BIT_POS)))
305 (1<<CAM_MEM_MGR_SECURE_BIT_POS)) >> CAM_MEM_MGR_SECURE_BIT_POS)
/device/google/coral-kernel/sm8150/kernel-headers/media/
Dcam_req_mgr.h154 #define CAM_MEM_MGR_SECURE_BIT_POS 15 macro
163 …_HDL(hdl,flag) ((flag) ? (hdl |= (1 << CAM_MEM_MGR_SECURE_BIT_POS)) : ((hdl) &= ~(1 << CAM_MEM_MGR…
164 …CAM_MEM_MGR_IS_SECURE_HDL(hdl) (((hdl) & (1 << CAM_MEM_MGR_SECURE_BIT_POS)) >> CAM_MEM_MGR_SECURE_…