Symbol: _hrt_ones
drivers/staging/media/atomisp/pci/bits.h
82
(_hrt_ones(n) << (b))
drivers/staging/media/atomisp/pci/bits.h
84
(((w) >> (b)) & _hrt_ones(n))
drivers/staging/media/atomisp/pci/bits.h
86
(((w) & ~_hrt_mask(b, n)) | (((v) & _hrt_ones(n)) << (b)))
drivers/staging/media/atomisp/pci/hive_isp_css_common/host/dma_local.h
62
#define DMA_SEL_COMP(comp) (((comp) & _hrt_ones(_DMA_V2_ADDR_SEL_COMP_BITS)) << _DMA_V2_ADDR_SEL_COMP_IDX)
drivers/staging/media/atomisp/pci/hive_isp_css_common/host/dma_local.h
63
#define DMA_SEL_CH(ch) (((ch) & _hrt_ones(_DMA_V2_ADDR_SEL_CH_REG_BITS)) << _DMA_V2_ADDR_SEL_CH_REG_IDX)
drivers/staging/media/atomisp/pci/hive_isp_css_common/host/dma_local.h
64
#define DMA_SEL_PARAM(param) (((param) & _hrt_ones(_DMA_V2_ADDR_SEL_PARAM_BITS)) << _DMA_V2_ADDR_SEL_PARAM_IDX)
drivers/staging/media/atomisp/pci/hive_isp_css_common/host/dma_local.h
66
#define DMA_SEL_CG_INFO(info) (((info) & _hrt_ones(_DMA_V2_ADDR_SEL_GROUP_COMP_INFO_BITS)) << _DMA_V2_ADDR_SEL_GROUP_COMP_INFO_IDX)
drivers/staging/media/atomisp/pci/hive_isp_css_common/host/dma_local.h
67
#define DMA_SEL_CG_COMP(comp) (((comp) & _hrt_ones(_DMA_V2_ADDR_SEL_GROUP_COMP_BITS)) << _DMA_V2_ADDR_SEL_GROUP_COMP_IDX)
drivers/staging/media/atomisp/pci/hive_isp_css_common/host/dma_local.h
68
#define DMA_SEL_DEV_INFO(info) (((info) & _hrt_ones(_DMA_V2_ADDR_SEL_DEV_INTERF_INFO_BITS)) << _DMA_V2_ADDR_SEL_DEV_INTERF_INFO_IDX)
drivers/staging/media/atomisp/pci/hive_isp_css_common/host/dma_local.h
69
#define DMA_SEL_DEV_ID(dev) (((dev) & _hrt_ones(_DMA_V2_ADDR_SEL_DEV_INTERF_IDX_BITS)) << _DMA_V2_ADDR_SEL_DEV_INTERF_IDX_IDX)