thru_bits         197 sound/pci/rme9652/rme9652.c 	u32 thru_bits;		/* thru 1=on, 0=off channel 1=Bit1... channel 26= Bit26 */
thru_bits         569 sound/pci/rme9652/rme9652.c 				rme9652->thru_bits |= (1 << i);
thru_bits         574 sound/pci/rme9652/rme9652.c 				rme9652->thru_bits &= ~(1 << i);
thru_bits         585 sound/pci/rme9652/rme9652.c 			rme9652->thru_bits |= (1 << mapped_channel);
thru_bits         587 sound/pci/rme9652/rme9652.c 			rme9652->thru_bits &= ~(1 << mapped_channel);
thru_bits        1256 sound/pci/rme9652/rme9652.c 	u32 thru_bits = rme9652->thru_bits;
thru_bits        1259 sound/pci/rme9652/rme9652.c 		ucontrol->value.integer.value[k] = !!(thru_bits & (1 << k));
thru_bits        1269 sound/pci/rme9652/rme9652.c 	u32 thru_bits = 0;
thru_bits        1276 sound/pci/rme9652/rme9652.c 			thru_bits |= 1 << chn;
thru_bits        1280 sound/pci/rme9652/rme9652.c 	change = thru_bits ^ rme9652->thru_bits;
thru_bits        1285 sound/pci/rme9652/rme9652.c 			rme9652_set_thru(rme9652,chn,thru_bits&(1<<chn));
thru_bits        1555 sound/pci/rme9652/rme9652.c 	u32 thru_bits = rme9652->thru_bits;
thru_bits        1710 sound/pci/rme9652/rme9652.c 		if (thru_bits & (1 << i)) {
thru_bits        1814 sound/pci/rme9652/rme9652.c 	rme9652->thru_bits = 0;