Searched refs:ioat_chanbase (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/idle/
H A Di7300_idle.c102 static u8 *ioat_chanbase; variable
109 err = readl(ioat_chanbase + IOAT_CHANERR_OFFSET); i7300_idle_ioat_start()
111 writel(err, ioat_chanbase + IOAT_CHANERR_OFFSET); i7300_idle_ioat_start()
113 writeb(IOAT_CHANCMD_START, ioat_chanbase + IOAT1_CHANCMD_OFFSET); i7300_idle_ioat_start()
125 ioat_chanbase + IOAT1_CHANCMD_OFFSET); i7300_idle_ioat_stop()
129 sts = readq(ioat_chanbase + IOAT1_CHANSTS_OFFSET) & i7300_idle_ioat_stop()
158 writeb(IOAT_CHANCMD_RESET, ioat_chanbase + IOAT1_CHANCMD_OFFSET); i7300_idle_ioat_selftest()
159 writeb(IOAT_CHANCMD_START, ioat_chanbase + IOAT1_CHANCMD_OFFSET); i7300_idle_ioat_selftest()
163 chan_sts = readq(ioat_chanbase + IOAT1_CHANSTS_OFFSET) & i7300_idle_ioat_selftest()
169 ioat_chanbase + IOAT1_CHANCMD_OFFSET); i7300_idle_ioat_selftest()
224 ioat_chanbase = IOAT_CHANBASE(ioat_iomap, ioat_chan); i7300_idle_ioat_init()
226 chan_ctl = readw(ioat_chanbase + IOAT_CHANCTRL_OFFSET); i7300_idle_ioat_init()
233 ioat_chanbase + IOAT_CHANCTRL_OFFSET); i7300_idle_ioat_init()
244 ioat_chanbase + IOAT1_CHAINADDR_OFFSET_LOW); i7300_idle_ioat_init()
246 ioat_chanbase + IOAT1_CHAINADDR_OFFSET_HIGH); i7300_idle_ioat_init()
271 writew(0, ioat_chanbase + IOAT_CHANCTRL_OFFSET); i7300_idle_ioat_init()
289 ioat_chanbase + IOAT1_CHANCMD_OFFSET); i7300_idle_ioat_exit()
291 chan_sts = readq(ioat_chanbase + IOAT1_CHANSTS_OFFSET) & i7300_idle_ioat_exit()
295 writew(0, ioat_chanbase + IOAT_CHANCTRL_OFFSET); i7300_idle_ioat_exit()
301 chan_sts = readq(ioat_chanbase + IOAT1_CHANSTS_OFFSET) & i7300_idle_ioat_exit()

Completed in 55 milliseconds