Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/dpaa/
H A Dbman_portals.c153 bpp.ciBaseAddress = rman_get_bushandle(sc->sc_rres[1]); in bman_portal_setup()
H A Dqman_portals.c158 qpp.ciBaseAddress = rman_get_bushandle(sc->sc_rres[1]); in qman_portal_setup()
/freebsd-13.1/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-13.1/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-13.1/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c1590 p_QmPortal->p_LowQmPortal->addr.addr_ci = UINT_TO_PTR(p_QmPortalParam->ciBaseAddress); in QM_PORTAL_Config()