Lines Matching defs:slot
671 u8 slot;
680 dev_err(dai->dev, "tdm slot width %d not supported\n", width);
685 slot = 0;
689 ret = regmap_write(peb2466->regmap, PEB2466_CR5(chan), slot);
691 dev_err(dai->dev, "chan %d set tx tdm slot failed (%d)\n",
698 slot++;
708 slot = 0;
712 ret = regmap_write(peb2466->regmap, PEB2466_CR4(chan), slot);
714 dev_err(dai->dev, "chan %d set rx tdm slot failed (%d)\n",
721 slot++;