Lines Matching defs:slots
22 unsigned int slots = 0;
28 /* Count the total number of slots provided by all 4 lanes */
30 slots += hweight32(mask[i]);
32 return slots;
36 u32 *rx_mask, unsigned int slots,
56 iface->slots = slots;
154 dev_err(dai->dev, "interface has not slots\n");
187 dev_err(dai->dev, "not enough slots for channels\n");
192 dev_err(dai->dev, "incompatible slots width for stream\n");
266 srate = iface->slots * iface->slot_width * params_rate(params);
309 if (iface->slots > 2) {
311 iface->slots);