| /netbsd/src/sys/arch/hpcarm/hpcarm/ |
| D | wzero3_machdep.c | 76 #define CONADDR PXA2X0_HWUART_BASE macro 78 #define CONADDR PXA2X0_BTUART_BASE macro 80 #define CONADDR PXA2X0_STUART_BASE macro 82 #define CONADDR PXA2X0_FFUART_BASE macro 85 bus_addr_t comcnaddr = CONADDR;
|
| /netbsd/src/sys/arch/evbarm/stand/board/ |
| D | ns16550.c | 50 #define INB(x) *((volatile uint8_t *) (CONADDR + ((x) * 4))) 51 #define OUTB(x, v) *((volatile uint8_t *) (CONADDR + ((x) * 4))) = (v) 53 #define INB(x) *((volatile uint8_t *) (CONADDR + (x))) 54 #define OUTB(x, v) *((volatile uint8_t *) (CONADDR + (x))) = (v)
|
| D | sscom.c | 91 #define INB(x) *((volatile uint8_t *) ((CONADDR) + (x))) 92 #define INW(x) *((volatile uint32_t *) ((CONADDR) + (x))) 93 #define OUTB(x, v) (*((volatile uint8_t *) ((CONADDR) + (x))) = (v)) 94 #define OUTW(x, v) (*((volatile uint32_t *) ((CONADDR) + (x))) = (v))
|
| D | epcom.c | 42 #define EPCOM_READ(x) *((volatile uint32_t *) (CONADDR + (EPCOM_ ## x))) 44 (CONADDR + (EPCOM_ ## x))) = (v)
|
| /netbsd/src/sys/arch/evbppc/obs405/ |
| D | obs266_machdep.c | 104 #ifndef CONADDR 105 #define CONADDR IBM405GP_UART0_BASE macro 135 ppc4xx_tlb_reserve(CONADDR, roundup(memsize, TLB_PG_SIZE), TLB_PG_SIZE, in initppc() 157 com_opb_cnattach(OBS266_COM_FREQ, CONADDR, CONSPEED, CONMODE); in consinit()
|
| D | obs200_machdep.c | 104 #ifndef CONADDR 105 #define CONADDR IBM405GP_UART0_BASE macro 142 ppc4xx_tlb_reserve(CONADDR, roundup(memsize, TLB_PG_SIZE), TLB_PG_SIZE, in initppc() 166 com_opb_cnattach(OBS200_COM_FREQ, CONADDR, CONSPEED, CONMODE); in consinit()
|
| D | obs600_machdep.c | 103 #ifndef CONADDR 104 #define CONADDR AMCC405EX_UART0_BASE macro 163 com_opb_cnattach(OBS600_COM_FREQ, CONADDR, CONSPEED, CONMODE); in consinit()
|
| /netbsd/src/sys/arch/acorn32/mainbus/ |
| D | com_pioc.c | 228 #ifndef CONADDR in comcninit() 229 #define CONADDR 0x3f8 in comcninit() macro 232 result = comcnattach(comconstag, (IO_CONF_BASE + CONADDR), CONSPEED, in comcninit() 236 panic("can't init serial console @%x", CONADDR); in comcninit()
|
| /netbsd/src/sys/arch/evbppc/walnut/ |
| D | consinit.c | 50 #ifndef CONADDR 51 #define CONADDR IBM405GP_UART0_BASE macro 93 com_opb_cnattach(COM_FREQ * 6, CONADDR, CONSPEED, comcnmode); in consinit()
|
| /netbsd/src/sys/arch/x86/x86/ |
| D | consinit.c | 112 #ifndef CONADDR 113 #define CONADDR 0x3f8 macro 128 CONADDR, CONSPEED 279 addr = CONADDR; in consinit()
|
| /netbsd/src/sys/arch/shark/shark/ |
| D | consinit.c | 82 #ifndef CONADDR 83 #define CONADDR 0x3f8 macro 162 if (comcnattach(&isa_io_bs_tag, CONADDR, CONSPEED, COM_FREQ, in consinit()
|
| /netbsd/src/sys/arch/mmeye/dev/ |
| D | com_mainbus.c | 51 #ifndef CONADDR 52 #define CONADDR 0xa4000000 macro 134 comcnattach(iot, CONADDR, COMCN_SPEED, COM_FREQ, COM_TYPE_NORMAL, in comcninit()
|
| /netbsd/src/sys/arch/xen/x86/ |
| D | consinit.c | 99 #ifndef CONADDR 100 #define CONADDR 0x3f8 macro 115 CONADDR, CONSPEED
|
| /netbsd/src/sys/arch/evbarm/bcm53xx/ |
| D | bcm53xx_machdep.c | 93 #ifndef CONADDR 94 #define CONADDR (BCM53XX_IOREG_PBASE + CCA_UART0_BASE) macro 107 static const bus_addr_t comcnaddr = (bus_addr_t)CONADDR;
|
| /netbsd/src/sys/arch/arc/arc/ |
| D | machdep.c | 112 #ifndef CONADDR 113 #define CONADDR 0 /* use default address if CONADDR isn't configured */ macro 140 int com_console_address = CONADDR;
|
| /netbsd/src/sys/arch/amd64/conf/ |
| D | INSTALL | 10 options CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=115200
|
| /netbsd/src/sys/arch/arm/arm/ |
| D | armv6_start.S | 46 #if defined(CONSADDR) && defined(CONADDR) 47 #error Only one of CONSADDR and CONADDR should be defined 53 #if defined(CONADDR) 54 #define START_CONSADDR CONADDR
|
| /netbsd/src/sys/arch/evbarm/ixm1200/ |
| D | ixm1200_machdep.c | 142 #ifndef CONADDR 143 #define CONADDR IXPCOM_UART_BASE macro
|
| /netbsd/src/sys/arch/evbppc/conf/ |
| D | files.virtex | 11 defparam opt_cons.h CONADDR CONSDEV
|
| /netbsd/src/sys/arch/arm/sa11x0/ |
| D | sa11x0_com.c | 229 #ifndef CONADDR 230 #define CONADDR SACOM3_BASE macro 1473 if (sacominit(&sa11x0_bs_tag, CONADDR, CONSPEED, in sacomcninit() 1475 panic("can't init serial console @%x", CONADDR); in sacomcninit()
|
| /netbsd/src/sys/arch/evbarm/netwalker/ |
| D | netwalker_machdep.c | 668 #ifdef CONADDR in consinit() 669 consaddr = CONADDR; in consinit()
|
| /netbsd/src/sys/arch/evbarm/conf/ |
| D | KOBO | 24 options CONSDEVNAME="\"imxuart\"",CONADDR=0x53fc0000
|
| D | NETWALKER | 16 options CONSDEVNAME="\"imxuart\"",CONADDR=0x73fbc000
|
| /netbsd/src/sys/arch/aarch64/conf/ |
| D | files.aarch64 | 35 defparam opt_console.h CONADDR
|
| /netbsd/src/sys/arch/hpcarm/conf/ |
| D | IPAQ | 110 #options COMCONSOLE=0,CONADDR=0x3f8,CONUNIT=0
|