Home
last modified time | relevance | path

Searched refs:capwapFrameIdAddr (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.c1002 p_FmPcd->capwapFrameIdAddr = PTR_TO_UINT(FM_MURAM_AllocMem(p_FmPcd->h_FmMuram, 2, 4)); in FM_PCD_Init()
1003 if (!p_FmPcd->capwapFrameIdAddr) in FM_PCD_Init()
1008 IOMemSet32(UINT_TO_PTR(p_FmPcd->capwapFrameIdAddr), 0, 2); in FM_PCD_Init()
1026 if (p_FmPcd->capwapFrameIdAddr) in FM_PCD_Free()
1027 FM_MURAM_FreeMem(p_FmPcd->h_FmMuram, UINT_TO_PTR(p_FmPcd->capwapFrameIdAddr)); in FM_PCD_Free()
H A Dfm_pcd.h374 uintptr_t capwapFrameIdAddr; member
H A Dfm_manip.c4319 gmaskReg = (uint32_t)(XX_VirtToPhys(UINT_TO_PTR(p_FmPcd->capwapFrameIdAddr)) in CapwapFragmentation()