Searched refs:spi_ll_enable_miso (Results 1 – 3 of 3) sorted by relevance
89 spi_ll_enable_miso(hal->hw, (hal->rx_buffer == NULL) ? 0 : 1); in spi_slave_hal_prepare_data()
185 spi_ll_enable_miso(hw, (trans->rcv_buffer) ? 1 : 0); in spi_hal_prepare_data()
859 static inline void spi_ll_enable_miso(spi_dev_t *hw, int enable) in spi_ll_enable_miso() function