Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/dma/
H A Dcoh901318.c209 u64 started_channels; member
1342 u64 started_channels = debugfs_dma_base->pm.started_channels; in coh901318_debugfs_read() local
1357 if (started_channels & (1ULL << i)) in coh901318_debugfs_read()
1427 pm->started_channels &= ~(1ULL << cohc->id); in enable_powersave()
1438 pm->started_channels |= (1ULL << cohc->id); in disable_powersave()
2660 base->pm.started_channels = 0; in coh901318_probe()