Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Dti_am335x_tscadc.c125 int tscmag_wires = 0, adc_channels = 0, cell_idx = 0, total_channels; in ti_tscadc_probe() local
144 of_property_read_u32(node, "ti,wires", &tscmag_wires); in ti_tscadc_probe()
153 if (tscmag_wires) in ti_tscadc_probe()
162 tscmag_wires = mag_tracks * 2; in ti_tscadc_probe()
163 if (tscmag_wires) in ti_tscadc_probe()
180 total_channels = tscmag_wires + adc_channels; in ti_tscadc_probe()
250 if (tscmag_wires == 5) in ti_tscadc_probe()