Searched refs:rman_get_bustag (Results 226 - 250 of 277) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/dev/sound/pci/
H A Dds1.c967 sc->st = rman_get_bustag(sc->reg);
H A Dmaestro.c1845 ess->st = rman_get_bustag(reg);
H A Dmaestro3.c1369 sc->st = rman_get_bustag(sc->reg);
H A Des137x.c1744 es->st = rman_get_bustag(es->reg);
H A Demu10k1.c2099 sc->st = rman_get_bustag(sc->reg);
/freebsd-13-stable/sys/dev/lge/
H A Dif_lge.c495 sc->lge_btag = rman_get_bustag(sc->lge_res);
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c771 sc->sc_bst = rman_get_bustag(sc->sc_res[0]);
/freebsd-13-stable/sys/arm/mv/
H A Dmv_pci.c494 sc->sc_bst = rman_get_bustag(sc->sc_res);
/freebsd-13-stable/sys/dev/al_eth/
H A Dal_eth.c316 adapter->udma_base = al_bus_dma_to_va(rman_get_bustag(adapter->udma_res),
327 adapter->mac_base = al_bus_dma_to_va(rman_get_bustag(adapter->mac_res),
339 adapter->ec_base = al_bus_dma_to_va(rman_get_bustag(adapter->ec_res),
/freebsd-13-stable/sys/dev/e1000/
H A Dif_em.c942 rman_get_bustag(adapter->flash);
1973 adapter->osdep.mem_bus_space_tag = rman_get_bustag(adapter->memory);
2005 rman_get_bustag(adapter->ioport);
/freebsd-13-stable/sys/dev/pccard/
H A Dpccard.c713 pf->pf_ccrt = rman_get_bustag(pf->ccr_res);
/freebsd-13-stable/sys/dev/my/
H A Dif_my.c834 sc->my_btag = rman_get_bustag(sc->my_res);
/freebsd-13-stable/sys/dev/bhnd/bhndb/
H A Dbhndb.c1169 bt = rman_get_bustag(parent);
/freebsd-13-stable/sys/dev/rl/
H A Dif_rl.c712 sc->rl_btag = rman_get_bustag(sc->rl_res);
/freebsd-13-stable/sys/dev/safe/
H A Dsafe.c246 sc->sc_st = rman_get_bustag(sc->sc_sr);
/freebsd-13-stable/sys/dev/ixgbe/
H A Dif_ixv.c1107 adapter->osdep.mem_bus_space_tag = rman_get_bustag(adapter->pci_mem);
/freebsd-13-stable/sys/dev/ixl/
H A Dif_ixl.c392 rman_get_bustag(pf->pci_mem);
/freebsd-13-stable/sys/arm/nvidia/
H A Dtegra_pcie.c1478 sc->bus_tag = rman_get_bustag(sc->pads_mem_res);
/freebsd-13-stable/sys/crypto/ccp/
H A Dccp_hardware.c364 sc->pci_bus_tag = rman_get_bustag(sc->pci_resource);
/freebsd-13-stable/sys/dev/ioat/
H A Dioat.c665 ioat->pci_bus_tag = rman_get_bustag(ioat->pci_resource);
/freebsd-13-stable/sys/dev/ipw/
H A Dif_ipw.c254 sc->sc_st = rman_get_bustag(sc->mem);
/freebsd-13-stable/sys/dev/qat/
H A Dqat.c423 sc->sc_csrt[i] = rman_get_bustag(sc->sc_res[i]);
/freebsd-13-stable/sys/dev/axgbe/
H A Dif_axgbe_pci.c730 channel->dma_tag = rman_get_bustag(pdata->xgmac_res);
/freebsd-13-stable/sys/dev/bnxt/
H A Dif_bnxt.c2132 bar->tag = rman_get_bustag(bar->res);
/freebsd-13-stable/sys/dev/siis/
H A Dsiis.c336 bst = rman_get_bustag(ctlr->r_mem);

Completed in 410 milliseconds

1234567891011>>