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

/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h123 ddi_acc_handle_t f_handle; member in struct:ecppunit
248 _NOTE(DATA_READABLE_WITHOUT_LOCK(ecppunit::f_handle))
416 (pp->noecpregs) ? 0xff : PP_GETB((pp)->f_handle, &(pp)->f_reg->ecr)
419 (pp->noecpregs) ? 0xff : PP_GETB((pp)->f_handle, &(pp)->f_reg->fr.dfifo)
421 (pp->noecpregs) ? 0xff : PP_GETB((pp)->f_handle, &(pp)->f_reg->fr.tfifo)
425 if (!pp->noecpregs) PP_PUTB((pp)->f_handle, &(pp)->f_reg->ecr, val)
429 if (!pp->noecpregs) PP_PUTB((pp)->f_handle, &(pp)->f_reg->fr.dfifo, val)
431 if (!pp->noecpregs) PP_PUTB((pp)->f_handle, &(pp)->f_reg->fr.tfifo, val)
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c5398 sizeof (struct fifo_reg), &acc_attr, &pp->f_handle)
5430 if (pp->f_handle) {
5431 ddi_regs_map_free(&pp->f_handle);
5777 sizeof (struct fifo_reg), &acc_attr, &pp->f_handle)
5799 if (pp->f_handle) {
5800 ddi_regs_map_free(&pp->f_handle);
5818 sizeof (struct fifo_reg), &acc_attr, &pp->f_handle)
5839 if (pp->f_handle) {
5840 ddi_regs_map_free(&pp->f_handle);

Completed in 90 milliseconds