Searched refs:is_reg_handle (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/i86pc/io/ioat/ |
H A D | ioat_chan.c | 187 reg = ddi_get16(state->is_reg_handle, in ioat_channel_alloc() 201 ddi_put16(state->is_reg_handle, in ioat_channel_alloc() 205 estat = ddi_get32(state->is_reg_handle, in ioat_channel_alloc() 212 ddi_put32(state->is_reg_handle, in ioat_channel_alloc() 316 ddi_put16(state->is_reg_handle, in ioat_channel_resume() 320 estat = ddi_get32(state->is_reg_handle, in ioat_channel_resume() 327 ddi_put32(state->is_reg_handle, in ioat_channel_resume() 336 ddi_put32(state->is_reg_handle, in ioat_channel_resume() 339 ddi_put32(state->is_reg_handle, in ioat_channel_resume() 344 ddi_put32(state->is_reg_handle, in ioat_channel_resume() [all …]
|
H A D | ioat.c | 405 0, 0, &attr, &state->is_reg_handle); in ioat_chip_init() 411 state->is_num_channels = (uint_t)ddi_get8(state->is_reg_handle, in ioat_chip_init() 422 state->is_maxxfer = (uint_t)ddi_get8(state->is_reg_handle, in ioat_chip_init() 424 state->is_chanoff = (uintptr_t)ddi_get16(state->is_reg_handle, in ioat_chip_init() 426 state->is_cbver = (uint_t)ddi_get8(state->is_reg_handle, in ioat_chip_init() 428 state->is_intrdelay = (uint_t)ddi_get16(state->is_reg_handle, in ioat_chip_init() 430 state->is_status = (uint_t)ddi_get16(state->is_reg_handle, in ioat_chip_init() 432 state->is_capabilities = (uint_t)ddi_get32(state->is_reg_handle, in ioat_chip_init() 447 ddi_regs_map_free(&state->is_reg_handle); in ioat_chip_init() 459 ddi_regs_map_free(&state->is_reg_handle); in ioat_chip_fini() [all …]
|
H A D | ioat_ioctl.c | 124 rdreg.data = (uint64_t)ddi_get8(state->is_reg_handle, in ioat_ioctl_rdreg() 128 rdreg.data = (uint64_t)ddi_get16(state->is_reg_handle, in ioat_ioctl_rdreg() 132 rdreg.data = (uint64_t)ddi_get32(state->is_reg_handle, in ioat_ioctl_rdreg() 136 rdreg.data = (uint64_t)ddi_get64(state->is_reg_handle, in ioat_ioctl_rdreg() 174 ddi_put8(state->is_reg_handle, in ioat_ioctl_wrreg() 179 ddi_put16(state->is_reg_handle, in ioat_ioctl_wrreg() 184 ddi_put32(state->is_reg_handle, in ioat_ioctl_wrreg() 189 ddi_put64(state->is_reg_handle, in ioat_ioctl_wrreg()
|
/titanic_44/usr/src/uts/i86pc/sys/ |
H A D | ioat.h | 301 ddi_acc_handle_t is_reg_handle; member
|