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

/freebsd-10.2-release/sys/dev/fxp/
H A Dif_fxpvar.h182 struct resource *fxp_res[2]; /* I/O and IRQ resources */ member in struct:fxp_softc
243 #define CSR_READ_1(sc, reg) bus_read_1(sc->fxp_res[0], reg)
244 #define CSR_READ_2(sc, reg) bus_read_2(sc->fxp_res[0], reg)
245 #define CSR_READ_4(sc, reg) bus_read_4(sc->fxp_res[0], reg)
246 #define CSR_WRITE_1(sc, reg, val) bus_write_1(sc->fxp_res[0], reg, val)
247 #define CSR_WRITE_2(sc, reg, val) bus_write_2(sc->fxp_res[0], reg, val)
248 #define CSR_WRITE_4(sc, reg, val) bus_write_4(sc->fxp_res[0], reg, val)
H A Dif_fxp.c469 error = bus_alloc_resources(dev, sc->fxp_spec, sc->fxp_res);
475 error = bus_alloc_resources(dev, sc->fxp_spec, sc->fxp_res);
900 error = bus_setup_intr(dev, sc->fxp_res[1], INTR_TYPE_NET | INTR_MPSAFE,
958 bus_release_resources(sc->dev, sc->fxp_spec, sc->fxp_res);
1029 bus_teardown_intr(sc->dev, sc->fxp_res[1], sc->ih);

Completed in 100 milliseconds