Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/reiserfs/
Dtail_conversion.c207 loff_t pos, pos1; /* position of first byte of the tail */ in indirect2direct() local
224 pos1 = pos; in indirect2direct()
241 if (pos != pos1) in indirect2direct()
249 make_le_item_head (&s_ih, 0, get_inode_item_key_version (p_s_inode), pos1 + 1, in indirect2direct()
280 unmap_buffers(page, pos1) ; in indirect2direct()
293 p_s_inode->u.reiserfs_i.i_first_direct_byte = pos1 + 1; in indirect2direct()
/linux-2.4.37.9/drivers/net/
Dibmlana.c163 u_char pos0, pos1; in getaddrs() local
166 pos1 = mca_read_stored_pos(slot, 3); in getaddrs()
168 *base = 0xc0000 + ((pos1 & 0xf0) << 9); in getaddrs()
169 *memlen = (pos1 & 0x01) ? 0x8000 : 0x4000; in getaddrs()
Deexpress.c362 int pos0, pos1; in express_probe() local
369 pos1 = mca_read_stored_pos(slot, 3); in express_probe()
370 ioaddr = mca_iomap[pos1&0xf]; in express_probe()
372 dev->irq = mca_irqmap[(pos1>>4)&0x7]; in express_probe()
384 if (pos1 & 0x80) in express_probe()
Dsk_mca.c158 u_char pos0, pos1, pos2; in getaddrs() local
175 pos1 = mca_read_stored_pos(slot, 3); in getaddrs()
177 *base = ((pos1 & 0x07) << 14) + 0xc0000; in getaddrs()
Dsk_g16.c2016 pos1 = inb(SK_POS1), in SK_print_pos() local
2024 SK_NAME, text, pos0, pos1, pos2, (pos3<<14), pos4); in SK_print_pos()