Searched refs:spi_ll_enable_mosi (Results 1 – 3 of 3) sorted by relevance
181 spi_ll_enable_mosi(hw, 1); in spi_hal_prepare_data()183 spi_ll_enable_mosi(hw, 0); in spi_hal_prepare_data()
88 spi_ll_enable_mosi(hal->hw, (hal->tx_buffer == NULL) ? 0 : 1); in spi_slave_hal_prepare_data()
870 static inline void spi_ll_enable_mosi(spi_dev_t *hw, int enable) in spi_ll_enable_mosi() function