tdms               46 sound/soc/fsl/fsl_audmix.c 	u8 tdms;
tdms               53 sound/soc/fsl/fsl_audmix.c 	{ .tdms = 0, .clk = 0, .msg = "" },
tdms               55 sound/soc/fsl/fsl_audmix.c 	{ .tdms = 1, .clk = 1, .msg = "DIS->TDM1: TDM1 not started!\n" },
tdms               57 sound/soc/fsl/fsl_audmix.c 	{ .tdms = 2, .clk = 2, .msg = "DIS->TDM2: TDM2 not started!\n" },
tdms               59 sound/soc/fsl/fsl_audmix.c 	{ .tdms = 3, .clk = 0, .msg = "DIS->MIX: Please start both TDMs!\n" }
tdms               61 sound/soc/fsl/fsl_audmix.c 	{ .tdms = 1, .clk = 0, .msg = "TDM1->DIS: TDM1 not started!\n" },
tdms               63 sound/soc/fsl/fsl_audmix.c 	{ .tdms = 0, .clk = 0, .msg = "" },
tdms               65 sound/soc/fsl/fsl_audmix.c 	{ .tdms = 3, .clk = 2, .msg = "TDM1->TDM2: Please start both TDMs!\n" },
tdms               67 sound/soc/fsl/fsl_audmix.c 	{ .tdms = 3, .clk = 0, .msg = "TDM1->MIX: Please start both TDMs!\n" }
tdms               69 sound/soc/fsl/fsl_audmix.c 	{ .tdms = 2, .clk = 0, .msg = "TDM2->DIS: TDM2 not started!\n" },
tdms               71 sound/soc/fsl/fsl_audmix.c 	{ .tdms = 3, .clk = 1, .msg = "TDM2->TDM1: Please start both TDMs!\n" },
tdms               73 sound/soc/fsl/fsl_audmix.c 	{ .tdms = 0, .clk = 0, .msg = "" },
tdms               75 sound/soc/fsl/fsl_audmix.c 	{ .tdms = 3, .clk = 0, .msg = "TDM2->MIX: Please start both TDMs!\n" }
tdms               77 sound/soc/fsl/fsl_audmix.c 	{ .tdms = 3, .clk = 0, .msg = "MIX->DIS: Please start both TDMs!\n" },
tdms               79 sound/soc/fsl/fsl_audmix.c 	{ .tdms = 3, .clk = 1, .msg = "MIX->TDM1: Please start both TDMs!\n" },
tdms               81 sound/soc/fsl/fsl_audmix.c 	{ .tdms = 3, .clk = 2, .msg = "MIX->TDM2: Please start both TDMs!\n" },
tdms               83 sound/soc/fsl/fsl_audmix.c 	{ .tdms = 0, .clk = 0, .msg = "" }
tdms               92 sound/soc/fsl/fsl_audmix.c 	if ((priv->tdms & prm.tdms) != prm.tdms) {
tdms              130 sound/soc/fsl/fsl_audmix.c 	dev_dbg(comp->dev, "TDMs=x%08x, val=x%08x\n", priv->tdms, val);
tdms              136 sound/soc/fsl/fsl_audmix.c 	if (!(priv->tdms & BIT(mix_clk))) {
tdms              143 sound/soc/fsl/fsl_audmix.c 	if (!(priv->tdms & BIT(val))) {
tdms              178 sound/soc/fsl/fsl_audmix.c 	dev_dbg(comp->dev, "TDMs=x%08x, val=x%08x\n", priv->tdms, val);
tdms              187 sound/soc/fsl/fsl_audmix.c 	if (!(priv->tdms & BIT(mix_clk))) {
tdms              300 sound/soc/fsl/fsl_audmix.c 		priv->tdms |= BIT(dai->driver->id);
tdms              307 sound/soc/fsl/fsl_audmix.c 		priv->tdms &= ~BIT(dai->driver->id);
tdms              100 sound/soc/fsl/fsl_audmix.h 	u8 tdms;