Searched refs:spi_hal_disable_tx_fifo_int (Results 1 – 2 of 2) sorted by relevance
548 spi_hal_disable_tx_fifo_int(&s_spi[id].hal); in bk_spi_write_bytes()563 spi_hal_disable_tx_fifo_int(&s_spi[id].hal); in bk_spi_write_bytes()597 spi_hal_disable_tx_fifo_int(&s_spi[id].hal); in bk_spi_read_bytes()626 spi_hal_disable_tx_fifo_int(&s_spi[id].hal); in bk_spi_clr_tx()634 spi_hal_disable_tx_fifo_int(&s_spi[id].hal); in bk_spi_clr_rx()660 spi_hal_disable_tx_fifo_int(&s_spi[id].hal); in bk_spi_write_bytes_async()846 spi_hal_disable_tx_fifo_int(hal); in spi_isr_common()
55 #define spi_hal_disable_tx_fifo_int(hal) spi_ll_disable_tx_fifo_int((hal)->hw) macro