Home
last modified time | relevance | path

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

/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()
527 p_BmPortal->p_BmPortalLow->addr.addr_ci in BM_PORTAL_Init()
533 (uint64_t)XX_VirtToPhys(p_BmPortal->p_BmPortalLow->addr.addr_ci) in BM_PORTAL_Init()
H A Dbman_private.h132 void *addr_ci; /* cache-inhibited */ member
H A Dbman_low.c93 uint32_t *tmp = (uint32_t *)ptr_ADD(bm->addr_ci, offset); in __bm_in()
98 uint32_t *tmp = (uint32_t *)ptr_ADD(bm->addr_ci, offset); in __bm_out()
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqman_private.h137 void *addr_ci; /* cache-inhibited */ member
H A Dqman_low.h105 uint32_t *tmp = (uint32_t *)ptr_ADD(qm->addr_ci, offset); in __qm_in()
110 uint32_t *tmp = (uint32_t *)ptr_ADD(qm->addr_ci, offset); in __qm_out()
H A Dqm_portal_fqr.c1588 p_QmPortal->p_LowQmPortal->addr.addr_ci = UINT_TO_PTR(p_QmPortalParam->ciBaseAddress); in QM_PORTAL_Config()
1701 p_QmPortal->p_LowQmPortal->addr.addr_ci in QM_PORTAL_Init()
1707 (uint64_t)XX_VirtToPhys(p_QmPortal->p_LowQmPortal->addr.addr_ci) in QM_PORTAL_Init()