| /OK3568_Linux_fs/kernel/sound/soc/qcom/qdsp6/ |
| H A D | q6dsp-common.c | 11 int q6dsp_map_channels(u8 ch_map[PCM_MAX_NUM_CHANNEL], int ch) in q6dsp_map_channels() 13 memset(ch_map, 0, PCM_MAX_NUM_CHANNEL); in q6dsp_map_channels() 17 ch_map[0] = PCM_CHANNEL_FC; in q6dsp_map_channels() 20 ch_map[0] = PCM_CHANNEL_FL; in q6dsp_map_channels() 21 ch_map[1] = PCM_CHANNEL_FR; in q6dsp_map_channels() 24 ch_map[0] = PCM_CHANNEL_FL; in q6dsp_map_channels() 25 ch_map[1] = PCM_CHANNEL_FR; in q6dsp_map_channels() 26 ch_map[2] = PCM_CHANNEL_FC; in q6dsp_map_channels() 29 ch_map[0] = PCM_CHANNEL_FL; in q6dsp_map_channels() 30 ch_map[1] = PCM_CHANNEL_FR; in q6dsp_map_channels() [all …]
|
| H A D | q6dsp-common.h | 22 int q6dsp_map_channels(u8 ch_map[PCM_MAX_NUM_CHANNEL], int ch);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/ |
| H A D | hal_trx_8852be.c | 1292 struct mac_ax_txdma_ch_map ch_map; in hal_cfg_wow_txdma_8852be() local 1294 ch_map.ch0 = en ? MAC_AX_PCIE_ENABLE : MAC_AX_PCIE_DISABLE; in hal_cfg_wow_txdma_8852be() 1295 ch_map.ch1 = en ? MAC_AX_PCIE_ENABLE : MAC_AX_PCIE_DISABLE; in hal_cfg_wow_txdma_8852be() 1296 ch_map.ch2 = en ? MAC_AX_PCIE_ENABLE : MAC_AX_PCIE_DISABLE; in hal_cfg_wow_txdma_8852be() 1297 ch_map.ch3 = en ? MAC_AX_PCIE_ENABLE : MAC_AX_PCIE_DISABLE; in hal_cfg_wow_txdma_8852be() 1298 ch_map.ch4 = MAC_AX_PCIE_IGNORE; in hal_cfg_wow_txdma_8852be() 1299 ch_map.ch5 = MAC_AX_PCIE_IGNORE; in hal_cfg_wow_txdma_8852be() 1300 ch_map.ch6 = MAC_AX_PCIE_IGNORE; in hal_cfg_wow_txdma_8852be() 1301 ch_map.ch7 = MAC_AX_PCIE_IGNORE; in hal_cfg_wow_txdma_8852be() 1302 ch_map.ch8 = en ? MAC_AX_PCIE_ENABLE : MAC_AX_PCIE_DISABLE; in hal_cfg_wow_txdma_8852be() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | _pcie.c | 2955 struct mac_ax_txdma_ch_map *ch_map) in ctrl_txdma_ch_pcie() argument 2962 if (ch_map->ch0 == MAC_AX_PCIE_ENABLE) in ctrl_txdma_ch_pcie() 2964 else if (ch_map->ch0 == MAC_AX_PCIE_DISABLE) in ctrl_txdma_ch_pcie() 2967 if (ch_map->ch1 == MAC_AX_PCIE_ENABLE) in ctrl_txdma_ch_pcie() 2969 else if (ch_map->ch1 == MAC_AX_PCIE_DISABLE) in ctrl_txdma_ch_pcie() 2972 if (ch_map->ch2 == MAC_AX_PCIE_ENABLE) in ctrl_txdma_ch_pcie() 2974 else if (ch_map->ch2 == MAC_AX_PCIE_DISABLE) in ctrl_txdma_ch_pcie() 2977 if (ch_map->ch3 == MAC_AX_PCIE_ENABLE) in ctrl_txdma_ch_pcie() 2979 else if (ch_map->ch3 == MAC_AX_PCIE_DISABLE) in ctrl_txdma_ch_pcie() 2982 if (ch_map->ch4 == MAC_AX_PCIE_ENABLE) in ctrl_txdma_ch_pcie() [all …]
|
| H A D | _pcie.h | 509 struct mac_ax_txdma_ch_map *ch_map); 531 struct mac_ax_txdma_ch_map *ch_map); 553 struct mac_ax_rxdma_ch_map *ch_map);
|
| /OK3568_Linux_fs/kernel/drivers/lightnvm/ |
| H A D | core.c | 108 struct nvm_ch_map *ch_map = &dev_map->chnls[i]; in nvm_remove_tgt_dev() local 109 int *lun_offs = ch_map->lun_offs; in nvm_remove_tgt_dev() 110 int ch = i + ch_map->ch_off; in nvm_remove_tgt_dev() 113 for (j = 0; j < ch_map->num_lun; j++) { in nvm_remove_tgt_dev() 122 kfree(ch_map->lun_offs); in nvm_remove_tgt_dev() 170 struct nvm_ch_map *ch_map = &dev_map->chnls[i]; in nvm_create_tgt_dev() local 178 ch_map->ch_off = ch_rmap->ch_off = bch; in nvm_create_tgt_dev() 179 ch_map->num_lun = luns_in_chnl; in nvm_create_tgt_dev() 194 ch_map->lun_offs = lun_offs; in nvm_create_tgt_dev() 566 struct nvm_ch_map *ch_map = &dev_map->chnls[p->a.ch]; in nvm_map_to_dev() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/ |
| H A D | cpsw_priv.c | 133 u32 ch_map; in cpsw_tx_mq_poll() local 137 ch_map = cpdma_ctrl_txchs_state(cpsw->dma); in cpsw_tx_mq_poll() 138 for (ch = 0, num_tx = 0; ch_map & 0xff; ch_map <<= 1, ch++) { in cpsw_tx_mq_poll() 139 if (!(ch_map & 0x80)) in cpsw_tx_mq_poll() 183 u32 ch_map; in cpsw_rx_mq_poll() local 187 ch_map = cpdma_ctrl_rxchs_state(cpsw->dma); in cpsw_rx_mq_poll() 188 for (ch = 0, num_rx = 0; ch_map; ch_map >>= 1, ch++) { in cpsw_rx_mq_poll() 189 if (!(ch_map & 0x01)) in cpsw_rx_mq_poll()
|
| /OK3568_Linux_fs/kernel/include/sound/sof/ |
| H A D | channel_map.h | 58 struct sof_ipc_channel_map ch_map[0]; member
|
| /OK3568_Linux_fs/kernel/sound/soc/samsung/ |
| H A D | tm2_wm5110.c | 310 unsigned int ch_map[] = { 0, 1 }; in tm2_late_probe() local 341 ret = snd_soc_dai_set_channel_map(amp_pdm_dai, ARRAY_SIZE(ch_map), in tm2_late_probe() 342 ch_map, 0, NULL); in tm2_late_probe()
|
| /OK3568_Linux_fs/kernel/sound/soc/intel/skylake/ |
| H A D | skl-messages.c | 465 base_cfg->audio_fmt.channel_map = format->ch_map; in skl_set_base_module_format() 674 out_fmt->channel_map = format->ch_map; in skl_setup_out_format() 717 mixer_mconfig->ch_map = fmt->ch_map; in skl_set_updown_mixer_format() 1104 pin_fmt->channel_map = format->ch_map; in fill_pin_params()
|
| H A D | skl-topology.h | 150 u32 ch_map; member 200 u32 ch_map; member
|
| H A D | skl-debug.c | 64 fmt->ch_map); in skl_print_fmt()
|
| H A D | skl-topology.c | 147 fmt->ch_map = slot_map; in skl_tplg_update_chmap() 2215 dst_fmt->ch_map = value; in skl_tplg_fill_fmt() 2780 dst_fmt[i].fmt.ch_map = src_fmt[i].ch_map; in skl_tplg_fill_fmt_v4()
|
| /OK3568_Linux_fs/kernel/include/uapi/sound/ |
| H A D | skl-tplg-interface.h | 182 __u32 ch_map; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/ |
| H A D | skl-tplg-interface.h | 180 __u32 ch_map; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/ |
| H A D | skl-tplg-interface.h | 180 __u32 ch_map; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_api_mac.h | 94 struct mac_ax_txdma_ch_map *ch_map); 97 struct mac_ax_rxdma_ch_map *ch_map); 104 struct mac_ax_txdma_ch_map *ch_map);
|
| H A D | hal_api_mac.c | 189 struct mac_ax_txdma_ch_map *ch_map) in rtw_hal_mac_poll_txdma_idle() argument 196 ret = hal_mac_ops->intf_ops->poll_txdma_ch_idle(mac, ch_map); in rtw_hal_mac_poll_txdma_idle() 204 struct mac_ax_rxdma_ch_map *ch_map) in rtw_hal_mac_poll_rxdma_idle() argument 210 ret = hal_mac_ops->intf_ops->poll_rxdma_ch_idle(mac, ch_map); in rtw_hal_mac_poll_rxdma_idle() 216 struct mac_ax_txdma_ch_map *ch_map) in rtw_hal_mac_cfg_txdma() argument 222 ret = hal_mac_ops->intf_ops->ctrl_txdma_ch(mac, ch_map); in rtw_hal_mac_cfg_txdma()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_api_mac.h | 94 struct mac_ax_txdma_ch_map *ch_map); 97 struct mac_ax_rxdma_ch_map *ch_map); 104 struct mac_ax_txdma_ch_map *ch_map);
|
| H A D | hal_api_mac.c | 189 struct mac_ax_txdma_ch_map *ch_map) in rtw_hal_mac_poll_txdma_idle() argument 196 ret = hal_mac_ops->intf_ops->poll_txdma_ch_idle(mac, ch_map); in rtw_hal_mac_poll_txdma_idle() 204 struct mac_ax_rxdma_ch_map *ch_map) in rtw_hal_mac_poll_rxdma_idle() argument 210 ret = hal_mac_ops->intf_ops->poll_rxdma_ch_idle(mac, ch_map); in rtw_hal_mac_poll_rxdma_idle() 216 struct mac_ax_txdma_ch_map *ch_map) in rtw_hal_mac_cfg_txdma() argument 222 ret = hal_mac_ops->intf_ops->ctrl_txdma_ch(mac, ch_map); in rtw_hal_mac_cfg_txdma()
|
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | i7core_edac.c | 206 u32 ch_map; member 505 pci_read_config_dword(pdev, MC_CHANNEL_MAPPER, &pvt->info.ch_map); in get_dimm_config() 509 pvt->info.mc_status, pvt->info.max_dod, pvt->info.ch_map); in get_dimm_config() 574 RDLCH(pvt->info.ch_map, i), WRLCH(pvt->info.ch_map, i), in get_dimm_config()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | sge.c | 4495 u32 param, val, ch_map = 0; in t4_sge_alloc_rxq() local 4509 ch_map |= 1 << (i << cng_ch_bits_log); in t4_sge_alloc_rxq() 4511 val |= CONMCTXT_CNGCHMAP_V(ch_map); in t4_sge_alloc_rxq()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/ |
| H A D | mac_def.h | 14348 struct mac_ax_txdma_ch_map *ch_map); 14361 struct mac_ax_txdma_ch_map *ch_map); 14368 struct mac_ax_rxdma_ch_map *ch_map);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/ |
| H A D | mac_def.h | 14348 struct mac_ax_txdma_ch_map *ch_map); 14361 struct mac_ax_txdma_ch_map *ch_map); 14368 struct mac_ax_rxdma_ch_map *ch_map);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/ |
| H A D | halmac_type.h | 2137 enum halmac_dma_ch ch_map[HALMAC_PQ_MAP_NUM]; member
|