Searched refs:NPCM7XX_ADC_NUM_INPUTS (Results 1 – 2 of 2) sorted by relevance
24 #define NPCM7XX_ADC_NUM_INPUTS 8 macro58 uint32_t adci[NPCM7XX_ADC_NUM_INPUTS];
101 if (input >= NPCM7XX_ADC_NUM_INPUTS) { in npcm7xx_adc_convert_done()243 for (i = 0; i < NPCM7XX_ADC_NUM_INPUTS; ++i) { in npcm7xx_adc_init()261 VMSTATE_UINT32_ARRAY(adci, NPCM7xxADCState, NPCM7XX_ADC_NUM_INPUTS),