Lines Matching defs:width
251 int slots, int width)
256 if (slots < 0 || width < 0)
271 if (slots * width > BCM2835_I2S_MAX_FRAME_LENGTH)
279 dev->slot_width = width;
280 dev->frame_length = slots * width;
308 * Calculate channel position from mask and slot width.
320 unsigned int mask, unsigned int width,
324 * width + bit_offset;
326 * width + bit_offset;
595 "slots: %d width: %d rx mask: 0x%02x tx_mask: 0x%02x\n",
876 /* Set the bus width */