Searched refs:DPORT_CRYPTO_DS_RST (Results 1 – 3 of 3) sorted by relevance
143 return (DPORT_CRYPTO_AES_RST | DPORT_CRYPTO_DS_RST); in periph_ll_get_rst_en_mask()151 return (DPORT_CRYPTO_SHA_RST | DPORT_CRYPTO_DS_RST | DPORT_CRYPTO_HMAC_RST); in periph_ll_get_rst_en_mask()159 return (DPORT_CRYPTO_RSA_RST | DPORT_CRYPTO_DS_RST); in periph_ll_get_rst_en_mask()170 return (DPORT_CRYPTO_AES_RST | DPORT_CRYPTO_DS_RST | DPORT_CRYPTO_DMA_RST); in periph_ll_get_rst_en_mask()178 …return (DPORT_CRYPTO_SHA_RST | DPORT_CRYPTO_DS_RST | DPORT_CRYPTO_HMAC_RST | DPORT_CRYPTO_DMA_RST); in periph_ll_get_rst_en_mask()
58 REG_CLR_BIT(DPORT_CPU_PERIP_RST_EN1_REG, DPORT_CRYPTO_AES_RST | DPORT_CRYPTO_DS_RST); in spi_flash_encrypt_ll_aes_accelerator_enable()
624 #define DPORT_CRYPTO_DS_RST (BIT(4)) macro