Searched refs:timeslot (Results 1 – 2 of 2) sorted by relevance
856 unsigned int timeslot; in vpm_echocan_on() local876 timeslot = ((ch / 4) * 8) + ((ch % 4) * 4) + 1; in vpm_echocan_on()880 taps, timeslot); in vpm_echocan_on()882 vpm_out(hc, unit, timeslot, 0x7e); in vpm_echocan_on()888 unsigned int timeslot; in vpm_echocan_off() local909 timeslot = ((ch / 4) * 8) + ((ch % 4) * 4) + 1; in vpm_echocan_off()913 timeslot); in vpm_echocan_off()915 vpm_out(hc, unit, timeslot, 0x01); in vpm_echocan_off()
798 unsigned char timeslot; member