Searched refs:pos1 (Results 1 - 14 of 14) sorted by relevance

/linux-4.4.14/fs/reiserfs/
H A Dtail_conversion.c215 loff_t pos, pos1; /* position of first byte of the tail */ indirect2direct() local
236 pos1 = pos; indirect2direct()
258 if (pos != pos1) indirect2direct()
266 pos1 + 1, TYPE_DIRECT, round_tail_len, indirect2direct()
313 /* mark_file_with_tail (inode, pos1 + 1); */ indirect2direct()
314 REISERFS_I(inode)->i_first_direct_byte = pos1 + 1; indirect2direct()
/linux-4.4.14/drivers/acpi/acpica/
H A Dutprint.c208 const char *pos1; acpi_ut_print_number() local
211 pos1 = acpi_ut_put_number(ascii_string, number, 10, FALSE); acpi_ut_print_number()
214 while (pos1 != ascii_string) { acpi_ut_print_number()
215 *(pos2++) = *(--pos1); acpi_ut_print_number()
/linux-4.4.14/drivers/misc/
H A Dspear13xx_pcie_gadget.c449 u32 pos, pos1; pcie_gadget_bar0_size_store() local
465 pos1 = 0; pcie_gadget_bar0_size_store()
469 pos1 = pos + 1; pcie_gadget_bar0_size_store()
474 pos1--; pcie_gadget_bar0_size_store()
476 size = 1 << pos1; pcie_gadget_bar0_size_store()
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Drs600.c66 u32 pos1, pos2; avivo_is_counter_moving() local
68 pos1 = RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]); avivo_is_counter_moving()
71 if (pos1 != pos2) avivo_is_counter_moving()
H A Devergreen.c1353 u32 pos1, pos2; dce4_is_counter_moving() local
1355 pos1 = RREG32(EVERGREEN_CRTC_STATUS_POSITION + crtc_offsets[crtc]); dce4_is_counter_moving()
1358 if (pos1 != pos2) dce4_is_counter_moving()
/linux-4.4.14/sound/pci/
H A Dintel8x0.c2765 unsigned long pos, pos1, t; intel8x0_measure_ac97_clock() local
2808 pos1 = igetword(chip, ichdev->reg_offset + ichdev->roff_picb); intel8x0_measure_ac97_clock()
2809 if (pos1 == 0) { intel8x0_measure_ac97_clock()
2814 pos1 == igetword(chip, ichdev->reg_offset + ichdev->roff_picb)) intel8x0_measure_ac97_clock()
2817 if (pos1 == 0) { /* oops, this value is not reliable */ intel8x0_measure_ac97_clock()
2821 pos -= pos1 << ichdev->pos_shift; intel8x0_measure_ac97_clock()
/linux-4.4.14/drivers/thermal/
H A Dthermal_core.c1266 struct thermal_zone_device *pos1; thermal_zone_bind_cooling_device() local
1274 list_for_each_entry(pos1, &thermal_tz_list, node) { thermal_zone_bind_cooling_device()
1275 if (pos1 == tz) thermal_zone_bind_cooling_device()
1283 if (tz != pos1 || cdev != pos2) thermal_zone_bind_cooling_device()
/linux-4.4.14/fs/btrfs/
H A Dbackref.c566 struct list_head *pos1; __merge_refs() local
568 list_for_each(pos1, head) { list_for_each()
573 ref1 = list_entry(pos1, struct __prelim_ref, list); list_for_each()
575 for (pos2 = pos1->next, n2 = pos2->next; pos2 != head; list_for_each()
/linux-4.4.14/fs/logfs/
H A Dsegment.c429 static int check_pos(struct super_block *sb, u64 pos1, u64 pos2, level_t level) check_pos() argument
431 return (pos1 & logfs_block_mask(sb, level)) != check_pos()
/linux-4.4.14/drivers/media/platform/vivid/
H A Dvivid-tpg.c1513 u8 *pos1 = tpg->lines[pat][p]; tpg_precalculate_line() local
1517 for (x = 0; x < w; x++, pos1++, pos2++, dest++) tpg_precalculate_line()
1518 *dest = ((u16)*pos1 + (u16)*pos2) / 2; tpg_precalculate_line()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v10_0.c203 u32 pos1, pos2; dce_v10_0_is_counter_moving() local
205 pos1 = RREG32(mmCRTC_STATUS_POSITION + crtc_offsets[crtc]); dce_v10_0_is_counter_moving()
208 if (pos1 != pos2) dce_v10_0_is_counter_moving()
H A Ddce_v11_0.c193 u32 pos1, pos2; dce_v11_0_is_counter_moving() local
195 pos1 = RREG32(mmCRTC_STATUS_POSITION + crtc_offsets[crtc]); dce_v11_0_is_counter_moving()
198 if (pos1 != pos2) dce_v11_0_is_counter_moving()
H A Ddce_v8_0.c152 u32 pos1, pos2; dce_v8_0_is_counter_moving() local
154 pos1 = RREG32(mmCRTC_STATUS_POSITION + crtc_offsets[crtc]); dce_v8_0_is_counter_moving()
157 if (pos1 != pos2) dce_v8_0_is_counter_moving()
/linux-4.4.14/arch/mips/include/asm/octeon/
H A Dcvmx-pip-defs.h299 uint64_t pos1:7; member in struct:cvmx_pip_bsel_ext_posx::cvmx_pip_bsel_ext_posx_s
305 uint64_t pos1:7;

Completed in 1098 milliseconds