Searched refs:mxc_ctb_reva_cipher_t (Results 1 – 3 of 3) sorted by relevance
131 } mxc_ctb_reva_cipher_t; typedef266 void MXC_CTB_RevA_Cipher_SetCipher(mxc_ctb_reva_regs_t *ctb_regs, mxc_ctb_reva_cipher_t cipher);267 mxc_ctb_reva_cipher_t MXC_CTB_RevA_Cipher_GetCipher(mxc_ctb_reva_regs_t *ctb_regs);
936 void MXC_CTB_RevA_Cipher_SetCipher(mxc_ctb_reva_regs_t *ctb_regs, mxc_ctb_reva_cipher_t cipher) in MXC_CTB_RevA_Cipher_SetCipher()942 mxc_ctb_reva_cipher_t MXC_CTB_RevA_Cipher_GetCipher(mxc_ctb_reva_regs_t *ctb_regs) in MXC_CTB_RevA_Cipher_GetCipher()944 return (mxc_ctb_reva_cipher_t)((ctb_regs->cipher_ctrl & MXC_F_CTB_REVA_CIPHER_CTRL_CIPHER) >> in MXC_CTB_RevA_Cipher_GetCipher()
422 MXC_CTB_RevA_Cipher_SetCipher((mxc_ctb_reva_regs_t *)MXC_CTB, (mxc_ctb_reva_cipher_t)cipher); in MXC_CTB_Cipher_SetCipher()