Searched defs:iosramp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Diosramvar.h140 (ddi_get32((softp)->handle, &((iosram_hdr_t *)(softp)->iosramp)->field))
142 (ddi_put32((softp)->handle, &((iosram_hdr_t *)(softp)->iosramp)->field,\
215 uchar_t *iosramp; /* IOSRAM mapped vaddr */ member in struct:iosramsoft
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Diosram.c660 uint8_t *iosramp; local
725 iosramp = chunkp->basep + off;
732 if ((boff = ((uintptr_t)iosramp & (UINT32SZ - 1))) != 0) {
740 buf, iosramp, cnt, len);
741 ddi_rep_get8(handle, buf, iosramp, cnt, DDI_DEV_AUTOINCR);
743 iosramp += cnt;
748 ((((uintptr_t)iosramp | (uintptr_t)buf) & (UINT64SZ - 1)) == 0)) {
756 buf, iosramp, cnt, len);
757 ddi_rep_get64(handle, (uint64_t *)buf, (uint64_t *)iosramp,
759 iosramp
858 uint8_t *iosramp; local
[all...]

Completed in 63 milliseconds