Lines Matching defs:chansel
971 u8 chansel;991 chansel = (freq - 4800) / 5;993 chansel = ((freq - 4800) / 10) * 2;997 chansel = bitrev8(chansel);1000 chansel = 10 + (freq - 2274) / 5;1003 chansel = 16 + (freq - 2272) / 5;1004 chansel *= 4;1005 chansel = bitrev8(chansel);1008 d1 = chansel;