Home
last modified time | relevance | path

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

/src/sys/powerpc/mpc85xx/
H A Datpic.c50 #define ATPIC_SLAVE 1 macro
154 bus_set_resource(child, SYS_RES_IOPORT, ATPIC_SLAVE, IO_ICU2, 2); in atpic_isa_identify()
180 atpic_write(sc, icu, 1, (icu == ATPIC_SLAVE) ? 8 : 0); in atpic_init()
181 atpic_write(sc, icu, 1, (icu == ATPIC_SLAVE) ? 2 : 4); in atpic_init()
204 sc->sc_rid[ATPIC_SLAVE] = 1; in atpic_isa_attach()
205 sc->sc_res[ATPIC_SLAVE] = bus_alloc_resource_any(dev, SYS_RES_IOPORT, in atpic_isa_attach()
206 &sc->sc_rid[ATPIC_SLAVE], RF_ACTIVE); in atpic_isa_attach()
207 if (sc->sc_res[ATPIC_SLAVE] == NULL) in atpic_isa_attach()
221 atpic_init(sc, ATPIC_SLAVE); in atpic_isa_attach()
231 if (sc->sc_res[ATPIC_SLAVE] != NULL) in atpic_isa_attach()
[all …]