Searched refs:remainder_bytes (Results 1 – 1 of 1) sorted by relevance
319 uint32_t remainder_bytes = ( size_bytes % 4 ); in fill_tx_fifo() local320 uint32_t filler_bytes = ( 4 - remainder_bytes ); in fill_tx_fifo()335 size_bytes -= remainder_bytes; in fill_tx_fifo()336 data += remainder_bytes; in fill_tx_fifo()361 uint32_t remainder_bytes = ( size_bytes % 4 ); in empty_rx_fifo() local363 size_bytes -= remainder_bytes; in empty_rx_fifo()379 for( uint32_t i = 0; i < remainder_bytes; i++ ) in empty_rx_fifo()