Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c202 (uint16_t *)&channel->ic_regs[IOAT_CHAN_CTL], 0x011C); in ioat_channel_alloc()
317 (uint16_t *)&channel->ic_regs[IOAT_CHAN_CTL], 0x011C); in ioat_channel_resume()
397 (uint16_t *)&channel->ic_regs[IOAT_CHAN_CTL], in ioat_channel_quiesce()
425 (uint16_t *)&channel->ic_regs[IOAT_CHAN_CTL], 0x0); in ioat_channel_free()
486 (uint16_t *)&channel->ic_regs[IOAT_CHAN_CTL]); in ioat_channel_intr()
488 (uint16_t *)&channel->ic_regs[IOAT_CHAN_CTL], chanctrl); in ioat_channel_intr()
490 (uint16_t *)&channel->ic_regs[IOAT_CHAN_CTL]); in ioat_channel_intr()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dioat.h84 #define IOAT_CHAN_CTL 0x0 /* 16-bit */ macro