Searched refs:TXRXDFCOUNT_MASK (Results 1 – 1 of 1) sorted by relevance
26 #define TXRXDFCOUNT_MASK ((uint32_t) 0x00FFFF00u) macro221 this_spi->hw_reg->CONTROL = (this_spi->hw_reg->CONTROL & ~TXRXDFCOUNT_MASK) in MSS_SPI_configure_slave_mode()407 this_spi->hw_reg->CONTROL = (this_spi->hw_reg->CONTROL & ~TXRXDFCOUNT_MASK) in MSS_SPI_transfer_frame()495 this_spi->hw_reg->CONTROL = (this_spi->hw_reg->CONTROL & ~TXRXDFCOUNT_MASK) | in MSS_SPI_transfer_block()497 & TXRXDFCOUNT_MASK); in MSS_SPI_transfer_block()614 this_spi->hw_reg->CONTROL = (this_spi->hw_reg->CONTROL & ~TXRXDFCOUNT_MASK) in MSS_SPI_set_frame_rx_handler()682 this_spi->hw_reg->CONTROL = (this_spi->hw_reg->CONTROL & ~TXRXDFCOUNT_MASK) in MSS_SPI_set_slave_tx_frame()789 this_spi->hw_reg->CONTROL = (this_spi->hw_reg->CONTROL & ~TXRXDFCOUNT_MASK) in MSS_SPI_set_slave_block_buffers()1200 & ~TXRXDFCOUNT_MASK) in mss_spi_isr()