Lines Matching +full:24 +full:tdm
135 /* Number of TDM Channels - 1 */
145 /* TDM Frame Synchronization */
152 #define MCHP_I2SMCC_MRA_ISCKDIV_MASK GENMASK(29, 24)
154 (((div) << 24) & MCHP_I2SMCC_MRA_ISCKDIV_MASK)
164 /* 0: slot is 32 bits wide for DATALENGTH = 18/20/24 bits. */
165 /* 1: slot is 24 bits wide for DATALENGTH = 18/20/24 bits. */
204 #define MCHP_I2SMCC_INT_RXOVF_MASK(ch) GENMASK((ch) + 23, 24)
205 #define MCHP_I2SMCC_INT_RXOVFCH(ch) BIT((ch) + 24)
529 dev_err(dev->dev, "I2S with TDM is not supported\n"); in mchp_i2s_mcc_hw_params()
536 dev_err(dev->dev, "Left-Justified with TDM is not supported\n"); in mchp_i2s_mcc_hw_params()
972 err = of_property_read_u8(pdev->dev.of_node, "microchip,tdm-data-pair", in mchp_i2s_mcc_soc_data_parse()
976 "bad property data for 'microchip,tdm-data-pair': %d", in mchp_i2s_mcc_soc_data_parse()
982 "'microchip,tdm-data-pair' not found; assuming DIN/DOUT 0 for TDM\n"); in mchp_i2s_mcc_soc_data_parse()
987 "invalid value for 'microchip,tdm-data-pair': %d\n", in mchp_i2s_mcc_soc_data_parse()