Searched refs:aiop (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/char/ |
D | rocket.c | 484 int ctrl, aiop, ch, line; in rp_do_poll() local 506 for (aiop=0; CtlMask; CtlMask >>= 1, aiop++) { in rp_do_poll() 508 AiopMask= sGetAiopIntStatus(ctlp, aiop); in rp_do_poll() 512 (aiop << 3) | ch; in rp_do_poll() 571 static void init_r_port(int board, int aiop, int chan) in init_r_port() argument 578 line = (board << 5) | (aiop << 3) | chan; in init_r_port() 593 info->aiop = aiop; in init_r_port() 604 if (sInitChan(ctlp, &info->channel, aiop, chan) == 0) { in init_r_port() 606 board, aiop, chan); in init_r_port() 1907 int num_aiops, aiop, max_num_aiops, num_chan, chan; in register_PCI() local [all …]
|
D | rocket_int.h | 1119 int aiop:2; member
|
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | x_operr.S | 213 | and aiop and write the portion of the nan to memory for the 217 orl #opaop_mask,USER_FPSR(%a6) |set operr & aiop 224 | the operr and aiop bits, and clears inex and ainex, incorrectly 228 orl #opaop_mask,USER_FPSR(%a6) |set operr & aiop
|
D | res_func.S | 2003 fmovel #0,%FPSR |clear aiop
|