Searched refs:PW_SPI_REG_SITF (Results 1 – 2 of 2) sorted by relevance
196 reg_data = spi_pw_reg_read(dev, PW_SPI_REG_SITF); in spi_pw_tx_thld_set()202 spi_pw_reg_write(dev, PW_SPI_REG_SITF, reg_data); in spi_pw_tx_thld_set()368 tx_fifo_level = spi_pw_reg_read(dev, PW_SPI_REG_SITF); in spi_pw_get_tx_fifo_level()391 tx_fifo_level = spi_pw_reg_read(dev, PW_SPI_REG_SITF); in spi_pw_reset_tx_fifo_level()393 spi_pw_reg_write(dev, PW_SPI_REG_SITF, tx_fifo_level); in spi_pw_reset_tx_fifo_level()
20 #define PW_SPI_REG_SITF 0x44 macro