Home
last modified time | relevance | path

Searched refs:IOMemSet32 (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/etc/
H A Dmemcpy_ext.h134 void * IOMemSet32(void* pDst, uint8_t val, uint32_t size);
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_replic.c273 IOMemSet32((uint8_t*)p_SourceTd, 0, FM_PCD_CC_AD_ENTRY_SIZE); in BuildSourceTd()
388 IOMemSet32((uint8_t*)p_CurrentMember->p_MemberAd, 0, FM_PCD_CC_AD_ENTRY_SIZE); in AllocMember()
414 IOMemSet32((uint8_t*)p_CurrentMember->p_MemberAd, 0, FM_PCD_CC_AD_ENTRY_SIZE); in InitMember()
441 IOMemSet32(p_Member->p_MemberAd, 0, FM_PCD_CC_AD_ENTRY_SIZE); in FreeMember()
H A Dfm_pcd.c999 IOMemSet32(UINT_TO_PTR(p_FmPcd->ipv6FrameIdAddr), 0, 4); in FM_PCD_Init()
1008 IOMemSet32(UINT_TO_PTR(p_FmPcd->capwapFrameIdAddr), 0, 2); in FM_PCD_Init()
/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_muram.c63 IOMemSet32(UINT_TO_PTR(p_FmMuram->baseAddr), 0, p_FmMuram->size); in FmMuramClear()
H A Dfm_ncsw.c3535 IOMemSet32(UINT_TO_PTR(p_Fm->baseAddr + FM_MM_CGP), 0, FM_PORT_NUM_OF_CONGESTION_GRPS); in FM_Init()
/freebsd/sys/contrib/ncsw/inc/
H A Dncsw_ext.h46 #define WRITE_BLOCK IOMemSet32 /* include memcpy_ext.h */
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c332 IOMemSet32(p_FmPort->im.p_BdRing, 0, (uint32_t)(sizeof(t_FmImBd)*p_FmPort->im.bdRingSize)); in FmPortImInit()
408 IOMemSet32(p_FmPort->im.p_BdRing, 0, (uint32_t)(sizeof(t_FmImBd)*p_FmPort->im.bdRingSize)); in FmPortImInit()
H A Dfm_port.c1954 IOMemSet32(p_FmPort->p_ParamsPage, 0, 256); in FmPortSetGprFunc()
6009 IOMemSet32(ArCommonDescPtr, 0, AR_ComputeOffsets(of, params, p_FmPort));
/freebsd/sys/contrib/ncsw/etc/
H A Dmemcpy.c479 void * IOMemSet32(void* pDst, uint8_t val, uint32_t size) in IOMemSet32() function