Searched refs:LEDC_FIFO_DEPTH (Results 1 – 1 of 1) sorted by relevance
50 #define LEDC_FIFO_DEPTH 32U macro123 burst = min(length, LEDC_FIFO_DEPTH - fifo_used); in sun50i_a100_ledc_pio_xfer()149 if (priv->dma_chan && length > LEDC_FIFO_DEPTH) { in sun50i_a100_ledc_start_xfer()161 FIELD_PREP_CONST(LEDC_DMA_CTRL_REG_FIFO_TRIG_LEVEL, LEDC_FIFO_DEPTH / 2); in sun50i_a100_ledc_start_xfer()473 dma_cfg.dst_maxburst = LEDC_FIFO_DEPTH / 2; in sun50i_a100_ledc_probe()