Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/dma/
Dcoh901318.c110 u64 started_channels = debugfs_dma_base->pm.started_channels; in coh901318_debugfs_read() local
126 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()
/linux-3.4.99/arch/arm/mach-u300/include/mach/
Dcoh901318.h87 u64 started_channels; member