Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dsun6i-dma.c136 void (*clock_autogate_enable)(struct sun6i_dma_dev *); member
1121 .clock_autogate_enable = sun6i_enable_clock_autogate_a23,
1139 .clock_autogate_enable = sun6i_enable_clock_autogate_a23,
1164 .clock_autogate_enable = sun6i_enable_clock_autogate_h3,
1185 .clock_autogate_enable = sun6i_enable_clock_autogate_h3,
1206 .clock_autogate_enable = sun6i_enable_clock_autogate_h3,
1229 .clock_autogate_enable = sun6i_enable_clock_autogate_h3,
1255 .clock_autogate_enable = sun6i_enable_clock_autogate_a23,
1453 if (sdc->cfg->clock_autogate_enable) in sun6i_dma_probe()
1454 sdc->cfg->clock_autogate_enable(sdc); in sun6i_dma_probe()