Searched refs:PCF50633_MAX_ADC_FIFO_DEPTH (Results 1 – 1 of 1) sorted by relevance
37 #define PCF50633_MAX_ADC_FIFO_DEPTH 8 macro43 struct pcf50633_adc_request *queue[PCF50633_MAX_ADC_FIFO_DEPTH];100 adc->queue_tail = (tail + 1) & (PCF50633_MAX_ADC_FIFO_DEPTH - 1); in adc_enqueue_request()191 (PCF50633_MAX_ADC_FIFO_DEPTH - 1); in pcf50633_adc_irq()235 for (i = 0; i < PCF50633_MAX_ADC_FIFO_DEPTH; i++) in pcf50633_adc_remove()