Searched refs:DRAM_levelcnt_bytes (Results 1 – 7 of 7) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/audio/hal/manhattan/audio/ |
| H A D | halAUDIO.c | 6150 MS_U32 DRAM_levelcnt_bytes = 0; in HAL_AUDIO_DmaWriter_Read() local 6165 DRAM_levelcnt_bytes = DRAM_levelcnt*BYTES_IN_MIU_LINE; in HAL_AUDIO_DmaWriter_Read() 6166 DRAM_levelcnt_bytes = (DRAM_levelcnt_bytes > bytes) ? bytes : DRAM_levelcnt_bytes; in HAL_AUDIO_DmaWriter_Read() 6168 for (i = 0; i < (DRAM_levelcnt_bytes/4); i++) in HAL_AUDIO_DmaWriter_Read() 6181 …HAL_AUDIO_AbsWriteMaskReg(NewDMAwriter_CPU_triggersize, 0xFFFF, DRAM_levelcnt_bytes/BYTES_IN_MIU_L… in HAL_AUDIO_DmaWriter_Read() 6183 bytes -= DRAM_levelcnt_bytes; in HAL_AUDIO_DmaWriter_Read()
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/M7821/audio/ |
| H A D | halAUDIO.c | 7292 MS_U32 DRAM_levelcnt_bytes = 0; in HAL_AUDIO_DmaWriter_Read() local 7307 DRAM_levelcnt_bytes = DRAM_levelcnt*BYTES_IN_MIU_LINE; in HAL_AUDIO_DmaWriter_Read() 7308 DRAM_levelcnt_bytes = (DRAM_levelcnt_bytes > bytes) ? bytes : DRAM_levelcnt_bytes; in HAL_AUDIO_DmaWriter_Read() 7310 for (i = 0; i < (DRAM_levelcnt_bytes/4); i++) in HAL_AUDIO_DmaWriter_Read() 7323 …HAL_AUDIO_AbsWriteMaskReg(NewDMAwriter_CPU_triggersize, 0xFFFF, DRAM_levelcnt_bytes/BYTES_IN_MIU_L… in HAL_AUDIO_DmaWriter_Read() 7325 bytes -= DRAM_levelcnt_bytes; in HAL_AUDIO_DmaWriter_Read()
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/M7621/audio/ |
| H A D | halAUDIO.c | 6534 MS_U32 DRAM_levelcnt_bytes = 0; in HAL_AUDIO_DmaWriter_Read() local 6549 DRAM_levelcnt_bytes = DRAM_levelcnt*BYTES_IN_MIU_LINE; in HAL_AUDIO_DmaWriter_Read() 6550 DRAM_levelcnt_bytes = (DRAM_levelcnt_bytes > bytes) ? bytes : DRAM_levelcnt_bytes; in HAL_AUDIO_DmaWriter_Read() 6552 for (i = 0; i < (DRAM_levelcnt_bytes/4); i++) in HAL_AUDIO_DmaWriter_Read() 6565 …HAL_AUDIO_AbsWriteMaskReg(NewDMAwriter_CPU_triggersize, 0xFFFF, DRAM_levelcnt_bytes/BYTES_IN_MIU_L… in HAL_AUDIO_DmaWriter_Read() 6567 bytes -= DRAM_levelcnt_bytes; in HAL_AUDIO_DmaWriter_Read()
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/maxim/audio/ |
| H A D | halAUDIO.c | 6693 MS_U32 DRAM_levelcnt_bytes = 0; in HAL_AUDIO_DmaWriter_Read() local 6708 DRAM_levelcnt_bytes = DRAM_levelcnt*BYTES_IN_MIU_LINE; in HAL_AUDIO_DmaWriter_Read() 6709 DRAM_levelcnt_bytes = (DRAM_levelcnt_bytes > bytes) ? bytes : DRAM_levelcnt_bytes; in HAL_AUDIO_DmaWriter_Read() 6711 for (i = 0; i < (DRAM_levelcnt_bytes/4); i++) in HAL_AUDIO_DmaWriter_Read() 6724 …HAL_AUDIO_AbsWriteMaskReg(NewDMAwriter_CPU_triggersize, 0xFFFF, DRAM_levelcnt_bytes/BYTES_IN_MIU_L… in HAL_AUDIO_DmaWriter_Read() 6726 bytes -= DRAM_levelcnt_bytes; in HAL_AUDIO_DmaWriter_Read()
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/maserati/audio/ |
| H A D | halAUDIO.c | 7404 MS_U32 DRAM_levelcnt_bytes = 0; in HAL_AUDIO_DmaWriter_Read() local 7419 DRAM_levelcnt_bytes = DRAM_levelcnt*BYTES_IN_MIU_LINE; in HAL_AUDIO_DmaWriter_Read() 7420 DRAM_levelcnt_bytes = (DRAM_levelcnt_bytes > bytes) ? bytes : DRAM_levelcnt_bytes; in HAL_AUDIO_DmaWriter_Read() 7422 for (i = 0; i < (DRAM_levelcnt_bytes/4); i++) in HAL_AUDIO_DmaWriter_Read() 7435 …HAL_AUDIO_AbsWriteMaskReg(NewDMAwriter_CPU_triggersize, 0xFFFF, DRAM_levelcnt_bytes/BYTES_IN_MIU_L… in HAL_AUDIO_DmaWriter_Read() 7437 bytes -= DRAM_levelcnt_bytes; in HAL_AUDIO_DmaWriter_Read()
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/mustang/audio/ |
| H A D | halAUDIO.c | 7040 MS_U32 DRAM_levelcnt_bytes = 0; in HAL_AUDIO_DmaWriter_Read() local 7055 DRAM_levelcnt_bytes = DRAM_levelcnt*BYTES_IN_MIU_LINE; in HAL_AUDIO_DmaWriter_Read() 7056 DRAM_levelcnt_bytes = (DRAM_levelcnt_bytes > bytes) ? bytes : DRAM_levelcnt_bytes; in HAL_AUDIO_DmaWriter_Read() 7058 for (i = 0; i < (DRAM_levelcnt_bytes/4); i++) in HAL_AUDIO_DmaWriter_Read() 7071 …HAL_AUDIO_AbsWriteMaskReg(NewDMAwriter_CPU_triggersize, 0xFFFF, DRAM_levelcnt_bytes/BYTES_IN_MIU_L… in HAL_AUDIO_DmaWriter_Read() 7073 bytes -= DRAM_levelcnt_bytes; in HAL_AUDIO_DmaWriter_Read()
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/macan/audio/ |
| H A D | halAUDIO.c | 6537 MS_U32 DRAM_levelcnt_bytes = 0; in HAL_AUDIO_DmaWriter_Read() local 6552 DRAM_levelcnt_bytes = DRAM_levelcnt*BYTES_IN_MIU_LINE; in HAL_AUDIO_DmaWriter_Read() 6553 DRAM_levelcnt_bytes = (DRAM_levelcnt_bytes > bytes) ? bytes : DRAM_levelcnt_bytes; in HAL_AUDIO_DmaWriter_Read() 6555 for (i = 0; i < (DRAM_levelcnt_bytes/4); i++) in HAL_AUDIO_DmaWriter_Read() 6568 …HAL_AUDIO_AbsWriteMaskReg(NewDMAwriter_CPU_triggersize, 0xFFFF, DRAM_levelcnt_bytes/BYTES_IN_MIU_L… in HAL_AUDIO_DmaWriter_Read() 6570 bytes -= DRAM_levelcnt_bytes; in HAL_AUDIO_DmaWriter_Read()
|