Searched refs:p_FmPcdCcKeyParams (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
H A D | fm_cc.c | 5558 t_FmPcdCcKeyParams *p_FmPcdCcKeyParams) in FmPcdCcAddKey() argument 5599 err = FindKeyIndex(h_FmPcdCcNode, keySize, p_FmPcdCcKeyParams->p_Key, in FmPcdCcAddKey() 5600 p_FmPcdCcKeyParams->p_Mask, &tmpKeyIndex); in FmPcdCcAddKey() 5630 p_FmPcdCcKeyParams, in FmPcdCcAddKey() 5663 t_FmPcdCcKeyParams *p_FmPcdCcKeyParams) in FmPcdCcModifyKeyAndNextEngine() argument 5689 err = FindKeyIndex(h_FmPcdCcNode, keySize, p_FmPcdCcKeyParams->p_Key, in FmPcdCcModifyKeyAndNextEngine() 5690 p_FmPcdCcKeyParams->p_Mask, &tmpKeyIndex); in FmPcdCcModifyKeyAndNextEngine() 5720 p_FmPcdCcKeyParams, in FmPcdCcModifyKeyAndNextEngine()
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/ |
H A D | fm_common.h | 775 …_Handle h_FmPcdCcNode, uint16_t keyIndex, uint8_t keySize, t_FmPcdCcKeyParams *p_FmPcdCcKeyParams);
|