Home
last modified time | relevance | path

Searched refs:ts_mask (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dmisc_helper.c69 uint32_t ts, ts_mask; in helper_spr_write_CTRL() local
76 ts_mask = ~(1U << (8 + env->spr[SPR_TIR])); in helper_spr_write_CTRL()
82 cenv->spr[sprn] &= ts_mask; in helper_spr_write_CTRL()
/openbmc/linux/drivers/soc/fsl/qe/
H A Dqmc.c823 u64 ts_mask; in qmc_of_parse_chans() local
849 ret = of_property_read_u64(chan_np, "fsl,tx-ts-mask", &ts_mask); in qmc_of_parse_chans()
856 chan->tx_ts_mask = ts_mask; in qmc_of_parse_chans()
858 ret = of_property_read_u64(chan_np, "fsl,rx-ts-mask", &ts_mask); in qmc_of_parse_chans()
865 chan->rx_ts_mask = ts_mask; in qmc_of_parse_chans()
/openbmc/linux/sound/soc/codecs/
H A Dcpcap.c1463 int err, ts_mask, mask; in cpcap_voice_set_tdm_slot() local
1475 ts_mask = 0x7 << CPCAP_BIT_MIC2_TIMESLOT0; in cpcap_voice_set_tdm_slot()
1476 ts_mask |= 0x7 << CPCAP_BIT_MIC1_RX_TIMESLOT0; in cpcap_voice_set_tdm_slot()
1482 ts_mask, mask); in cpcap_voice_set_tdm_slot()