Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/dma/
Dcoh901318.c1260 #define COHC_2_DEV(cohc) (&cohc->chan.dev->device) argument
1316 static void coh901318_list_print(struct coh901318_chan *cohc, in coh901318_list_print() argument
1323 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() argument
1411 return &chan_config[cohc->id].param; in cohc_chan_param()
1415 cohc_chan_conf(struct coh901318_chan *cohc) in cohc_chan_conf() argument
1417 return &chan_config[cohc->id]; in cohc_chan_conf()
1420 static void enable_powersave(struct coh901318_chan *cohc) in enable_powersave() argument
1423 struct powersave *pm = &cohc->base->pm; in enable_powersave()
1427 pm->started_channels &= ~(1ULL << cohc->id); in enable_powersave()
[all …]