Searched refs:pos1 (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/fs/reiserfs/ |
D | tail_conversion.c | 187 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/ |
D | spear13xx_pcie_gadget.c | 444 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/ |
D | ft1000_hw.c | 368 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/ |
D | ibmlana.c | 167 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()
|
D | eexpress.c | 355 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/ |
D | thermal_sys.c | 699 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/ |
D | intel8x0.c | 2714 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/ |
D | segment.c | 418 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()
|