Home
last modified time | relevance | path

Searched refs:fcomconstag (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/arm/footbridge/
H A Dfootbridge_com.c148 bus_space_tag_t fcomconstag; variable
206 if (fcomconstag) in fcom_attach()
633 fcomconstag = &fcomcons_bs_tag;
635 if (bus_space_map(fcomconstag, DC21285_ARMCSR_BASE, DC21285_ARMCSR_SIZE, 0, &fcomconsioh))
638 fcominitcons(fcomconstag, fcomconsioh);
650 fcomconstag = &fcomcons_bs_tag; in fcomcnattach()
652 if (bus_space_map(fcomconstag, iobase, DC21285_ARMCSR_SIZE, in fcomcnattach()
656 fcominit(fcomconstag, fcomconsioh, rate, cflag); in fcomcnattach()
668 bus_space_unmap(fcomconstag, fcomconsioh, DC21285_ARMCSR_SIZE); in fcomcndetach()
753 bus_space_tag_t iot = fcomconstag; in fcomcngetc()
[all …]