Lines Matching defs:active_slots
967 unsigned int active_slots;
977 active_slots = hweight32(tx_mask);
979 if (active_slots > 16)
983 if (active_slots % 2)
987 if (active_slots == 16)
988 active_slots = 0;
1022 dev_dbg(aio->cygaud->dev, "%s active_slots %u, bits per frame %d\n",
1023 __func__, active_slots, frame_bits);
1028 value |= (active_slots << I2S_OUT_CFGX_VALID_SLOT);
1036 value |= (active_slots << I2S_OUT_CFGX_VALID_SLOT);