Searched refs:pos1 (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/powerpc/include/asm/ |
| H A D | syscalls.h | 95 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/acpi/acpica/ |
| H A D | utprint.c | 169 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/gpu/drm/radeon/ |
| H A D | rs600.c | 72 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 D | cvmx-pip-defs.h | 264 uint64_t pos1:7; member 270 uint64_t pos1:7;
|
| /linux/mm/ |
| H A D | filemap.c | 2737 static inline bool pos_same_folio(loff_t pos1, loff_t pos2, struct folio *folio) in pos_same_folio() argument 2741 return (pos1 >> shift == pos2 >> shift); in pos_same_folio()
|
| /linux/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 1515 low1, pos1, time_to = self.XPixelToData(x + 1) 1519 for i in xrange(pos0, pos1 + 1):
|