Searched refs:resAddr (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.c391 if (p_Fm->resAddr)
392 FM_MURAM_FreeMem(p_Fm->h_FmMuram, UINT_TO_PTR(p_Fm->resAddr));
2790 p_Fm->resAddr = PTR_TO_UINT(FM_MURAM_AllocMem(p_Fm->h_FmMuram, 256, 0));
2791 if (!p_Fm->resAddr)
2794 WRITE_BLOCK(UINT_TO_PTR(p_Fm->resAddr), 0, 256);
H A Dfm.h692 uintptr_t resAddr; member in struct:__anon8241

Completed in 89 milliseconds