Home
last modified time | relevance | path

Searched refs:ciBaseAddress (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/dpaa/
H A Dbman_portals.c151 bpp.ciBaseAddress = rman_get_bushandle(sc->sc_rres[1]); in bman_portal_setup()
H A Dqman_portals.c156 qpp.ciBaseAddress = rman_get_bushandle(sc->sc_rres[1]); in qman_portal_setup()
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dbm_ext.h322 uintptr_t ciBaseAddress; /**< Cache-inhibited base address (virtual) */ member
H A Dqm_ext.h627 …uintptr_t ciBaseAddress; /**< Cache-inhibited base address (virtual… member
/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_portal.c491 p_BmPortal->p_BmPortalLow->addr.addr_ci = UINT_TO_PTR(p_BmPortalParam->ciBaseAddress); in BM_PORTAL_Config()
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c1588 p_QmPortal->p_LowQmPortal->addr.addr_ci = UINT_TO_PTR(p_QmPortalParam->ciBaseAddress); in QM_PORTAL_Config()