ch_map            206 drivers/edac/i7core_edac.c 	u32	ch_map;
ch_map            505 drivers/edac/i7core_edac.c 	pci_read_config_dword(pdev, MC_CHANNEL_MAPPER, &pvt->info.ch_map);
ch_map            509 drivers/edac/i7core_edac.c 		 pvt->info.mc_status, pvt->info.max_dod, pvt->info.ch_map);
ch_map            574 drivers/edac/i7core_edac.c 			 RDLCH(pvt->info.ch_map, i), WRLCH(pvt->info.ch_map, i),
ch_map            108 drivers/lightnvm/core.c 		struct nvm_ch_map *ch_map = &dev_map->chnls[i];
ch_map            109 drivers/lightnvm/core.c 		int *lun_offs = ch_map->lun_offs;
ch_map            110 drivers/lightnvm/core.c 		int ch = i + ch_map->ch_off;
ch_map            113 drivers/lightnvm/core.c 			for (j = 0; j < ch_map->num_lun; j++) {
ch_map            122 drivers/lightnvm/core.c 		kfree(ch_map->lun_offs);
ch_map            170 drivers/lightnvm/core.c 		struct nvm_ch_map *ch_map = &dev_map->chnls[i];
ch_map            178 drivers/lightnvm/core.c 		ch_map->ch_off = ch_rmap->ch_off = bch;
ch_map            179 drivers/lightnvm/core.c 		ch_map->num_lun = luns_in_chnl;
ch_map            194 drivers/lightnvm/core.c 		ch_map->lun_offs = lun_offs;
ch_map            571 drivers/lightnvm/core.c 	struct nvm_ch_map *ch_map = &dev_map->chnls[p->a.ch];
ch_map            572 drivers/lightnvm/core.c 	int lun_off = ch_map->lun_offs[p->a.lun];
ch_map            574 drivers/lightnvm/core.c 	p->a.ch += ch_map->ch_off;
ch_map           3658 drivers/net/ethernet/chelsio/cxgb4/sge.c 		u32 param, val, ch_map = 0;
ch_map           3672 drivers/net/ethernet/chelsio/cxgb4/sge.c 					ch_map |= 1 << (i << cng_ch_bits_log);
ch_map           3674 drivers/net/ethernet/chelsio/cxgb4/sge.c 			val |= CONMCTXT_CNGCHMAP_V(ch_map);
ch_map            907 drivers/net/ethernet/ti/cpsw.c 	u32			ch_map;
ch_map            913 drivers/net/ethernet/ti/cpsw.c 	ch_map = cpdma_ctrl_txchs_state(cpsw->dma);
ch_map            914 drivers/net/ethernet/ti/cpsw.c 	for (ch = 0, num_tx = 0; ch_map & 0xff; ch_map <<= 1, ch++) {
ch_map            915 drivers/net/ethernet/ti/cpsw.c 		if (!(ch_map & 0x80))
ch_map            957 drivers/net/ethernet/ti/cpsw.c 	u32			ch_map;
ch_map            963 drivers/net/ethernet/ti/cpsw.c 	ch_map = cpdma_ctrl_rxchs_state(cpsw->dma);
ch_map            964 drivers/net/ethernet/ti/cpsw.c 	for (ch = 0, num_rx = 0; ch_map; ch_map >>= 1, ch++) {
ch_map            965 drivers/net/ethernet/ti/cpsw.c 		if (!(ch_map & 0x01))
ch_map            180 include/uapi/sound/skl-tplg-interface.h 	__u32 ch_map;
ch_map             64 sound/soc/intel/skylake/skl-debug.c 			fmt->ch_map);
ch_map            465 sound/soc/intel/skylake/skl-messages.c 	base_cfg->audio_fmt.channel_map = format->ch_map;
ch_map            674 sound/soc/intel/skylake/skl-messages.c 	out_fmt->channel_map = format->ch_map;
ch_map            717 sound/soc/intel/skylake/skl-messages.c 	mixer_mconfig->ch_map = fmt->ch_map;
ch_map           1097 sound/soc/intel/skylake/skl-messages.c 	pin_fmt->channel_map = format->ch_map;
ch_map            146 sound/soc/intel/skylake/skl-topology.c 	fmt->ch_map = slot_map;
ch_map           2107 sound/soc/intel/skylake/skl-topology.c 		dst_fmt->ch_map = value;
ch_map           2672 sound/soc/intel/skylake/skl-topology.c 		dst_fmt[i].fmt.ch_map = src_fmt[i].ch_map;
ch_map            150 sound/soc/intel/skylake/skl-topology.h 	u32 ch_map;
ch_map            200 sound/soc/intel/skylake/skl-topology.h 	u32 ch_map;
ch_map             11 sound/soc/qcom/qdsp6/q6dsp-common.c int q6dsp_map_channels(u8 ch_map[PCM_MAX_NUM_CHANNEL], int ch)
ch_map             13 sound/soc/qcom/qdsp6/q6dsp-common.c 	memset(ch_map, 0, PCM_MAX_NUM_CHANNEL);
ch_map             17 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[0] = PCM_CHANNEL_FC;
ch_map             20 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[0] = PCM_CHANNEL_FL;
ch_map             21 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[1] = PCM_CHANNEL_FR;
ch_map             24 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[0] = PCM_CHANNEL_FL;
ch_map             25 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[1] = PCM_CHANNEL_FR;
ch_map             26 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[2] = PCM_CHANNEL_FC;
ch_map             29 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[0] = PCM_CHANNEL_FL;
ch_map             30 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[1] = PCM_CHANNEL_FR;
ch_map             31 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[2] = PCM_CHANNEL_LS;
ch_map             32 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[3] = PCM_CHANNEL_RS;
ch_map             35 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[0] = PCM_CHANNEL_FL;
ch_map             36 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[1] = PCM_CHANNEL_FR;
ch_map             37 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[2] = PCM_CHANNEL_FC;
ch_map             38 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[3] = PCM_CHANNEL_LS;
ch_map             39 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[4] = PCM_CHANNEL_RS;
ch_map             42 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[0] = PCM_CHANNEL_FL;
ch_map             43 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[1] = PCM_CHANNEL_FR;
ch_map             44 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[2] = PCM_CHANNEL_LFE;
ch_map             45 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[3] = PCM_CHANNEL_FC;
ch_map             46 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[4] = PCM_CHANNEL_LS;
ch_map             47 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[5] = PCM_CHANNEL_RS;
ch_map             50 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[0] = PCM_CHANNEL_FL;
ch_map             51 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[1] = PCM_CHANNEL_FR;
ch_map             52 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[2] = PCM_CHANNEL_LFE;
ch_map             53 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[3] = PCM_CHANNEL_FC;
ch_map             54 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[4] = PCM_CHANNEL_LS;
ch_map             55 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[5] = PCM_CHANNEL_RS;
ch_map             56 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[6] = PCM_CHANNEL_LB;
ch_map             57 sound/soc/qcom/qdsp6/q6dsp-common.c 		ch_map[7] = PCM_CHANNEL_RB;
ch_map             22 sound/soc/qcom/qdsp6/q6dsp-common.h int q6dsp_map_channels(u8 ch_map[PCM_MAX_NUM_CHANNEL], int ch);
ch_map            310 sound/soc/samsung/tm2_wm5110.c 	unsigned int ch_map[] = { 0, 1 };
ch_map            341 sound/soc/samsung/tm2_wm5110.c 	ret = snd_soc_dai_set_channel_map(amp_pdm_dai, ARRAY_SIZE(ch_map),
ch_map            342 sound/soc/samsung/tm2_wm5110.c 					  ch_map, 0, NULL);