Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Disp_private.h156 u32 out = ((uint32_t)(x1 & HIVE_ISP_VMEM_MASK) << ISP_VMEM_ELEMBITS) in isp_2w_cat_1w()
157 | (x0 & HIVE_ISP_VMEM_MASK); in isp_2w_cat_1w()
H A Disp_local.h23 #define HIVE_ISP_VMEM_MASK ((1U << ISP_VMEM_ELEMBITS) - 1) macro