Lines Matching defs:active_slots
977 unsigned int active_slots;
987 active_slots = hweight32(tx_mask);
989 if (active_slots > 16)
993 if (active_slots % 2)
997 if (active_slots == 16)
998 active_slots = 0;
1032 dev_dbg(aio->cygaud->dev, "%s active_slots %u, bits per frame %d\n",
1033 __func__, active_slots, frame_bits);
1038 value |= (active_slots << I2S_OUT_CFGX_VALID_SLOT);
1046 value |= (active_slots << I2S_OUT_CFGX_VALID_SLOT);