Searched refs:started_channels (Results 1 – 2 of 2) sorted by relevance
110 u64 started_channels = debugfs_dma_base->pm.started_channels; in coh901318_debugfs_read() local126 if (started_channels & (1 << i)) in coh901318_debugfs_read()218 pm->started_channels &= ~(1ULL << cohc->id); in enable_powersave()220 if (!pm->started_channels) { in enable_powersave()235 if (!pm->started_channels) { in disable_powersave()241 pm->started_channels |= (1ULL << cohc->id); in disable_powersave()1473 base->pm.started_channels = 0; in coh901318_probe()
87 u64 started_channels; member