Searched refs:iosram_rd (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/sun4u/starcat/io/ |
H A D | cvc.c | 1128 rval = iosram_rd(IOSRAM_KEY_CONC, in cvc_getstr() 1160 rval = iosram_rd(IOSRAM_KEY_CONI, COUNT_OFFSET, in cvc_getstr() 1174 rval = iosram_rd(IOSRAM_KEY_CONI, DATA_OFFSET, count, in cvc_getstr() 1322 if (((rval = iosram_rd(IOSRAM_KEY_CONC, CVC_CTL_OFFSET(winsize_rows), in cvc_win_resize() 1324 ((rval = iosram_rd(IOSRAM_KEY_CONC, CVC_CTL_OFFSET(winsize_cols), in cvc_win_resize() 1326 ((rval = iosram_rd(IOSRAM_KEY_CONC, in cvc_win_resize() 1328 (caddr_t)&xpixels)) != 0) || ((rval = iosram_rd(IOSRAM_KEY_CONC, in cvc_win_resize()
|
H A D | sc_gptwocfg.c | 82 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)) { in sc_get_common_pcd()
|
H A D | dman_domain.c | 498 status = iosram_rd(IOSRAM_KEY_MANC, 0, sizeof (manc_t), (caddr_t)mcp); in man_get_iosram()
|
H A D | mboxsc.c | 1360 error = iosram_rd(key, MBOXSC_MSGHDR_OFFSET, MBOXSC_MSGHDR_SIZE, in mboxsc_iosram_callback() 1927 error = iosram_rd(key, off, len, dptr); in mboxsc_timed_read()
|
H A D | iosram.c | 656 iosram_rd(uint32_t key, uint32_t off, uint32_t len, caddr_t dptr) in iosram_rd() function 1771 req.retval = iosram_rd(req.key, req.off, req.len, bufp); in iosram_ioctl()
|
H A D | schpc.c | 209 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)) { in schpc_get_slot_status()
|
H A D | drmach.c | 1035 if (iosram_rd(GDCD_MAGIC, 0, sizeof (gdcd_t), (caddr_t)gdcd)) { in drmach_gdcd_new()
|
/titanic_41/usr/src/uts/sun4u/starcat/sys/ |
H A D | iosramio.h | 66 extern int iosram_rd(uint32_t key, uint32_t off, uint32_t len, caddr_t dptr);
|