Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
A Dsys_ppc32.c72 u32 reg6, u32 pos1, u32 pos2) in compat_sys_pread64() argument
74 return ksys_pread64(fd, ubuf, count, merge_64(pos1, pos2)); in compat_sys_pread64()
78 u32 reg6, u32 pos1, u32 pos2) in compat_sys_pwrite64() argument
80 return ksys_pwrite64(fd, ubuf, count, merge_64(pos1, pos2)); in compat_sys_pwrite64()
/linux/fs/reiserfs/
A Dtail_conversion.c216 loff_t pos, pos1; /* position of first byte of the tail */ in indirect2direct() local
237 pos1 = pos; in indirect2direct()
259 if (pos != pos1) in indirect2direct()
267 pos1 + 1, TYPE_DIRECT, round_tail_len, in indirect2direct()
315 REISERFS_I(inode)->i_first_direct_byte = pos1 + 1; in indirect2direct()
/linux/arch/powerpc/include/asm/
A Dsyscalls.h28 u32 reg6, u32 pos1, u32 pos2);
31 u32 reg6, u32 pos1, u32 pos2);
/linux/drivers/acpi/acpica/
A Dutprint.c169 const char *pos1; in acpi_ut_print_number() local
172 pos1 = acpi_ut_put_number(ascii_string, number, 10, FALSE); in acpi_ut_print_number()
175 while (pos1 != ascii_string) { in acpi_ut_print_number()
176 *(pos2++) = *(--pos1); in acpi_ut_print_number()
/linux/drivers/thermal/
A Dthermal_core.c628 struct thermal_zone_device *pos1; in thermal_zone_bind_cooling_device() local
636 list_for_each_entry(pos1, &thermal_tz_list, node) { in thermal_zone_bind_cooling_device()
637 if (pos1 == tz) in thermal_zone_bind_cooling_device()
645 if (tz != pos1 || cdev != pos2) in thermal_zone_bind_cooling_device()
/linux/drivers/gpu/drm/radeon/
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()
A Devergreen.c1356 u32 pos1, pos2; in dce4_is_counter_moving() local
1358 pos1 = RREG32(EVERGREEN_CRTC_STATUS_POSITION + crtc_offsets[crtc]); in dce4_is_counter_moving()
1361 if (pos1 != pos2) in dce4_is_counter_moving()
/linux/sound/pci/
A Dintel8x0.c2644 unsigned long pos, pos1, t; in intel8x0_measure_ac97_clock() local
2689 pos1 = igetword(chip, ichdev->reg_offset + ichdev->roff_picb); in intel8x0_measure_ac97_clock()
2690 if (pos1 == 0) { in intel8x0_measure_ac97_clock()
2695 pos1 == igetword(chip, ichdev->reg_offset + ichdev->roff_picb)) in intel8x0_measure_ac97_clock()
2698 if (pos1 == 0) { /* oops, this value is not reliable */ in intel8x0_measure_ac97_clock()
2702 pos -= pos1 << ichdev->pos_shift; in intel8x0_measure_ac97_clock()
/linux/drivers/media/common/v4l2-tpg/
A Dv4l2-tpg-core.c1824 u8 *pos1 = tpg->lines[pat][p]; in tpg_precalculate_line() local
1828 for (x = 0; x < w; x++, pos1++, pos2++, dest++) in tpg_precalculate_line()
1829 *dest = ((u16)*pos1 + (u16)*pos2) / 2; in tpg_precalculate_line()
/linux/arch/mips/include/asm/octeon/
A Dcvmx-pip-defs.h264 uint64_t pos1:7; member
270 uint64_t pos1:7;
/linux/tools/perf/scripts/python/
A Dexported-sql-viewer.py1512 low1, pos1, time_to = self.XPixelToData(x + 1)
1516 for i in xrange(pos0, pos1 + 1):

Completed in 47 milliseconds