Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/mfd/
Dti_am335x_tscadc.c127 int tscmag_wires = 0, adc_channels = 0, cell_idx = 0, total_channels; in ti_tscadc_probe() local
146 of_property_read_u32(node, "ti,wires", &tscmag_wires); in ti_tscadc_probe()
155 if (tscmag_wires) in ti_tscadc_probe()
164 tscmag_wires = mag_tracks * 2; in ti_tscadc_probe()
165 if (tscmag_wires) in ti_tscadc_probe()
182 total_channels = tscmag_wires + adc_channels; in ti_tscadc_probe()
253 if (tscmag_wires == 5) in ti_tscadc_probe()