Searched refs:cohc (Results 1 – 1 of 1) sorted by relevance
1260 #define COHC_2_DEV(cohc) (&cohc->chan.dev->device) argument1316 static void coh901318_list_print(struct coh901318_chan *cohc, in coh901318_list_print() argument1323 dev_vdbg(COHC_2_DEV(cohc), "i %d, lli %p, ctrl 0x%x, src %pad" in coh901318_list_print()1409 cohc_chan_param(struct coh901318_chan *cohc) in cohc_chan_param() argument1411 return &chan_config[cohc->id].param; in cohc_chan_param()1415 cohc_chan_conf(struct coh901318_chan *cohc) in cohc_chan_conf() argument1417 return &chan_config[cohc->id]; in cohc_chan_conf()1420 static void enable_powersave(struct coh901318_chan *cohc) in enable_powersave() argument1423 struct powersave *pm = &cohc->base->pm; in enable_powersave()1427 pm->started_channels &= ~(1ULL << cohc->id); in enable_powersave()[all …]