Searched refs:src_start (Results 1 – 2 of 2) sorted by relevance
979 src_start = srcy << 16 | srcx; in ge2dBitblt_ScreenToScreen()980 outpw(REG_GE2D_SRCSPA, src_start); in ge2dBitblt_ScreenToScreen()1112 src_start = srcy << 16 | srcx; in ge2dBitblt_ScreenToScreenRop()1113 outpw(REG_GE2D_SRCSPA, src_start); in ge2dBitblt_ScreenToScreenRop()1247 src_start = srcy << 16 | srcx; in ge2dBitblt_SourceToDestination()1248 outpw(REG_GE2D_SRCSPA, src_start); in ge2dBitblt_SourceToDestination()2590 outpw(REG_GE2D_SRCSPA, src_start); in ge2dRotation()2651 outpw(REG_GE2D_SRCSPA, src_start); in ge2dSpriteBlt_Screen()2748 outpw(REG_GE2D_SRCSPA, src_start); in ge2dSpriteBltx_Screen()2837 outpw(REG_GE2D_SRCSPA, src_start); in ge2dSpriteBlt_ScreenRop()[all …]
1504 const snd_pcm_channel_area_t *src_start = src_areas; in snd_pcm_areas_copy() local1524 src_start->addr != dst_start->addr || in snd_pcm_areas_copy()1525 src_start->first != dst_start->first) { in snd_pcm_areas_copy()1528 s.addr = src_start->addr; in snd_pcm_areas_copy()1529 s.first = src_start->first; in snd_pcm_areas_copy()1541 src_start, src_offset, in snd_pcm_areas_copy()1543 src_areas = src_start + 1; in snd_pcm_areas_copy()
Completed in 14 milliseconds