Home
last modified time | relevance | path

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

/linux-4.1.27/fs/reiserfs/
Dtail_conversion.c215 loff_t pos, pos1; /* position of first byte of the tail */ in indirect2direct() local
236 pos1 = pos; in indirect2direct()
258 if (pos != pos1) in indirect2direct()
266 pos1 + 1, TYPE_DIRECT, round_tail_len, in indirect2direct()
314 REISERFS_I(inode)->i_first_direct_byte = pos1 + 1; in indirect2direct()
/linux-4.1.27/drivers/acpi/acpica/
Dutprint.c208 const char *pos1; in acpi_ut_print_number() local
211 pos1 = acpi_ut_put_number(ascii_string, number, 10, FALSE); in acpi_ut_print_number()
214 while (pos1 != ascii_string) { in acpi_ut_print_number()
215 *(pos2++) = *(--pos1); in acpi_ut_print_number()
/linux-4.1.27/drivers/misc/
Dspear13xx_pcie_gadget.c457 u32 pos, pos1; in pcie_gadget_store_bar0_size() local
473 pos1 = 0; in pcie_gadget_store_bar0_size()
477 pos1 = pos + 1; in pcie_gadget_store_bar0_size()
482 pos1--; in pcie_gadget_store_bar0_size()
484 size = 1 << pos1; in pcie_gadget_store_bar0_size()
/linux-4.1.27/drivers/staging/ft1000/ft1000-usb/
Dft1000_hw.c231 u16 pos1; in fix_ft1000_write_dpram32() local
239 pos1 = (indx / 4) * 4; in fix_ft1000_write_dpram32()
241 ret = ft1000_read_dpram32(ft1000dev, pos1, buf, 16); in fix_ft1000_write_dpram32()
249 ret = ft1000_write_dpram32(ft1000dev, pos1, buf, 16); in fix_ft1000_write_dpram32()
255 ret = ft1000_read_dpram32(ft1000dev, pos1, (u8 *)&resultbuffer[0], 16); in fix_ft1000_write_dpram32()
266 ret = ft1000_write_dpram32(ft1000dev, pos1, in fix_ft1000_write_dpram32()
268 ret = ft1000_read_dpram32(ft1000dev, pos1, in fix_ft1000_write_dpram32()
/linux-4.1.27/drivers/gpu/drm/radeon/
Drs600.c66 u32 pos1, pos2; in avivo_is_counter_moving() local
68 pos1 = RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]); in avivo_is_counter_moving()
71 if (pos1 != pos2) in avivo_is_counter_moving()
Devergreen.c1284 u32 pos1, pos2; in dce4_is_counter_moving() local
1286 pos1 = RREG32(EVERGREEN_CRTC_STATUS_POSITION + crtc_offsets[crtc]); in dce4_is_counter_moving()
1289 if (pos1 != pos2) in dce4_is_counter_moving()
/linux-4.1.27/fs/btrfs/
Dbackref.c521 struct list_head *pos1; in __merge_refs() local
523 list_for_each(pos1, head) { in __merge_refs()
528 ref1 = list_entry(pos1, struct __prelim_ref, list); in __merge_refs()
530 for (pos2 = pos1->next, n2 = pos2->next; pos2 != head; in __merge_refs()
/linux-4.1.27/drivers/thermal/
Dthermal_core.c972 struct thermal_zone_device *pos1; in thermal_zone_bind_cooling_device() local
980 list_for_each_entry(pos1, &thermal_tz_list, node) { in thermal_zone_bind_cooling_device()
981 if (pos1 == tz) in thermal_zone_bind_cooling_device()
989 if (tz != pos1 || cdev != pos2) in thermal_zone_bind_cooling_device()
/linux-4.1.27/sound/pci/
Dintel8x0.c2765 unsigned long pos, pos1, t; in intel8x0_measure_ac97_clock() local
2808 pos1 = igetword(chip, ichdev->reg_offset + ichdev->roff_picb); in intel8x0_measure_ac97_clock()
2809 if (pos1 == 0) { in intel8x0_measure_ac97_clock()
2814 pos1 == igetword(chip, ichdev->reg_offset + ichdev->roff_picb)) in intel8x0_measure_ac97_clock()
2817 if (pos1 == 0) { /* oops, this value is not reliable */ in intel8x0_measure_ac97_clock()
2821 pos -= pos1 << ichdev->pos_shift; in intel8x0_measure_ac97_clock()
/linux-4.1.27/fs/logfs/
Dsegment.c429 static int check_pos(struct super_block *sb, u64 pos1, u64 pos2, level_t level) in check_pos() argument
431 return (pos1 & logfs_block_mask(sb, level)) != in check_pos()
/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-tpg.c1348 u8 *pos1 = tpg->lines[pat][p]; in tpg_precalculate_line() local
1352 for (x = 0; x < w; x++, pos1++, pos2++, dest++) in tpg_precalculate_line()
1353 *dest = ((u16)*pos1 + (u16)*pos2) / 2; in tpg_precalculate_line()
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-pip-defs.h299 uint64_t pos1:7; member
305 uint64_t pos1:7;