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

/freebsd-10.2-release/sys/powerpc/mpc85xx/
H A Datpic.c51 #define ATPIC_SLAVE 1 macro
156 bus_set_resource(child, SYS_RES_IOPORT, ATPIC_SLAVE, IO_ICU2, 2);
182 atpic_write(sc, icu, 1, (icu == ATPIC_SLAVE) ? 8 : 0);
183 atpic_write(sc, icu, 1, (icu == ATPIC_SLAVE) ? 2 : 4);
206 sc->sc_rid[ATPIC_SLAVE] = 1;
207 sc->sc_res[ATPIC_SLAVE] = bus_alloc_resource_any(dev, SYS_RES_IOPORT,
208 &sc->sc_rid[ATPIC_SLAVE], RF_ACTIVE);
209 if (sc->sc_res[ATPIC_SLAVE] == NULL)
223 atpic_init(sc, ATPIC_SLAVE);
233 if (sc->sc_res[ATPIC_SLAVE] !
[all...]

Completed in 99 milliseconds