Searched refs:sio_handle (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | rmc_comm.c | 180 if (rcs->sd_state.sio_handle != NULL && !rcs->sd_state.sio_fault) { 207 ddi_put8(rcs->sd_state.sio_handle, 209 ddi_put8(rcs->sd_state.sio_handle, 212 (void) ddi_get8(rcs->sd_state.sio_handle, 222 if (rcs->sd_state.sio_handle && !rcs->sd_state.sio_fault) 223 val = ddi_get8(rcs->sd_state.sio_handle, 235 ddi_check_acc_handle(rcs->sd_state.sio_handle) != DDI_SUCCESS; 542 if (rcs->sd_state.sio_handle != NULL) 543 ddi_regs_map_free(&rcs->sd_state.sio_handle); 544 rcs->sd_state.sio_handle [all...] |
/illumos-gate/usr/src/uts/sun4u/lw2plus/io/ |
H A D | lombus.c | 262 ddi_acc_handle_t sio_handle; member in struct:lombus_state 423 if (ssp->sio_handle != NULL && !ssp->sio_fault) { 450 ddi_put8(ssp->sio_handle, ssp->sio_regs + reg, val); 451 ddi_put8(ssp->sio_handle, ssp->sio_regs + SIO_SCR, val); 453 (void) ddi_get8(ssp->sio_handle, ssp->sio_regs + SIO_SCR); 462 if (ssp->sio_handle && !ssp->sio_fault) 463 val = ddi_get8(ssp->sio_handle, ssp->sio_regs + reg); 475 ssp->sio_fault = ddi_check_acc_handle(ssp->sio_handle) != DDI_SUCCESS; 1550 if (ssp->sio_handle != NULL) 1551 ddi_regs_map_free(&ssp->sio_handle); [all...] |
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | rmc_comm.h | 113 ddi_acc_handle_t sio_handle; member in struct:rmc_comm_serdev_state
|
Completed in 50 milliseconds