Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
Dtnetv107x-ts.c47 u32 tscm; member
209 if (tsc_read(ts, tscm) & IDLE) in tsc_start()
221 tsc_write(ts, tscm, val); in tsc_start()
225 tsc_write(ts, tscm, val); in tsc_start()
231 tsc_set_bits(ts, tscm, TSC_EN); in tsc_start()
240 tsc_clr_bits(ts, tscm, TSC_EN); in tsc_stop()
/drivers/staging/cxt1e1/
Dmusycc.h57 VINT8 tscm[256]; /* Subchannel Map [5-24] */ member
87 VINT8 tscm[256]; /* Subchannel Map [5-24] */ member
Dmusycc.c625 pi->regram->tscm[idx * 8 + j] = (bits[j] < 0) ? 0 : (0x80 | bits[j]); in musycc_update_timeslots()