Home
last modified time | relevance | path

Searched refs:MM_Put (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/ncsw/inc/etc/
H A Dmm_ext.h209 uint64_t MM_Put(t_Handle h_MM, uint64_t base);
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfm_muram.c160 if (MM_Put(p_FmMuram->h_Mem, PTR_TO_UINT(ptr)) == 0) in FM_MURAM_FreeMem()
/f-stack/freebsd/contrib/ncsw/Peripherals/BM/
H A Dbm.h406 if (MM_Put(p_Bm->h_BpidMm, (uint64_t)base) != base) in BmBpidPut()
/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dqm.c287 MM_Put(p_Qm->h_FqidMm, (uint64_t)base); in ReserveFqids()
587 if (MM_Put(p_Qm->h_FqidMm, (uint64_t)base) != 0) in QmFqidPut()
/f-stack/freebsd/contrib/ncsw/etc/
H A Dmm.c928 uint64_t MM_Put(t_Handle h_MM, uint64_t base) in MM_Put() function