/src/sys/arch/amiga/clockport/ |
clockportvar.h | 49 bus_space_tag_t cp_iot; member in struct:clockportbus_attach_args 60 bus_space_tag_t cp_iot; member in struct:clockport_attach_args
|
flipper.c | 68 bus_space_map(caa->cp_iot, 0, FLIPPER_REGSIZE, 0, &ioh); 70 delfinaver = bus_space_read_1(caa->cp_iot, ioh, FLIPPER_HOSTCTL); 75 bus_space_unmap(caa->cp_iot, ioh, FLIPPER_REGSIZE); 89 sc->sc_iot = caa->cp_iot;
|
gencp.c | 55 (bus_addr_t) kvtop((void*) gsc->cpb_aa->cp_iot->base));
|
clockport.c | 81 a.cp_iot = sc->cpb_aa->cp_iot;
|
com_ss.c | 73 bus_space_map(caa->cp_iot, 0, COM_SS_REGS, 0, &ioh); 75 com_init_regs(&sc->sc_regs, caa->cp_iot, ioh, 0 /* off */);
|
a1k2cp.c | 99 a1k2cp_aa.cp_iot = &a1k2cp_bst;
|
gencp_acafh.c | 94 sc->cpb_aa->cp_iot = &cpb_bst;
|
gencp_xsurf.c | 95 sc->cpb_aa->cp_iot = &cpb_bst;
|