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

/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h68 ddi_acc_handle_t c_handle; /* handle for conf regs */ member in struct:ecpp_ebus
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c5385 &pp->uh.ebus.c_handle) != DDI_SUCCESS) {
5421 if (pp->uh.ebus.c_handle) {
5422 ddi_regs_map_free(&pp->uh.ebus.c_handle);
5440 PP_PUTB(pp->uh.ebus.c_handle, &pp->uh.ebus.c_reg->index, reg_num);
5441 retval = PP_GETB(pp->uh.ebus.c_handle, &pp->uh.ebus.c_reg->data);
5449 PP_PUTB(pp->uh.ebus.c_handle, &pp->uh.ebus.c_reg->index, reg_num);
5450 PP_PUTB(pp->uh.ebus.c_handle, &pp->uh.ebus.c_reg->data, val);
5458 PP_PUTB(pp->uh.ebus.c_handle, &pp->uh.ebus.c_reg->data, val);

Completed in 53 milliseconds