Home
last modified time | relevance | path

Searched refs:regsmap_handle (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/intel/io/amr/
H A Damrreg.h603 #define AMR_QGET_ISTAT(sc) pci_config_get8(sc->regsmap_handle, AMR_QINTR)
604 #define AMR_QCLEAR_INTR(sc) pci_config_put8(sc->regsmap_handle, \
606 #define AMR_QENABLE_INTR(sc) pci_config_put8(sc->regsmap_handle, \
608 #define AMR_QDISABLE_INTR(sc) pci_config_put8(sc->regsmap_handle, \
638 #define AMR_QPUT_IDB(sc, val) pci_config_put32(sc->regsmap_handle, \
640 #define AMR_QGET_IDB(sc) pci_config_get32(sc->regsmap_handle, \
642 #define AMR_QPUT_ODB(sc, val) pci_config_put32(sc->regsmap_handle, \
644 #define AMR_QGET_ODB(sc) pci_config_get32(sc->regsmap_handle, \
683 #define AMR_SPUT_ISTAT(sc, val) pci_config_put8(sc->regsmap_handle, \
685 #define AMR_SGET_ISTAT(sc) pci_config_get8(sc->regsmap_handle, AMR_SINTR)
[all …]
H A Damrvar.h198 ddi_acc_handle_t regsmap_handle; member
H A Damr.c348 &accattr, &(softs->regsmap_handle)); in amr_attach()
487 ddi_regs_map_free(&softs->regsmap_handle); in amr_attach()
553 ddi_regs_map_free(&softs->regsmap_handle); in amr_detach()