Searched refs:sram (Results 1 - 15 of 15) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4u/sunfire/sram/
H A DMakefile28 # This makefile drives the production of the sram driver kernel module.
41 MODULE = sram
/opensolaris-onvv-gate/usr/src/uts/sun4u/sunfire/
H A DMakefile.files51 SRAM_OBJS += sram.o
H A DMakefile.sunfire.shared73 SUNFIRE_KMODS = ac central environ fhc simmstat sysctrl sram
/opensolaris-onvv-gate/usr/src/uts/sun4u/sunfire/sys/
H A DMakefile39 HDRS= ac.h environ.h fhc.h simmstat.h sysctrl.h sram.h
/opensolaris-onvv-gate/usr/src/cmd/mdb/sun4u/modules/serengeti/sgsbbc/
H A Dsgsbbc.c76 offset = (int)(uintptr_t)&softp.sram - (int)(uintptr_t)&softp;
77 mdb_printf("%p: sram: %30ll#r\n", addr + offset, softp.sram);
/opensolaris-onvv-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgsbbc_priv.h156 void *sram; member in struct:sbbc_softstate
/opensolaris-onvv-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc_iosram.c64 #define IOSRAM_GETB(tunnel, buf, sram, count) \
65 ddi_rep_get8(tunnel->reg_handle, buf, sram, count, DDI_DEV_AUTOINCR)
67 #define IOSRAM_PUTB(tunnel, buf, sram, count) \
68 ddi_rep_put8(tunnel->reg_handle, buf, sram, count, DDI_DEV_AUTOINCR)
70 #define IOSRAM_PUT(tunnel, sram, buf, size) \
72 ddi_put##size(tunnel->reg_handle, (uint##size##_t *)sram, \
76 #define IOSRAM_GET(tunnel, sram, buf, size) \
80 (uint##size##_t *)sram)
/opensolaris-onvv-gate/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo_sun4u.h41 #include <sys/sram.h>
/opensolaris-onvv-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsram.c43 #include <sys/sram.h>
102 void *sramp; /* sram soft state hook */
187 cmn_err(CE_WARN, "sram%d: unable to retrieve %s property",
192 DPRINTF(SRAM_ATTACH_DEBUG, ("sram%d: devi= 0x%p\n, "
198 cmn_err(CE_WARN, "sram%d: unable to map registers",
271 * It only needs to get created once. So the first sram instance
283 char *srptr; /* pointer to sram for byte copy */
330 cmn_err(CE_NOTE, "sram%d: illegal "
343 cmn_err(CE_WARN, "sram%d: kstat_create failed",
350 * copy, the local space sram doe
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/sys/
H A Dsbbcreg.h216 uint8_t sram[0x100000]; member in struct:pci_sbbc
/opensolaris-onvv-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c1187 myri10ge_pio_copy((char *)mgp->sram + MYRI10GE_FW_OFFSET + i,
1191 (void) *(int *)(void *)mgp->sram;
1211 (volatile char *)mgp->sram + MXGEFW_ETH_CMD;
1296 submit = (volatile char *)(mgp->sram + MXGEFW_BOOT_DUMMY_RDMA);
1349 * the sram before handoff. However, the very first interfaces
1357 submit = (volatile char *)(mgp->sram + MXGEFW_BOOT_HANDOFF);
1592 (void *)(mgp->sram + cmd.data0 + 8 * i);
1598 mgp->irq_deassert = (uint32_t *)(void *)(mgp->sram + cmd.data0);
1603 mgp->intr_coal_delay_ptr = (uint32_t *)(void *)(mgp->sram + cmd.data0);
1663 (uint32_t *)(void*)((char *)mgp->sram
[all...]
H A Dmyri10ge_var.h422 volatile uint8_t *sram; member in struct:myri10ge_priv
/opensolaris-onvv-gate/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach_asm.s417 ! the copy-rename process. drmach_rename is copied to a cpu's sram
419 ! sourced from the sram while drmach_rename is executed.
645 jmpl %g1, %g7 ! jump to code in cpu sram
662 ! the following code is copied to a cpu's sram and executed
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Dsystem-kernel-platform.mf520 $(sparc_ONLY)driver name=sram
800 path=platform/SUNW,Ultra-Enterprise/kernel/drv/$(ARCH64)/sram group=sys
H A Dsystem-header.mf1784 $(sparc_ONLY)file path=usr/platform/sun4u/include/sys/sram.h

Completed in 200 milliseconds