Home
last modified time | relevance | path

Searched refs:pos1 (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dsyscalls.h95 u32 reg6, u32 pos1, u32 pos2);
98 u32 reg6, u32 pos1, u32 pos2);
121 u32 reg6, u32 pos1, u32 pos2);
124 u32 reg6, u32 pos1, u32 pos2);
/linux/drivers/gpu/drm/radeon/
H A Drs600.c72 u32 pos1, pos2; in avivo_is_counter_moving() local
74 pos1 = RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]); in avivo_is_counter_moving()
77 if (pos1 != pos2) in avivo_is_counter_moving()
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pip-defs.h264 uint64_t pos1:7; member
270 uint64_t pos1:7;
/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1515 low1, pos1, time_to = self.XPixelToData(x + 1)
1519 for i in xrange(pos0, pos1 + 1):