Home
last modified time | relevance | path

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

/linux-2.6.39/fs/reiserfs/
Dtail_conversion.c187 loff_t pos, pos1; /* position of first byte of the tail */ in indirect2direct() local
208 pos1 = pos; in indirect2direct()
228 if (pos != pos1) in indirect2direct()
236 pos1 + 1, TYPE_DIRECT, round_tail_len, in indirect2direct()
277 REISERFS_I(inode)->i_first_direct_byte = pos1 + 1; in indirect2direct()
/linux-2.6.39/drivers/misc/
Dspear13xx_pcie_gadget.c444 u32 pos, pos1; in pcie_gadget_store_bar0_size() local
457 pos1 = 0; in pcie_gadget_store_bar0_size()
461 pos1 = pos + 1; in pcie_gadget_store_bar0_size()
466 pos1--; in pcie_gadget_store_bar0_size()
468 size = 1 << pos1; in pcie_gadget_store_bar0_size()
/linux-2.6.39/drivers/staging/ft1000/ft1000-usb/
Dft1000_hw.c368 u16 pos1; in fix_ft1000_write_dpram32() local
376 pos1 = (indx / 4) * 4; in fix_ft1000_write_dpram32()
378 ret = ft1000_read_dpram32(ft1000dev, pos1, buf, 16); in fix_ft1000_write_dpram32()
386 ret = ft1000_write_dpram32(ft1000dev, pos1, buf, 16); in fix_ft1000_write_dpram32()
392 ret = ft1000_read_dpram32(ft1000dev, pos1, (u8 *)&resultbuffer[0], 16); in fix_ft1000_write_dpram32()
403 ret = ft1000_write_dpram32(ft1000dev, pos1, in fix_ft1000_write_dpram32()
405 ret = ft1000_read_dpram32(ft1000dev, pos1, in fix_ft1000_write_dpram32()
/linux-2.6.39/drivers/net/
Dibmlana.c167 u_char pos0, pos1; in getaddrs() local
170 pos1 = mca_device_read_stored_pos(mdev, 3); in getaddrs()
172 *base = 0xc0000 + ((pos1 & 0xf0) << 9); in getaddrs()
173 *memlen = (pos1 & 0x01) ? 0x8000 : 0x4000; in getaddrs()
Deexpress.c355 int pos0, pos1; in do_express_probe() local
362 pos1 = mca_read_stored_pos(slot, 3); in do_express_probe()
363 ioaddr = mca_iomap[pos1&0xf]; in do_express_probe()
365 dev->irq = mca_irqmap[(pos1>>4)&0x7]; in do_express_probe()
377 if (pos1 & 0x80) in do_express_probe()
/linux-2.6.39/drivers/thermal/
Dthermal_sys.c699 struct thermal_zone_device *pos1; in thermal_zone_bind_cooling_device() local
706 list_for_each_entry(pos1, &thermal_tz_list, node) { in thermal_zone_bind_cooling_device()
707 if (pos1 == tz) in thermal_zone_bind_cooling_device()
715 if (tz != pos1 || cdev != pos2) in thermal_zone_bind_cooling_device()
/linux-2.6.39/sound/pci/
Dintel8x0.c2714 unsigned long pos, pos1, t; in intel8x0_measure_ac97_clock() local
2755 pos1 = igetword(chip, ichdev->reg_offset + ichdev->roff_picb); in intel8x0_measure_ac97_clock()
2756 if (pos1 == 0) { in intel8x0_measure_ac97_clock()
2761 pos1 == igetword(chip, ichdev->reg_offset + ichdev->roff_picb)) in intel8x0_measure_ac97_clock()
2764 if (pos1 == 0) { /* oops, this value is not reliable */ in intel8x0_measure_ac97_clock()
2768 pos -= pos1 << ichdev->pos_shift; in intel8x0_measure_ac97_clock()
/linux-2.6.39/fs/logfs/
Dsegment.c418 static int check_pos(struct super_block *sb, u64 pos1, u64 pos2, level_t level) in check_pos() argument
420 return (pos1 & logfs_block_mask(sb, level)) != in check_pos()