Home
last modified time | relevance | path

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
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.c5400 sizeof (struct fifo_reg), &acc_attr, &pp->f_handle) in pc87332_map_regs()
5432 if (pp->f_handle) { in pc87332_unmap_regs()
5433 ddi_regs_map_free(&pp->f_handle); in pc87332_unmap_regs()
5779 sizeof (struct fifo_reg), &acc_attr, &pp->f_handle) in m1553_map_regs()
5801 if (pp->f_handle) { in m1553_unmap_regs()
5802 ddi_regs_map_free(&pp->f_handle); in m1553_unmap_regs()
5820 sizeof (struct fifo_reg), &acc_attr, &pp->f_handle) in x86_map_regs()
5841 if (pp->f_handle) { in x86_unmap_regs()
5842 ddi_regs_map_free(&pp->f_handle); in x86_unmap_regs()