Home
last modified time | relevance | path

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

/drivers/idle/
Di7300_idle.c226 chan_ctl = readw(ioat_chanbase + IOAT_CHANCTRL_OFFSET); in i7300_idle_ioat_init()
233 ioat_chanbase + IOAT_CHANCTRL_OFFSET); in i7300_idle_ioat_init()
271 writew(0, ioat_chanbase + IOAT_CHANCTRL_OFFSET); in i7300_idle_ioat_init()
295 writew(0, ioat_chanbase + IOAT_CHANCTRL_OFFSET); in i7300_idle_ioat_exit()
/drivers/dma/ioat/
Dregisters.h91 #define IOAT_CHANCTRL_OFFSET 0x00 /* 16-bit Channel Control Register */ macro
Ddma.c690 writew(IOAT_CHANCTRL_RUN, ioat_chan->reg_base + IOAT_CHANCTRL_OFFSET); in ioat_cleanup_event()
Dinit.c695 writew(IOAT_CHANCTRL_RUN, ioat_chan->reg_base + IOAT_CHANCTRL_OFFSET); in ioat_alloc_chan_resources()