Home
last modified time | relevance | path

Searched refs:analog_line (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dti_am335x_tsc.c76 u32 analog_line[4]; in titsc_config_wires() local
85 analog_line[i] = (ts_dev->config_inp[i] & 0xF0) >> 4; in titsc_config_wires()
87 if (WARN_ON(analog_line[i] > 7)) in titsc_config_wires()
97 an_line = analog_line[i]; in titsc_config_wires()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dti_am335x_tsc.c75 u32 analog_line[4]; in titsc_config_wires() local
84 analog_line[i] = (ts_dev->config_inp[i] & 0xF0) >> 4; in titsc_config_wires()
86 if (WARN_ON(analog_line[i] > 7)) in titsc_config_wires()
96 an_line = analog_line[i]; in titsc_config_wires()

Completed in 3 milliseconds