Searched refs:comaddr (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/sandpoint/sandpoint/ |
H A D | com_eumb.c | 84 int comaddr, epicirq; in com_eumb_attach() local 91 comaddr = (eaa->eumb_unit == 1) ? 0x4600 : 0x4500; in com_eumb_attach() 92 if (com_is_console(eaa->eumb_bt, comaddr, &ioh)) { in com_eumb_attach() 96 bus_space_map(eaa->eumb_bt, comaddr, COM_NPORTS, 0, &ioh); in com_eumb_attach() 97 com_init_regs(&sc->sc_regs, eaa->eumb_bt, ioh, comaddr); in com_eumb_attach()
|
/netbsd-src/sys/arch/evbarm/armadillo/ |
H A D | armadillo9_machdep.c | 256 const unsigned long comaddr[] = { variable 894 bus_space_map(&ep93xx_bs_tag, EP93XX_APB_HWBASE + comaddr[CONUNIT], in consinit() 896 if (epcomcnattach(&ep93xx_bs_tag, EP93XX_APB_HWBASE + comaddr[CONUNIT], in consinit()
|