Home
last modified time | relevance | path

Searched refs:rx_slots (Results 1 – 6 of 6) sorted by relevance

/linux/include/sound/sof/
H A Ddai-imx.h28 uint32_t rx_slots; member
49 uint32_t rx_slots; member
H A Ddai-intel.h73 uint32_t rx_slots; member
/linux/drivers/rapidio/
H A Drio_cm.c149 int rx_slots; member
306 cm->rx_slots++; in riocm_rx_get_msg()
329 if (cm->rx_slots == 0) in riocm_rx_fill()
332 for (i = 0; i < RIOCM_RX_RING_SIZE && cm->rx_slots && nent; i++) { in riocm_rx_fill()
338 cm->rx_slots--; in riocm_rx_fill()
2142 cm->rx_slots = RIOCM_RX_RING_SIZE; in riocm_add_mport()
/linux/include/uapi/sound/
H A Dasoc.h351 __le32 rx_slots; /* bit mask for active Rx slots */ member
/linux/sound/soc/sof/
H A Dipc3-topology.c1107 config->sai.rx_slots = le32_to_cpu(hw_config->rx_slots); in sof_link_sai_load()
1157 config->esai.rx_slots = le32_to_cpu(hw_config->rx_slots); in sof_link_esai_load()
1470 config[i].ssp.rx_slots = le32_to_cpu(hw_config[i].rx_slots); in sof_link_dmic_load()
/linux/sound/soc/codecs/
H A Dcs42l43.c465 slots = priv->rx_slots; in cs42l43_asp_hw_params()
618 cs42l43_mask_to_slots(priv, rx_mask, priv->rx_slots, in cs42l43_asp_set_tdm_slot()
619 ARRAY_SIZE(priv->rx_slots)); in cs42l43_asp_set_tdm_slot()
2586 cs42l43_mask_to_slots(priv, CS42L43_DEFAULT_SLOTS, priv->rx_slots, in cs42l43_component_probe()
2587 ARRAY_SIZE(priv->rx_slots)); in cs42l43_component_probe()