Searched refs:size_bytes (Results 1 – 1 of 1) sorted by relevance
308 uint32_t size_bytes ) in fill_tx_fifo() argument319 uint32_t remainder_bytes = ( size_bytes % 4 ); in fill_tx_fifo()335 size_bytes -= remainder_bytes; in fill_tx_fifo()338 while( size_bytes > 0 ) in fill_tx_fifo()347 size_bytes -= 4; in fill_tx_fifo()353 uint32_t size_bytes ) in empty_rx_fifo() argument361 uint32_t remainder_bytes = ( size_bytes % 4 ); in empty_rx_fifo()363 size_bytes -= remainder_bytes; in empty_rx_fifo()365 while( size_bytes > 0 ) in empty_rx_fifo()374 size_bytes -= 4; in empty_rx_fifo()