Home
last modified time | relevance | path

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

/freebsd/sys/dev/fxp/
H A Dif_fxpvar.h183 struct resource *fxp_res[2]; /* I/O and IRQ resources */ member
244 #define CSR_READ_1(sc, reg) bus_read_1(sc->fxp_res[0], reg)
245 #define CSR_READ_2(sc, reg) bus_read_2(sc->fxp_res[0], reg)
246 #define CSR_READ_4(sc, reg) bus_read_4(sc->fxp_res[0], reg)
247 #define CSR_WRITE_1(sc, reg, val) bus_write_1(sc->fxp_res[0], reg, val)
248 #define CSR_WRITE_2(sc, reg, val) bus_write_2(sc->fxp_res[0], reg, val)
249 #define CSR_WRITE_4(sc, reg, val) bus_write_4(sc->fxp_res[0], reg, val)
H A Dif_fxp.c465 error = bus_alloc_resources(dev, sc->fxp_spec, sc->fxp_res); in fxp_attach()
471 error = bus_alloc_resources(dev, sc->fxp_spec, sc->fxp_res); in fxp_attach()
895 error = bus_setup_intr(dev, sc->fxp_res[1], INTR_TYPE_NET | INTR_MPSAFE, in fxp_attach()
951 bus_release_resources(sc->dev, sc->fxp_spec, sc->fxp_res); in fxp_release()
1022 bus_teardown_intr(sc->dev, sc->fxp_res[1], sc->ih); in fxp_detach()