Home
last modified time | relevance | path

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

/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Ddma_local.h83 #define DMA_CG_INFO_REG_IDX(info_id, comp_id) ((DMA_SEL_COMP(_DMA_V2_SEL_CONN_GROUP) | DMA_SEL_CG_I… argument
84 #define DMA_DEV_INFO_REG_IDX(info_id, dev_id) ((DMA_SEL_COMP(_DMA_V2_SEL_DEV_INTERF) | DMA_SEL_DEV_… argument
/drivers/rpmsg/
Dqcom_smd.c1197 unsigned info_id; in qcom_channel_scan_worker() local
1227 info_id = smem_items[tbl].info_base_id + cid; in qcom_channel_scan_worker()
1230 channel = qcom_smd_create_channel(edge, info_id, fifo_id, entry->name); in qcom_channel_scan_worker()