Searched refs:cohc (Results 1 – 1 of 1) sorted by relevance
1260 #define COHC_2_DEV(cohc) (&cohc->chan.dev->device) argument1314 static void coh901318_list_print(struct coh901318_chan *cohc, in coh901318_list_print() argument1321 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() argument1407 return &chan_config[cohc->id].param; in cohc_chan_param()1411 cohc_chan_conf(struct coh901318_chan *cohc) in cohc_chan_conf() argument1413 return &chan_config[cohc->id]; in cohc_chan_conf()1416 static void enable_powersave(struct coh901318_chan *cohc) in enable_powersave() argument1419 struct powersave *pm = &cohc->base->pm; in enable_powersave()1423 pm->started_channels &= ~(1ULL << cohc->id); in enable_powersave()[all …]