Searched refs:DPORT_CRYPTO_DS_RST (Results 1 – 3 of 3) sorted by relevance
145 return (DPORT_CRYPTO_AES_RST | DPORT_CRYPTO_DS_RST); in periph_ll_get_rst_en_mask()153 return (DPORT_CRYPTO_SHA_RST | DPORT_CRYPTO_DS_RST | DPORT_CRYPTO_HMAC_RST); in periph_ll_get_rst_en_mask()161 return (DPORT_CRYPTO_RSA_RST | DPORT_CRYPTO_DS_RST); in periph_ll_get_rst_en_mask()172 return (DPORT_CRYPTO_AES_RST | DPORT_CRYPTO_DS_RST | DPORT_CRYPTO_DMA_RST); in periph_ll_get_rst_en_mask()180 …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()
616 #define DPORT_CRYPTO_DS_RST (BIT(4)) macro