Searched refs:DPORT_SPI_ENCRYPT_ENABLE (Results 1 – 2 of 2) sorted by relevance
36 …DPORT_REG_SET_BIT(DPORT_SLAVE_SPI_CONFIG_REG, DPORT_SLAVE_SPI_MASK_PRO | DPORT_SPI_ENCRYPT_ENABLE); in spi_flash_encrypt_ll_enable()44 …DPORT_REG_CLR_BIT(DPORT_SLAVE_SPI_CONFIG_REG, DPORT_SLAVE_SPI_MASK_PRO | DPORT_SPI_ENCRYPT_ENABLE); in spi_flash_encrypt_ll_disable()
1026 #define DPORT_SPI_ENCRYPT_ENABLE (BIT(8)) macro