Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/footbridge/
H A Dfootbridge_com.c149 bus_space_handle_t fcomconsioh; variable
635 if (bus_space_map(fcomconstag, DC21285_ARMCSR_BASE, DC21285_ARMCSR_SIZE, 0, &fcomconsioh))
638 fcominitcons(fcomconstag, fcomconsioh);
653 0, &fcomconsioh)) in fcomcnattach()
656 fcominit(fcomconstag, fcomconsioh, rate, cflag); in fcomcnattach()
668 bus_space_unmap(fcomconstag, fcomconsioh, DC21285_ARMCSR_SIZE); in fcomcndetach()
754 bus_space_handle_t ioh = fcomconsioh; in fcomcngetc()
781 bus_space_handle_t ioh = fcomconsioh; in fcomcnputc()