Searched refs:num_channel (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/imx/ |
H A D | imx-scu.c | 268 int num_channel; in imx_scu_probe() local 283 num_channel = sc_ipc->fast_ipc ? 2 : SCU_MU_CHAN_NUM; in imx_scu_probe() 284 for (i = 0; i < num_channel; i++) { in imx_scu_probe() 285 if (i < num_channel / 2) in imx_scu_probe() 289 i - num_channel / 2); in imx_scu_probe() 309 sc_chan->idx = i % (num_channel / 2); in imx_scu_probe()
|
/kernel/linux/linux-6.6/drivers/firmware/imx/ |
H A D | imx-scu.c | 269 int num_channel; in imx_scu_probe() local 284 num_channel = sc_ipc->fast_ipc ? 2 : SCU_MU_CHAN_NUM; in imx_scu_probe() 285 for (i = 0; i < num_channel; i++) { in imx_scu_probe() 286 if (i < num_channel / 2) in imx_scu_probe() 290 i - num_channel / 2); in imx_scu_probe() 310 sc_chan->idx = i % (num_channel / 2); in imx_scu_probe()
|
/kernel/linux/linux-5.10/sound/soc/fsl/ |
H A D | fsl_easrc.c | 716 int max_channels = 8 - slot->num_channel; in fsl_easrc_max_ch_for_slot() 769 slot->num_channel = *req_channels; in fsl_easrc_config_one_slot() 772 slot->num_channel = *avail_channel; in fsl_easrc_config_one_slot() 777 slot->max_channel = *start_channel + slot->num_channel - 1; in fsl_easrc_config_one_slot() 780 *start_channel += slot->num_channel; in fsl_easrc_config_one_slot() 792 EASRC_DPCS0R0_NUMCH(slot->num_channel - 1)); in fsl_easrc_config_one_slot() 801 (ctx_priv->st1_num_taps - 1) * slot->num_channel * in fsl_easrc_config_one_slot() 802 ctx_priv->st1_num_exp + slot->num_channel; in fsl_easrc_config_one_slot() 804 st1_mem_alloc = ctx_priv->st1_num_taps * slot->num_channel; in fsl_easrc_config_one_slot() 822 st1_chanxexp = slot->num_channel * (ctx_pri in fsl_easrc_config_one_slot() [all...] |
H A D | fsl_easrc.h | 580 int num_channel; /* maximum is 8 */ member
|
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | fsl_easrc.c | 716 int max_channels = 8 - slot->num_channel; in fsl_easrc_max_ch_for_slot() 769 slot->num_channel = *req_channels; in fsl_easrc_config_one_slot() 772 slot->num_channel = *avail_channel; in fsl_easrc_config_one_slot() 777 slot->max_channel = *start_channel + slot->num_channel - 1; in fsl_easrc_config_one_slot() 780 *start_channel += slot->num_channel; in fsl_easrc_config_one_slot() 792 EASRC_DPCS0R0_NUMCH(slot->num_channel - 1)); in fsl_easrc_config_one_slot() 801 (ctx_priv->st1_num_taps - 1) * slot->num_channel * in fsl_easrc_config_one_slot() 802 ctx_priv->st1_num_exp + slot->num_channel; in fsl_easrc_config_one_slot() 804 st1_mem_alloc = ctx_priv->st1_num_taps * slot->num_channel; in fsl_easrc_config_one_slot() 822 st1_chanxexp = slot->num_channel * (ctx_pri in fsl_easrc_config_one_slot() [all...] |
H A D | fsl_easrc.h | 580 int num_channel; /* maximum is 8 */ member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/ |
H A D | smd.c | 874 msg_body->num_channel = min_t(u8, req->n_channels, in wcn36xx_smd_start_hw_scan() 876 for (i = 0; i < msg_body->num_channel; i++) { in wcn36xx_smd_start_hw_scan() 893 msg_body->num_channel, msg_body->num_ssid, in wcn36xx_smd_start_hw_scan() 951 msg_body->num_channel = min_t(u8, req->n_channels, ARRAY_SIZE(msg_body->channels)); in wcn36xx_smd_update_channel_list() 952 for (i = 0; i < msg_body->num_channel; i++) { in wcn36xx_smd_update_channel_list()
|
H A D | hal.h | 1306 u8 num_channel; member 1384 u8 num_channel; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/ |
H A D | smd.c | 878 msg_body->num_channel = min_t(u8, req->n_channels, in wcn36xx_smd_start_hw_scan() 880 for (i = 0; i < msg_body->num_channel; i++) { in wcn36xx_smd_start_hw_scan() 897 msg_body->num_channel, msg_body->num_ssid, in wcn36xx_smd_start_hw_scan()
|
H A D | hal.h | 1304 u8 num_channel; member
|
Completed in 34 milliseconds