Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Dcoh901318.c1260 #define COHC_2_DEV(cohc) (&cohc->chan.dev->device) argument
1314 static void coh901318_list_print(struct coh901318_chan *cohc, in coh901318_list_print() argument
1321 dev_vdbg(COHC_2_DEV(cohc), "i %d, lli %p, ctrl 0x%x, src 0x%x" in coh901318_list_print()
1405 cohc_chan_param(struct coh901318_chan *cohc) in cohc_chan_param() argument
1407 return &chan_config[cohc->id].param; in cohc_chan_param()
1411 cohc_chan_conf(struct coh901318_chan *cohc) in cohc_chan_conf() argument
1413 return &chan_config[cohc->id]; in cohc_chan_conf()
1416 static void enable_powersave(struct coh901318_chan *cohc) in enable_powersave() argument
1419 struct powersave *pm = &cohc->base->pm; in enable_powersave()
1423 pm->started_channels &= ~(1ULL << cohc->id); in enable_powersave()
[all …]