Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c455 if (tmp != p_Fm->firmware.p_Code[i]) in LoadFmanCtrlCode()
468 ((uint16_t *)p_Fm->firmware.p_Code)[2], in LoadFmanCtrlCode()
469 ((uint8_t *)p_Fm->firmware.p_Code)[6], in LoadFmanCtrlCode()
513 if (p_Fm->firmware.p_Code && in FwNotResetErratumBugzilla6173WA()
3414 if (!p_Fm->firmware.p_Code) in FM_Config()
3423 memcpy(p_Fm->firmware.p_Code, p_FmParam->firmware.p_Code ,p_Fm->firmware.size); in FM_Config()
3696 if (p_Fm->firmware.p_Code) in FM_Init()
3698 XX_Free(p_Fm->firmware.p_Code); in FM_Init()
3699 p_Fm->firmware.p_Code = NULL; in FM_Init()
3788 if (p_Fm->firmware.p_Code) in FM_Free()
[all …]
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_prs.c381 memcpy((uint8_t *)p_TmpCode, p_SwPrs->p_Code, p_SwPrs->size); in FM_PCD_PrsLoadSw()
/freebsd/sys/dev/dpaa/
H A Dfman.c309 fm_params.firmware.p_Code = (uint32_t*)fman_firmware; in fman_init()
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_ext.h468 uint32_t *p_Code; /**< A pointer to the uCode */ member
H A Dfm_pcd_ext.h456 uint8_t *p_Code; /**< SW parser code */ member