Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/ti/
H A Dti_adcvar.h32 #define TI_ADC_NPINS 8 macro
46 int sc_tsc_wire_config[TI_ADC_NPINS];
51 int sc_adc_channels[TI_ADC_NPINS];
H A Dti_adc.c76 static struct ti_adc_input ti_adc_inputs[TI_ADC_NPINS] = {
811 if (sc->sc_tsc_wires + sc->sc_adc_nchannels > TI_ADC_NPINS) { in ti_adc_attach()
813 sc->sc_tsc_wires + sc->sc_adc_nchannels, TI_ADC_NPINS); in ti_adc_attach()