Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_pw.c25 static uint32_t spi_pw_reg_read(const struct device *dev, uint32_t offset) in spi_pw_reg_read() function
55 cs_ctrl = spi_pw_reg_read(dev, PW_SPI_REG_CS_CTRL); in spi_pw_enable_cs_hw_ctrl()
64 cs_ctrl = spi_pw_reg_read(dev, PW_SPI_REG_CS_CTRL); in spi_pw_cs_sw_ctrl()
83 ctrlr1 = spi_pw_reg_read(dev, PW_SPI_REG_CTRLR1); in spi_pw_intr_enable()
97 ctrlr1 = spi_pw_reg_read(dev, PW_SPI_REG_CTRLR1); in spi_pw_intr_disable()
107 ctrlr0 = spi_pw_reg_read(dev, PW_SPI_REG_CTRLR0); in spi_pw_ssp_enable()
117 ctrlr0 = spi_pw_reg_read(dev, PW_SPI_REG_CTRLR0); in spi_pw_ssp_disable()
126 status = spi_pw_reg_read(dev, PW_SPI_REG_SSSR); in is_pw_ssp_busy()
169 cs_ctrl = spi_pw_reg_read(dev, PW_SPI_REG_CS_CTRL); in spi_pw_cs_ctrl_init()
196 reg_data = spi_pw_reg_read(dev, PW_SPI_REG_SITF); in spi_pw_tx_thld_set()
[all …]