Searched refs:iosram_rd (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Diosramio.h66 extern int iosram_rd(uint32_t key, uint32_t off, uint32_t len, caddr_t dptr);
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dcvc.c1128 rval = iosram_rd(IOSRAM_KEY_CONC,
1160 rval = iosram_rd(IOSRAM_KEY_CONI, COUNT_OFFSET,
1174 rval = iosram_rd(IOSRAM_KEY_CONI, DATA_OFFSET, count,
1322 if (((rval = iosram_rd(IOSRAM_KEY_CONC, CVC_CTL_OFFSET(winsize_rows),
1324 ((rval = iosram_rd(IOSRAM_KEY_CONC, CVC_CTL_OFFSET(winsize_cols),
1326 ((rval = iosram_rd(IOSRAM_KEY_CONC,
1328 (caddr_t)&xpixels)) != 0) || ((rval = iosram_rd(IOSRAM_KEY_CONC,
1415 s = "iosram_rd";
H A Dsc_gptwocfg.c82 int iosram_rd(uint32_t, uint32_t, uint32_t, caddr_t);
84 extern int iosram_rd(uint32_t, uint32_t, uint32_t, caddr_t);
158 if (iosram_rd(GDCD_MAGIC, 0, sizeof (gdcd_t), (caddr_t)gdcd)) {
H A Ddman_domain.c498 status = iosram_rd(IOSRAM_KEY_MANC, 0, sizeof (manc_t), (caddr_t)mcp);
500 cmn_err(CE_WARN, "man_get_iosram: iosram_rd failed"
H A Dmboxsc.c1360 error = iosram_rd(key, MBOXSC_MSGHDR_OFFSET, MBOXSC_MSGHDR_SIZE,
1392 * If the iosram_rd call failed, return.
1909 * This function is just a wrapper around iosram_rd that will keep sleeping
1910 * and retrying, up to a given deadline, if iosram_rd returns EAGAIN
1927 error = iosram_rd(key, off, len, dptr);
H A Diosram.c656 iosram_rd(uint32_t key, uint32_t off, uint32_t len, caddr_t dptr) function
1771 req.retval = iosram_rd(req.key, req.off, req.len, bufp);
H A Dschpc.c209 extern int iosram_rd(uint32_t, uint32_t, uint32_t, caddr_t);
4016 if (iosram_rd(GDCD_MAGIC, 0, sizeof (gdcd_t), (caddr_t)gdcd)) {
H A Ddrmach.c1035 if (iosram_rd(GDCD_MAGIC, 0, sizeof (gdcd_t), (caddr_t)gdcd)) {

Completed in 105 milliseconds