Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mfd/
H A Dpcf50633-adc.c37 #define PCF50633_MAX_ADC_FIFO_DEPTH 8 macro
43 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()