Searched refs:globregh (Results 1 – 3 of 3) sorted by relevance
366 ddi_get32(erip->globregh, (uint32_t *)&erip->globregp->reg)368 ddi_put32(erip->globregh, \
758 &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()
498 ddi_acc_handle_t globregh; /* ERI global regs */ member