Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/algor/algor/
Dmachdep.c225 algor_p4032loc_bus_io_init(&acp->ac_lociot, acp); in mach_init()
243 if (comcnattach(&acp->ac_lociot, P4032_COM1, comcnrate, in mach_init()
252 bus_space_map(&acp->ac_lociot, P4032_RTC, 2, 0, &sh); in mach_init()
253 algor_p4032_cal_timer(&acp->ac_lociot, sh); in mach_init()
254 bus_space_unmap(&acp->ac_lociot, sh, 2); in mach_init()
Dalgor_p4032var.h36 struct mips_bus_space ac_lociot; member
/netbsd/src/sys/arch/algor/dev/
Dmainbus.c210 st = &p4032_configuration.ac_lociot; in mainbus_attach()