/src/sys/arch/hp300/dev/ |
dioreg.h | 93 #define DIO_INHOLE(scode) ((scode) >= 32 && (scode) < 132) 98 #define DIO_ISDIO(scode) ((scode) >= 0 && (scode) < 32) 99 #define DIO_ISDIOII(scode) ((scode) >= DIOII_SCBASE && (scode) < 256) 137 #define DIO_SIZE(scode, base) [all...] |
sti_dio.c | 128 sti_dio_probe(bus_space_tag_t bst, int scode) 142 if (!DIO_ISDIOII(scode)) 145 addr = (bus_addr_t)dio_scodetopa(scode); 154 base = (bus_addr_t)dio_scodetopa(scode + STI_DIO_SCODE_OFFSET); 167 sti_dio_cnprobe(bus_space_tag_t bst, bus_addr_t addr, int scode) 170 if (sti_dio_probe(bst, scode) == 0) { 174 conscode = scode; 180 sti_dio_cnattach(bus_space_tag_t bst, int scode) 184 base = (paddr_t)dio_scodetopa(scode + STI_DIO_SCODE_OFFSET);
|
dio.c | 106 int scode, scmax, scodesize; local in function:dioattach 116 for (scode = 0; scode < scmax; ) { 117 if (DIO_INHOLE(scode)) { 118 scode++; 126 pa = (bus_addr_t)dio_scodetopa(scode); 128 aprint_error_dev(self, "can't map scode %d\n", scode); 129 scode++; 137 scode++ [all...] |
gendiofb.c | 144 gendiofb_reset(struct diofb *fb, int scode, struct diofbreg *fbr) 149 if ((rc = diofb_fbinquire(fb, scode, fbr)) != 0) 236 gendiofbcnattach(bus_space_tag_t bst, bus_addr_t addr, int scode) 256 size = DIO_SIZE(scode, va); 268 conscode = scode;
|
hyper.c | 203 hyper_reset(struct diofb *fb, int scode, struct diofbreg *fbr) 208 if ((rc = diofb_fbinquire(fb, scode, fbr)) != 0) 261 hypercnattach(bus_space_tag_t bst, bus_addr_t addr, int scode) 280 size = DIO_SIZE(scode, va); 290 conscode = scode;
|
tvrx.c | 136 tvrx_reset(struct diofb *fb, int scode, struct diofbreg *fbr) 140 if ((rc = diofb_fbinquire(fb, scode, fbr)) != 0) 200 tvrxcnattach(bus_space_tag_t bst, bus_addr_t addr, int scode) 219 size = DIO_SIZE(scode, va); 229 conscode = scode;
|
rbox.c | 251 rbox_reset(struct diofb *fb, int scode, struct diofbreg *fbr) 255 if ((rc = diofb_fbinquire(fb, scode, fbr)) != 0) 401 rboxcnattach(bus_space_tag_t bst, bus_addr_t addr, int scode) 420 size = DIO_SIZE(scode, va); 430 conscode = scode;
|
dvbox.c | 251 dvbox_reset(struct diofb *fb, int scode, struct diofbreg *fbr) 255 if ((rc = diofb_fbinquire(fb, scode, fbr)) != 0) 441 dvboxcnattach(bus_space_tag_t bst, bus_addr_t addr, int scode) 460 size = DIO_SIZE(scode, va); 470 conscode = scode;
|
gbox.c | 266 gbox_reset(struct diofb *fb, int scode, struct diofbreg *fbr) 276 if ((rc = diofb_fbinquire(fb, scode, fbr)) != 0) 462 gboxcnattach(bus_space_tag_t bst, bus_addr_t addr, int scode) 481 size = DIO_SIZE(scode, va); 491 conscode = scode;
|
com_frodo.c | 156 com_frodo_cnattach(bus_space_tag_t bst, bus_addr_t addr, int scode)
|
topcat.c | 314 topcat_reset(struct diofb *fb, int scode, struct diofbreg *fbr) 322 if ((rc = diofb_fbinquire(fb, scode, fbr)) != 0) 686 topcatcnattach(bus_space_tag_t bst, bus_addr_t addr, int scode) 716 size = DIO_SIZE(scode, va); 726 conscode = scode;
|
com_dio.c | 166 com_dio_cnattach(bus_space_tag_t bst, bus_addr_t addr, int scode)
|
diofb.c | 97 diofb_fbinquire(struct diofb *fb, int scode, struct diofbreg *fbr) 104 fb->regaddr = dio_scodetopa(scode);
|
dcm.c | 364 int scode = da->da_scode; local in function:dcmattach 370 if (scode == dcmconscode) { 1503 dcmcnattach(bus_space_tag_t bst, bus_addr_t addr, int scode) 1528 dcmconscode = scode;
|
/src/sys/arch/hp300/include/ |
bootinfo.h | 55 int scode; member in struct:btinfo_bootpath 73 int scode; member in struct:btinfo_console
|
/src/usr.sbin/sesd/srcs/ |
eltsub.c | 163 static char ebuf[256], *scode; local in function:stat2ascii 165 scode = scode2ascii(cstat[0]); 167 scode, cstat[0], cstat[1], cstat[2], cstat[3]);
|
/src/sys/arch/hp300/hp300/ |
autoconf.c | 525 * always starts at scode 0 and works its way up. 939 int scode, sctop; local in function:dio_scan 942 for (scode = 0; scode < sctop; ++scode) { 943 if (DIO_INHOLE(scode) || ((scode == 7) && internalhpib)) 945 if (!dio_scode_probe(scode, func)) 957 dio_scode_probe(int scode, int (*func)(bus_space_tag_t, bus_addr_t, int)) 966 pa = dio_scodetopa(scode); [all...] |
locore.s | 243 * on-board VRX framebuffer which has secid 0x11 at dio scode 132. 245 movl #DIOII_BASE,%a0 | probe dio scode 132 248 tstl %d0 | device at scode 132?
|
/src/sys/arch/hp300/stand/common/ |
ite_sti.c | 72 int scode = ip->scode; local in function:sti_dio_probe 75 id_reg = (uint8_t *)sctoaddr(scode); 79 id_reg = (uint8_t *)sctoaddr(scode + STI_DIO_SCODE_OFFSET); 90 ip->fbbase = (uint8_t *)sctoaddr(ip->scode + STI_DIO_SCODE_OFFSET); 98 ip->fbbase = (uint8_t *)IIOV(SGC_BASE + (ip->scode * SGC_DEVSIZE));
|
ite.c | 222 ip->scode = hw->hw_sc; 228 if (DIO_ISDIOII(ip->scode)) 284 ip->scode = slotno; 339 curcons_scode = ip->scode;
|
itevar.h | 58 int scode; /* DIO selectcode or SGC slot # */ member in struct:ite_data
|
/src/sys/dev/i2c/ |
xc3028.c | 161 struct xc3028_fw *basefw, *stdfw, *scode; local in function:xc3028_firmware_open 191 scode = xc3028_get_scode(xc); 202 if (scode) { 203 xc3028_dump_fw(xc, scode, "scode"); 204 error = xc3028_scode_upload(xc, scode); 264 "SCODE",
|
/src/sys/netinet/ |
dccp_var.h | 116 u_int32_t scode; /* service core */ member in struct:dccpcb
|
dccp_usrreq.c | 470 dp->scode = ((struct dccpcb *)oinp->inp_ppcb)->scode; 524 if (drqh->drqh_scode != dp->scode){ 525 DCCP_DEBUG((LOG_INFO, "service code in request packet doesn't match! %x %x\n", drqh->drqh_scode, dp->scode)); 551 if (drqh->drqh_scode != dp->scode){ 552 DCCP_DEBUG((LOG_INFO, "service code in response packet doesn't match! %x %x\n", drqh->drqh_scode, dp->scode)); 1003 dp->scode = optval; 1033 optval = dp->scode; 1400 drqh->drqh_scode = dp->scode; 1429 drqh->drqh_scode = dp->scode; [all...] |