Home
last modified time | relevance | path

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

/linux/drivers/leds/
A Dleds-sun50i-a100.c51 #define LEDC_FIFO_DEPTH 32U macro
124 burst = min(length, LEDC_FIFO_DEPTH - fifo_used); in sun50i_a100_ledc_pio_xfer()
150 if (priv->dma_chan && length > LEDC_FIFO_DEPTH) { in sun50i_a100_ledc_start_xfer()
162 FIELD_PREP_CONST(LEDC_DMA_CTRL_REG_FIFO_TRIG_LEVEL, LEDC_FIFO_DEPTH / 2); in sun50i_a100_ledc_start_xfer()
479 dma_cfg.dst_maxburst = LEDC_FIFO_DEPTH / 2; in sun50i_a100_ledc_probe()

Completed in 5 milliseconds