Home
last modified time | relevance | path

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

/linux/drivers/dma/dw-edma/
H A Ddw-hdma-v0-core.c78 SET_CH_32(dw, dir, id, int_setup, in dw_hdma_v0_core_ch_off()
92 SET_CH_32(dw, dir, id, int_setup, in dw_hdma_v0_core_off()
101 SET_CH_32(dw, dir, id, int_setup, in dw_hdma_v0_core_off()
269 tmp = GET_CH_32(dw, chan->dir, chan->id, int_setup); in dw_hdma_v0_core_ch_enable()
271 SET_CH_32(dw, chan->dir, chan->id, int_setup, tmp); in dw_hdma_v0_core_ch_enable()
323 val = GET_CH_32(dw, chan->dir, chan->id, int_setup); in dw_hdma_v0_core_non_ll_start()
325 SET_CH_32(dw, chan->dir, chan->id, int_setup, val); in dw_hdma_v0_core_non_ll_start()
H A Ddw-hdma-v0-regs.h64 u32 int_setup; /* 0x0088 */ member
H A Ddw-hdma-v0-debugfs.c101 CTX_REGISTER(dw, int_setup, dir, ch), in dw_hdma_debugfs_regs_ch()