Home
last modified time | relevance | path

Searched refs:u32OneBufSize (Results 1 – 8 of 8) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dmx/hal/messi/tsp/
H A DhalTSP.c2989 MS_U32 u32Size = 0, u32OneBufSize = 0, u32temp = 0; in HAL_TSP_SetVQBuffer() local
2992 u32OneBufSize = ((u32BufLen >> MIU_BUS) / TSP_VQ_NUM) << MIU_BUS; //miu alignment in HAL_TSP_SetVQBuffer()
2993 u32Size = u32OneBufSize / TSP_VQ_PITCH; in HAL_TSP_SetVQBuffer()
2999 phyAddr += u32OneBufSize; in HAL_TSP_SetVQBuffer()
/utopia/UTPA2-700.0.x/modules/dmx/hal/mooney/tsp/
H A DhalTSP.c3004 MS_U32 u32Size = 0, u32OneBufSize = 0, u32temp = 0; in HAL_TSP_SetVQBuffer() local
3007 u32OneBufSize = ((u32BufLen >> MIU_BUS) / TSP_VQ_NUM) << MIU_BUS; //miu alignment in HAL_TSP_SetVQBuffer()
3008 u32Size = u32OneBufSize / TSP_VQ_PITCH; in HAL_TSP_SetVQBuffer()
3014 phyAddr += u32OneBufSize; in HAL_TSP_SetVQBuffer()
/utopia/UTPA2-700.0.x/modules/dmx/hal/mainz/tsp/
H A DhalTSP.c2993 MS_U32 u32Size = 0, u32OneBufSize = 0, u32temp = 0; in HAL_TSP_SetVQBuffer() local
2996 u32OneBufSize = ((u32BufLen >> MIU_BUS) / TSP_VQ_NUM) << MIU_BUS; //miu alignment in HAL_TSP_SetVQBuffer()
2997 u32Size = u32OneBufSize / TSP_VQ_PITCH; in HAL_TSP_SetVQBuffer()
3003 phyAddr += u32OneBufSize; in HAL_TSP_SetVQBuffer()
/utopia/UTPA2-700.0.x/modules/dmx/hal/curry/tsp/
H A DhalTSP.c3377 MS_U32 u32OneBufSize = 0; in HAL_TSP_SetVQ() local
3379 u32OneBufSize = ((u32BufLen >> MIU_BUS) / VQ_NUM) << MIU_BUS; //miu alignment in HAL_TSP_SetVQ()
3380 u32VQ_PktNum = u32OneBufSize / VQ_PACKET_UNIT_LEN; in HAL_TSP_SetVQ()
3394 u32Addr += u32OneBufSize; in HAL_TSP_SetVQ()
/utopia/UTPA2-700.0.x/modules/dmx/hal/k7u/tsp/
H A DhalTSP.c3223 MS_U32 u32OneBufSize = 0; in HAL_TSP_SetVQ() local
3231 u32OneBufSize = ((u32BufLen >> MIU_BUS) / VQ_NUM) << MIU_BUS; //miu alignment in HAL_TSP_SetVQ()
3232 u32VQ_PktNum = u32OneBufSize / VQ_PACKET_UNIT_LEN; in HAL_TSP_SetVQ()
3243 u32Addr += u32OneBufSize; in HAL_TSP_SetVQ()
/utopia/UTPA2-700.0.x/modules/dmx/hal/kano/tsp/
H A DhalTSP.c4384 MS_U32 u32OneBufSize = 0; in HAL_TSP_SetVQ() local
4391 u32OneBufSize = ((u32BufLen >> MIU_BUS) / VQ_NUM) << MIU_BUS; //miu alignment in HAL_TSP_SetVQ()
4392 u32VQ_PktNum = u32OneBufSize / VQ_PACKET_UNIT_LEN; in HAL_TSP_SetVQ()
4406 u32Addr += u32OneBufSize; in HAL_TSP_SetVQ()
/utopia/UTPA2-700.0.x/modules/dmx/hal/k6lite/tsp/
H A DhalTSP.c4570 MS_U32 u32OneBufSize = 0; in HAL_TSP_SetVQ() local
4577 u32OneBufSize = ((u32BufLen >> MIU_BUS) / VQ_NUM) << MIU_BUS; //miu alignment in HAL_TSP_SetVQ()
4578 u32VQ_PktNum = u32OneBufSize / VQ_PACKET_UNIT_LEN; in HAL_TSP_SetVQ()
4592 u32Addr += u32OneBufSize; in HAL_TSP_SetVQ()
/utopia/UTPA2-700.0.x/modules/dmx/hal/k6/tsp/
H A DhalTSP.c4895 MS_U32 u32OneBufSize = 0; in HAL_TSP_SetVQ() local
4902 u32OneBufSize = ((u32BufLen >> MIU_BUS) / VQ_NUM) << MIU_BUS; //miu alignment in HAL_TSP_SetVQ()
4903 u32VQ_PktNum = u32OneBufSize / VQ_PACKET_UNIT_LEN; in HAL_TSP_SetVQ()
4917 u32Addr += u32OneBufSize; in HAL_TSP_SetVQ()