Home
last modified time | relevance | path

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
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c5387 &pp->uh.ebus.c_handle) != DDI_SUCCESS) { in pc87332_map_regs()
5423 if (pp->uh.ebus.c_handle) { in pc87332_unmap_regs()
5424 ddi_regs_map_free(&pp->uh.ebus.c_handle); in pc87332_unmap_regs()
5442 PP_PUTB(pp->uh.ebus.c_handle, &pp->uh.ebus.c_reg->index, reg_num); in pc87332_read_config_reg()
5443 retval = PP_GETB(pp->uh.ebus.c_handle, &pp->uh.ebus.c_reg->data); in pc87332_read_config_reg()
5451 PP_PUTB(pp->uh.ebus.c_handle, &pp->uh.ebus.c_reg->index, reg_num); in pc87332_write_config_reg()
5452 PP_PUTB(pp->uh.ebus.c_handle, &pp->uh.ebus.c_reg->data, val); in pc87332_write_config_reg()
5460 PP_PUTB(pp->uh.ebus.c_handle, &pp->uh.ebus.c_reg->data, val); in pc87332_write_config_reg()