Home
last modified time | relevance | path

Searched refs:SPI_USR_MISO (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/spi_flash/esp32/
Dspi_flash_rom_patch.c342 REG_SET_BIT(SPI_USER_REG(0), SPI_USR_MISO | SPI_USR_DUMMY | SPI_USR_ADDR); in spi_cache_mode_switch()
348 REG_SET_BIT(SPI_USER_REG(0), SPI_USR_MISO | SPI_USR_DUMMY | SPI_USR_ADDR); in spi_cache_mode_switch()
372 REG_SET_BIT(SPI_USER_REG(0), SPI_USR_MISO | SPI_USR_ADDR); in spi_cache_mode_switch()
562 REG_SET_BIT(PERIPHS_SPI_FLASH_USRREG, SPI_USR_MISO | SPI_USR_DUMMY | SPI_USR_ADDR); in esp_rom_spiflash_read()
569 REG_SET_BIT(PERIPHS_SPI_FLASH_USRREG, SPI_USR_MISO | SPI_USR_ADDR); in esp_rom_spiflash_read()
604 REG_SET_BIT(PERIPHS_SPI_FLASH_USRREG, SPI_USR_MISO | SPI_USR_ADDR); in esp_rom_spiflash_read()
/device/soc/esp/esp32/components/esp32/
Dspiram_psram.c347 SET_PERI_REG_MASK(SPI_USER_REG(spi_num), SPI_USR_MISO); in psram_cmd_config()
352 CLEAR_PERI_REG_MASK(SPI_USER_REG(spi_num), SPI_USR_MISO); in psram_cmd_config()
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Dspi_reg.h385 #define SPI_USR_MISO (BIT(28)) macro