Lines Matching defs:bits
7 // dont forget to set IPSEL/OMSEL register bits (in your board code) to
21 * The number of bits sent over the wire in a frame can be adjusted
134 unsigned int bits, channels, swl, recv, i;
137 bits = params->msbits;
141 pr_debug("bits: %u channels: %u\n", bits, channels);
159 switch (bits) {
174 * SYSTEM WORD LENGTH: size in bits of half a frame over the I2S
182 if ((bits > 16) && (bits <= 24)) {
183 bits = 24; /* these are padded by the SSI */
187 swl = (bits * channels) / 2;