Searched refs:pos3 (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsmc-mca.c192 unsigned char pos2 = 0xff, pos3 = 0xff, pos4 = 0xff, pos5 = 0xff; local
219 pos3 = mca_device_read_stored_pos(mca_dev, 3); /* shared mem */
285 if (mem_table[i].mem_index == (pos3 & ~MEM_MASK)) {
299 mca_device_transform_memory(mca_dev, (void *)((pos3 & 0xfc) * 0x1000));
306 /* courtesy of gamera@quartz.ocn.ne.jp, pos3 indicates
311 mca_device_transform_memory(mca_dev, (void *)(0xc0000 + (0x2000 * (pos3 & 0xf))));
312 num_pages = 0x20 + (2 * (pos3 & 0x10));
H A Dat1700.c299 u_char pos3, pos4; local
311 pos3 = mca_read_stored_pos( slot, 3 );
315 if (( pos3 & 0x07) == at1700_ioaddr_pattern[l_i])
320 if (((((pos4>>4) & 0x0f) | (pos3 & 0xf0)) & 0xff) == at1700_irq_pattern[irq])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dfd_mcs.c355 u_char pos2, pos3, pos4; local
376 pos3 = mca_read_stored_pos(slot, 3);
H A Dibmmca.c398 #define pos3(hi) (((struct ibmmca_hostdata *) hosts[(hi)]->hostdata)->_pos[3]) macro
1554 /* pos2 = pos3 = 0xff if there is no integrated SCSI-subsystem present, but
1556 * completely sufficient to only check pos2 and pos3. */

Completed in 70 milliseconds