Home
last modified time | relevance | path

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

/src/sys/powerpc/mpc85xx/
H A Datpic.c49 #define ATPIC_MASTER 0 macro
153 bus_set_resource(child, SYS_RES_IOPORT, ATPIC_MASTER, IO_ICU1, 2); in atpic_isa_identify()
177 sc->sc_mask[icu] = 0xff - ((icu == ATPIC_MASTER) ? 4 : 0); in atpic_init()
198 sc->sc_rid[ATPIC_MASTER] = 0; in atpic_isa_attach()
199 sc->sc_res[ATPIC_MASTER] = bus_alloc_resource_any(dev, SYS_RES_IOPORT, in atpic_isa_attach()
200 &sc->sc_rid[ATPIC_MASTER], RF_ACTIVE); in atpic_isa_attach()
201 if (sc->sc_res[ATPIC_MASTER] == NULL) in atpic_isa_attach()
222 atpic_init(sc, ATPIC_MASTER); in atpic_isa_attach()
234 if (sc->sc_res[ATPIC_MASTER] != NULL) in atpic_isa_attach()
236 sc->sc_rid[ATPIC_MASTER], sc->sc_res[ATPIC_MASTER]); in atpic_isa_attach()
[all …]