Searched refs:fxp_dma_wait (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/fxp/ |
H A D | if_fxp.c | 277 static void fxp_dma_wait(struct fxp_softc *sc, 358 fxp_dma_wait(struct fxp_softc *sc, volatile uint16_t *status, in fxp_dma_wait() function 2456 fxp_dma_wait(sc, &cbp->cb_status, sc->cbl_tag, sc->cbl_map); in fxp_init_body() 2477 fxp_dma_wait(sc, &cb_ias->cb_status, sc->cbl_tag, sc->cbl_map); in fxp_init_body() 3029 fxp_dma_wait(sc, &mcsp->cb_status, sc->mcs_tag, sc->mcs_map); in fxp_mc_setup() 3102 fxp_dma_wait(sc, &cbp->cb_status, sc->cbl_tag, sc->cbl_map); in fxp_load_ucode()
|