Searched refs:PCF50633_MAX_ADC_FIFO_DEPTH (Results 1 – 1 of 1) sorted by relevance
41 #define PCF50633_MAX_ADC_FIFO_DEPTH 8 macro47 struct pcf50633_adc_request *queue[PCF50633_MAX_ADC_FIFO_DEPTH];104 adc->queue_tail = (tail + 1) & (PCF50633_MAX_ADC_FIFO_DEPTH - 1); in adc_enqueue_request()190 (PCF50633_MAX_ADC_FIFO_DEPTH - 1); in pcf50633_adc_irq()234 for (i = 0; i < PCF50633_MAX_ADC_FIFO_DEPTH; i++) in pcf50633_adc_remove()