Home
last modified time | relevance | path

Searched refs:tsen (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/staging/cxt1e1/
Dmusycc.c741 u_int8_t ts, hmask, tsen; in musycc_update_timeslots() local
756 tsen = MODE_56KBPS; in musycc_update_timeslots()
758 tsen = MODE_64KBPS; /* also the default */ in musycc_update_timeslots()
759 ts = ((pi->portnum % 4) == (i / 32)) ? (tsen << 5) | (i & hmask) : 0; in musycc_update_timeslots()