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 in struct:eri
H A Deri.c757 if (ddi_regs_map_setup(dip, 1, (caddr_t *)&(erip->globregp), 0, 0,
766 erip->etxregp = (void *)(((caddr_t)erip->globregp) + 0x2000);
767 erip->erxregp = (void *)(((caddr_t)erip->globregp) + 0x4000);
768 erip->bmacregp = (void *)(((caddr_t)erip->globregp) + 0x6000);
769 erip->mifregp = (void *)(((caddr_t)erip->globregp) + 0x6200);

Completed in 72 milliseconds