Searched refs:ISAPNP_ADDR (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/arc/isa/
H A Disapnp_machdep.c72 sc->sc_addr_ioh = bst->bs_vbase + ISAPNP_ADDR - bst->bs_start;
/netbsd-current/sys/arch/i386/isa/
H A Disapnp_machdep.c73 sc->sc_addr_ioh = ISAPNP_ADDR;
/netbsd-current/sys/arch/powerpc/isa/
H A Disapnp_machdep.c99 if ((error = bus_space_map(sc->sc_iot, ISAPNP_ADDR, 1, 0,
/netbsd-current/sys/arch/alpha/isa/
H A Disapnp_machdep.c69 error = alpha_bus_space_map_noacct(sc->sc_iot, ISAPNP_ADDR, 1, 0,
/netbsd-current/sys/arch/arm/footbridge/isa/
H A Disapnp_machdep.c100 if ((error = bus_space_map(sc->sc_iot, ISAPNP_ADDR, 1, 0,
/netbsd-current/sys/arch/atari/isa/
H A Disapnp_machdep.c111 if ((error = bus_space_map(sc->sc_iot, ISAPNP_ADDR, 1, 0,
/netbsd-current/sys/dev/isapnp/
H A Disapnpreg.h45 #define ISAPNP_ADDR 0x279 /* Write only */ macro
H A Disapnpvar.h53 # define ISAPNP_WRITE_ADDR(sc, v) outb(ISAPNP_ADDR, v)
H A Disapnp.c880 ia->ia_io[0].ir_addr = ISAPNP_ADDR;

Completed in 102 milliseconds