Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c121 state->is_channel[i].ic_regs = (uint8_t *) in ioat_channel_init()
206 (uint32_t *)&channel->ic_regs[IOAT_CHAN_ERR]); in ioat_channel_alloc()
321 (uint32_t *)&channel->ic_regs[IOAT_CHAN_ERR]); in ioat_channel_resume()
328 (uint32_t *)&channel->ic_regs[IOAT_CHAN_ERR], in ioat_channel_resume()
397 (uint16_t *)&channel->ic_regs[IOAT_CHAN_CTL], in ioat_channel_quiesce()
471 (uint32_t *)&channel->ic_regs[IOAT_CHAN_ERR]); in ioat_channel_intr()
486 (uint16_t *)&channel->ic_regs[IOAT_CHAN_CTL]); in ioat_channel_intr()
490 (uint16_t *)&channel->ic_regs[IOAT_CHAN_CTL]); in ioat_channel_intr()
530 &channel->ic_regs[IOAT_V1_CHAN_CMD], 0x20); in ioat_channel_reset()
534 &channel->ic_regs[IOAT_V2_CHAN_CMD], 0x20); in ioat_channel_reset()
[all …]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dioat.h257 uint8_t *ic_regs; member