Searched refs:conaddr (Results 1 – 16 of 16) sorted by relevance
| /netbsd/src/sys/arch/powerpc/ibm4xx/dev/ |
| D | com_opb.c | 145 com_opb_cnattach(int com_freq, int conaddr, int conspeed, int conmode) in com_opb_cnattach() argument 155 if (comcnattach(opb_get_bus_space_tag(), conaddr, conspeed, com_freq, in com_opb_cnattach() 157 panic("can't init serial console @%x", conaddr); in com_opb_cnattach()
|
| /netbsd/src/sys/arch/sandpoint/sandpoint/ |
| D | com_eumb.c | 125 int conaddr, int conspeed, int confreq, int contype, int conmode) in eumbcnattach() argument 137 cnregs.cr_iobase = conaddr; in eumbcnattach() 139 com_init_regs(&cnregs, tag, dummy_bsh, conaddr); in eumbcnattach()
|
| /netbsd/src/sys/arch/hp300/dev/ |
| D | tvrx.c | 112 fbr = (struct diofbreg *)conaddr; /* already mapped */ in tvrx_attach() 230 conaddr = va; in tvrxcnattach() 231 tvrx_reset(fb, conscode, (struct diofbreg *)conaddr); in tvrxcnattach()
|
| D | hyper.c | 179 fbr = (struct diofbreg *)conaddr; /* already mapped */ in hyper_attach() 291 conaddr = va; in hypercnattach() 292 hyper_reset(fb, conscode, (struct diofbreg *)conaddr); in hypercnattach()
|
| D | gendiofb.c | 117 fbr = (struct diofbreg *)conaddr; /* already mapped */ in gendiofb_attach() 269 conaddr = va; in gendiofbcnattach() 270 gendiofb_reset(fb, conscode, (struct diofbreg *)conaddr); in gendiofbcnattach()
|
| D | rbox.c | 227 fbr = (struct diofbreg *)conaddr; /* already mapped */ in rbox_dio_attach() 431 conaddr = va; in rboxcnattach() 432 rbox_reset(fb, conscode, (struct diofbreg *)conaddr); in rboxcnattach()
|
| D | dvbox.c | 227 fbr = (struct diofbreg *)conaddr; /* already mapped */ in dvbox_dio_attach() 471 conaddr = va; in dvboxcnattach() 472 dvbox_reset(fb, conscode, (struct diofbreg *)conaddr); in dvboxcnattach()
|
| D | gbox.c | 236 fbr = (struct diofbreg *)conaddr; /* already mapped */ in gbox_dio_attach() 492 conaddr = va; in gboxcnattach() 493 gbox_reset(fb, conscode, (struct diofbreg *)conaddr); in gboxcnattach()
|
| D | topcat.c | 251 fbr = (struct diofbreg *)conaddr; /* already mapped */ in topcat_dio_attach() 727 conaddr = va; in topcatcnattach() 728 topcat_reset(fb, conscode, (struct diofbreg *)conaddr); in topcatcnattach()
|
| /netbsd/src/sys/arch/hp300/include/ |
| D | autoconf.h | 39 extern void *conaddr; /* KVA of console device */
|
| /netbsd/src/sys/arch/hp300/hp300/ |
| D | autoconf.c | 805 void *conaddr; variable
|
| /netbsd/src/sys/arch/acorn32/conf/ |
| D | NC | 103 # serial console ... the conaddr is hardcoded as the pioc address + 4*com offset
|
| D | LOWMEM_WSCONS | 108 # serial console ... the conaddr is hardcoded as the pioc address + 4*com offset
|
| D | EB7500ATX | 144 # serial console ... the conaddr is hardcoded as the pioc address + 4*com offset
|
| D | INSTALL | 130 # serial console ... the conaddr is hardcoded as the pioc address + 4*com offset
|
| D | GENERIC | 148 # serial console ... the conaddr is hardcoded as the pioc address + 4*com offset
|