Home
last modified time | relevance | path

Searched refs:globregp (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)
369 (uint32_t *)&erip->globregp->reg, value)
H A Deri.h382 volatile struct global *globregp; /* ERI global regs */ member
H A Deri.c757 if (ddi_regs_map_setup(dip, 1, (caddr_t *)&(erip->globregp), 0, 0, in eri_attach()
766 erip->etxregp = (void *)(((caddr_t)erip->globregp) + 0x2000); in eri_attach()
767 erip->erxregp = (void *)(((caddr_t)erip->globregp) + 0x4000); in eri_attach()
768 erip->bmacregp = (void *)(((caddr_t)erip->globregp) + 0x6000); in eri_attach()
769 erip->mifregp = (void *)(((caddr_t)erip->globregp) + 0x6200); in eri_attach()