Lines Matching defs:format
339 unsigned int mode, format;
430 /* Setup the frame format */
431 format = BCM2835_I2S_CHEN;
434 format |= BCM2835_I2S_CHWEX;
436 format |= BCM2835_I2S_CHWID((data_length-8)&0xf);
438 /* CH2 format is the same as for CH1 */
439 format = BCM2835_I2S_CH1(format) | BCM2835_I2S_CH2(format);
511 * Set format for both streams.
514 * so the format will be the same.
517 format
521 format
532 * so the format will be the same.