Searched refs:POS (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/arch/i386/math-emu/ |
D | reg_constant.c | 23 FPU_REG const CONST_1 = MAKE_REG(POS, 0, 0x00000000, 0x80000000); 24 FPU_REG const CONST_2 = MAKE_REG(POS, 1, 0x00000000, 0x80000000); 25 FPU_REG const CONST_HALF = MAKE_REG(POS, -1, 0x00000000, 0x80000000); 26 FPU_REG const CONST_L2T = MAKE_REG(POS, 1, 0xcd1b8afe, 0xd49a784b); 27 FPU_REG const CONST_L2E = MAKE_REG(POS, 0, 0x5c17f0bc, 0xb8aa3b29); 28 FPU_REG const CONST_PI = MAKE_REG(POS, 1, 0x2168c235, 0xc90fdaa2); 29 FPU_REG const CONST_PI2 = MAKE_REG(POS, 0, 0x2168c235, 0xc90fdaa2); 30 FPU_REG const CONST_PI4 = MAKE_REG(POS, -1, 0x2168c235, 0xc90fdaa2); 31 FPU_REG const CONST_LG2 = MAKE_REG(POS, -2, 0xfbcff799, 0x9a209a84); 32 FPU_REG const CONST_LN2 = MAKE_REG(POS, -1, 0xd1cf79ac, 0xb17217f7); [all …]
|
/linux-2.4.37.9/drivers/net/ |
D | 3c527.c | 285 u8 POS; in mc32_probe1() local 325 POS = mca_read_stored_pos(slot, 2); in mc32_probe1() 327 if(!(POS&1)) in mc32_probe1() 334 dev->base_addr = mca_io_bases[(POS>>1)&7]; in mc32_probe1() 335 dev->mem_start = mca_mem_bases[(POS>>4)&7]; in mc32_probe1() 337 POS = mca_read_stored_pos(slot, 4); in mc32_probe1() 338 if(!(POS&1)) in mc32_probe1() 344 POS = mca_read_stored_pos(slot, 5); in mc32_probe1() 346 i=(POS>>4)&3; in mc32_probe1() 358 dev->irq = ((POS>>2)&3)+9; in mc32_probe1() [all …]
|
D | ne2.c | 307 unsigned char POS; in ne2_probe1() local 319 POS = mca_read_stored_pos(slot, 2); in ne2_probe1() 320 if(!(POS % 2)) { in ne2_probe1() 328 base_addr = dlink_addresses[(POS >> 5) & 0x03]; in ne2_probe1() 329 irq = dlink_irqs[(POS >> 2) & 0x07]; in ne2_probe1() 332 i = (POS & 0xE)>>1; in ne2_probe1() 337 irq = irqs[(POS & 0x60)>>5]; in ne2_probe1() 344 printk("POS info : pos 2 = %#x ; base = %#x ; irq = %ld\n", POS, in ne2_probe1()
|
/linux-2.4.37.9/Documentation/ |
D | mca.txt | 34 /* read the POS registers. Most devices only use 2 and 3 */ 50 Keep in mind that devices should never directly access the POS registers 53 Furthermore, accessing a POS register disables a device temporarily. 55 During initial configuration, mca_init() reads all the POS registers 57 and mca_write_pos() are also available for (safer) direct POS access, 97 /proc/mca/pos Straight listing of POS registers 290 POS: ff 8e f1 fc a0 ff ff ff 299 POS: 1f 0f 81 3b bf b6 ff ff 306 POS: db 8f 1d 5e fd c0 00 00 313 POS: 42 60 ff 08 ff ff ff ff
|
/linux-2.4.37.9/drivers/scsi/ |
D | README.ibmmca | 98 PS/2 machines, the POS registers of slot 10 are set to 0xff or 0x00 if not 102 If POS-register 2 and 3 are not 0x00 and not 0xff, but all other POS 106 the MCA-bus. To get this, the first two POS-registers, that represent the 843 4) Several machines use the SCSI: POS registers for internal/undocumented 845 models 9595, as it expected no onboard SCSI only, if all POS in
|