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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc-mca.c209 unsigned char pos2 = 0xff, pos3 = 0xff, pos4 = 0xff, pos5 = 0xff; local
236 pos3 = mca_device_read_stored_pos(mca_dev, 3); /* shared mem */
301 if (mem_table[i].mem_index == (pos3 & ~MEM_MASK)) {
315 mca_device_transform_memory(mca_dev, (void *)((pos3 & 0xfc) * 0x1000));
322 /* courtesy of gamera@quartz.ocn.ne.jp, pos3 indicates
327 mca_device_transform_memory(mca_dev, (void *)(0xc0000 + (0x2000 * (pos3 & 0xf))));
328 num_pages = 0x20 + (2 * (pos3 & 0x10));
H A Dat1700.c306 u_char pos3, pos4; local
318 pos3 = mca_read_stored_pos( slot, 3 );
322 if (( pos3 & 0x07) == at1700_ioaddr_pattern[l_i])
327 if (((((pos4>>4) & 0x0f) | (pos3 & 0xf0)) & 0xff) == at1700_irq_pattern[irq])
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dfd_mcs.c356 u_char pos2, pos3, pos4; local
377 pos3 = mca_read_stored_pos(slot, 3);
H A Dibmmca.c411 #define pos3(h) (((struct ibmmca_hostdata *) (h)->hostdata)->_pos[3]) macro
1495 /* pos2 = pos3 = 0xff if there is no integrated SCSI-subsystem present, but
1497 * completely sufficient to only check pos2 and pos3. */

Completed in 193 milliseconds