Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/input/touchscreen/
Dtnetv107x-ts.c46 u32 tscm; member
208 if (tsc_read(ts, tscm) & IDLE) in tsc_start()
220 tsc_write(ts, tscm, val); in tsc_start()
224 tsc_write(ts, tscm, val); in tsc_start()
230 tsc_set_bits(ts, tscm, TSC_EN); in tsc_start()
239 tsc_clr_bits(ts, tscm, TSC_EN); in tsc_stop()
/linux-2.6.39/drivers/staging/cxt1e1/
Dmusycc.h85 VINT8 tscm[256]; /* Subchannel Map [5-24] */ member
116 VINT8 tscm[256]; /* Subchannel Map [5-24] */ member
Dmusycc.c719 pi->regram->tscm[idx * 8 + j] = (bits[j] < 0) ? 0 : (0x80 | bits[j]); in musycc_update_timeslots()