Searched refs:ISAPNP_WRDATA (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/arch/arc/isa/
H A Disapnp_machdep.c73 sc->sc_wrdata_ioh = bst->bs_vbase + ISAPNP_WRDATA - bst->bs_start;
/netbsd-current/sys/arch/i386/isa/
H A Disapnp_machdep.c74 sc->sc_wrdata_ioh = ISAPNP_WRDATA;
/netbsd-current/sys/arch/powerpc/isa/
H A Disapnp_machdep.c102 if ((error = bus_space_map(sc->sc_iot, ISAPNP_WRDATA, 1, 0,
/netbsd-current/sys/arch/alpha/isa/
H A Disapnp_machdep.c74 error = alpha_bus_space_map_noacct(sc->sc_iot, ISAPNP_WRDATA, 1, 0,
/netbsd-current/sys/arch/arm/footbridge/isa/
H A Disapnp_machdep.c103 if ((error = bus_space_map(sc->sc_iot, ISAPNP_WRDATA, 1, 0,
/netbsd-current/sys/arch/atari/isa/
H A Disapnp_machdep.c114 if ((error = bus_space_map(sc->sc_iot, ISAPNP_WRDATA, 1, 0,
/netbsd-current/sys/dev/isapnp/
H A Disapnpreg.h46 #define ISAPNP_WRDATA 0xa79 /* Write only */ macro
H A Disapnpvar.h54 # define ISAPNP_WRITE_DATA(sc, v) outb(ISAPNP_WRDATA, v)

Completed in 110 milliseconds