odd_offset        296 sound/soc/bcm/bcm2835-i2s.c static int bcm2835_i2s_convert_slot(unsigned int slot, unsigned int odd_offset)
odd_offset        298 sound/soc/bcm/bcm2835-i2s.c 	if (!odd_offset)
odd_offset        302 sound/soc/bcm/bcm2835-i2s.c 		return (slot >> 1) + odd_offset;
odd_offset        321 sound/soc/bcm/bcm2835-i2s.c 	unsigned int bit_offset, unsigned int odd_offset)
odd_offset        323 sound/soc/bcm/bcm2835-i2s.c 	*ch1_pos = bcm2835_i2s_convert_slot((ffs(mask) - 1), odd_offset)
odd_offset        325 sound/soc/bcm/bcm2835-i2s.c 	*ch2_pos = bcm2835_i2s_convert_slot((fls(mask) - 1), odd_offset)