Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri_common.h366 ddi_get32(erip->globregh, (uint32_t *)&erip->globregp->reg)
368 ddi_put32(erip->globregh, \
H A Deri.c758 &erip->dev_attr, &erip->globregh)) { in eri_attach()
761 erip->etxregh = erip->globregh; in eri_attach()
762 erip->erxregh = erip->globregh; in eri_attach()
763 erip->bmacregh = erip->globregh; in eri_attach()
764 erip->mifregh = erip->globregh; in eri_attach()
877 if (erip->globregh) in eri_attach()
878 ddi_regs_map_free(&erip->globregh); in eri_attach()
941 if (erip->globregh) in eri_detach()
942 ddi_regs_map_free(&erip->globregh); in eri_detach()
948 erip->globregh = NULL; in eri_detach()
H A Deri.h498 ddi_acc_handle_t globregh; /* ERI global regs */ member