Home
last modified time | relevance | path

Searched refs:slot_mask (Results 1 – 10 of 10) sorted by relevance

/linux/sound/soc/tegra/
H A Dtegra210_i2s.c326 i2s->tx_mask = (tx_mask > i2s->soc_data->slot_mask) ? in tegra210_i2s_get_loopback()
327 i2s->soc_data->slot_mask : tx_mask; in tegra210_i2s_get_loopback()
328 i2s->rx_mask = (rx_mask > i2s->soc_data->slot_mask) ? in tegra210_i2s_get_loopback()
329 i2s->soc_data->slot_mask : rx_mask; in tegra210_i2s_get_loopback()
1080 i2s->tx_mask = i2s->soc_data->slot_mask; in tegra210_i2s_probe()
1081 i2s->rx_mask = i2s->soc_data->slot_mask; in tegra210_i2s_probe()
1153 .slot_mask = DEFAULT_I2S_SLOT_MASK,
1165 .slot_mask = TEGRA264_DEFAULT_I2S_SLOT_MASK,
H A Dtegra210_i2s.h158 unsigned int slot_mask;
157 unsigned int slot_mask; global() member
/linux/include/linux/
H A Dcb710.h36 unsigned slot_mask; member
/linux/sound/soc/qcom/qdsp6/
H A Dq6afe.h194 u16 slot_mask;
193 u16 slot_mask; global() member
H A Dq6afe.c527 u32 slot_mask; member
1409 pcfg->tdm_cfg.slot_mask = cfg->slot_mask; in q6afe_tdm_port_prepare()
H A Dq6afe-dai.c196 tdm->slot_mask = ((dai->id & 0x1) ? tx_mask : rx_mask) & cap_mask; in q6tdm_set_tdm_slot()
/linux/sound/soc/stm/
H A Dstm32_sai_sub.c94 * @slot_mask: rx or tx active slots mask. set at init or at runtime
129 int slot_mask; member
755 sai->slot_mask = tx_mask; in stm32_sai_set_dai_tdm_slot()
760 sai->slot_mask = rx_mask; in stm32_sai_set_dai_tdm_slot()
1021 sai->slot_mask = (1 << sai->slots) - 1; in stm32_sai_set_slots()
1024 SAI_XSLOTR_SLOTEN_SET(sai->slot_mask)); in stm32_sai_set_slots()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c2852 u32 slot_mask = upd_ctx.timedout_mask; in panthor_sched_suspend() local
2856 while (slot_mask) { in panthor_sched_suspend()
2857 u32 csg_id = ffs(slot_mask) - 1; in panthor_sched_suspend()
2874 slot_mask &= ~BIT(csg_id); in panthor_sched_suspend()
2879 slot_mask = upd_ctx.timedout_mask; in panthor_sched_suspend()
2880 while (slot_mask) { in panthor_sched_suspend()
2881 u32 csg_id = ffs(slot_mask) - 1; in panthor_sched_suspend()
2900 slot_mask &= ~BIT(csg_id); in panthor_sched_suspend()
2909 u32 slot_mask = suspended_slots; in panthor_sched_suspend() local
2914 while (slot_mask) { in panthor_sched_suspend()
[all …]
/linux/drivers/pci/hotplug/
H A Dcpqphp.h126 u8 slot_mask; /* 0x28 */ member
157 SLOT_MASK = offsetof(struct ctrl_reg, slot_mask),
/linux/arch/sparc/kernel/
H A Dpci.c937 u32 slot_mask; in pci_bus_slot_names() member
948 mask = prop->slot_mask; in pci_bus_slot_names()