Searched refs:TX_DMA_FIFO_SIZE (Results 1 – 3 of 3) sorted by relevance
111 info->total_size = TX_DMA_FIFO_SIZE; in player_device_buffer_info()131 tx_fifo = rt_malloc(TX_DMA_FIFO_SIZE); in rt_hw_sound_init()
19 #define TX_DMA_FIFO_SIZE (RT_AUDIO_REPLAY_MP_BLOCK_SIZE * 2) macro
127 for (rt_size_t i = 0; i < TX_DMA_FIFO_SIZE; i++) in player_test()172 for (rt_size_t i = 0; i < TX_DMA_FIFO_SIZE; i++) in player_test()
Completed in 5 milliseconds