Home
last modified time | relevance | path

Searched refs:iosramp (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Diosram.c660 uint8_t *iosramp; in iosram_rd() local
725 iosramp = chunkp->basep + off; in iosram_rd()
732 if ((boff = ((uintptr_t)iosramp & (UINT32SZ - 1))) != 0) { in iosram_rd()
740 buf, iosramp, cnt, len); in iosram_rd()
741 ddi_rep_get8(handle, buf, iosramp, cnt, DDI_DEV_AUTOINCR); in iosram_rd()
743 iosramp += cnt; in iosram_rd()
748 ((((uintptr_t)iosramp | (uintptr_t)buf) & (UINT64SZ - 1)) == 0)) { in iosram_rd()
756 buf, iosramp, cnt, len); in iosram_rd()
757 ddi_rep_get64(handle, (uint64_t *)buf, (uint64_t *)iosramp, in iosram_rd()
759 iosramp += cnt * UINT64SZ; in iosram_rd()
[all …]
/titanic_50/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