Searched refs:aiop (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/tty/ |
D | rocket.c | 232 static unsigned char GetLineNumber(int ctrl, int aiop, int ch); 233 static unsigned char SetLineNumber(int ctrl, int aiop, int ch); 439 clear_bit((info->aiop * 8) + info->chan, (void *) &xmit_flags[info->board]); in rp_do_transmit() 467 clear_bit((info->aiop * 8) + info->chan, (void *) &xmit_flags[info->board]); in rp_do_transmit() 544 int ctrl, aiop, ch, line; in rp_do_poll() local 567 for (aiop = 0; CtlMask; aiop++) { in rp_do_poll() 568 bit = ctlp->AiopIntrBits[aiop]; in rp_do_poll() 571 AiopMask = sGetAiopIntStatus(ctlp, aiop); in rp_do_poll() 579 line = GetLineNumber(ctrl, aiop, ch); in rp_do_poll() 597 aiop = (i & 0x18) >> 3; in rp_do_poll() [all …]
|
D | rocket_int.h | 1132 unsigned int aiop:2; member
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | x_operr.S | 212 | and aiop and write the portion of the nan to memory for the 216 orl #opaop_mask,USER_FPSR(%a6) |set operr & aiop 223 | the operr and aiop bits, and clears inex and ainex, incorrectly 227 orl #opaop_mask,USER_FPSR(%a6) |set operr & aiop
|
D | res_func.S | 2002 fmovel #0,%FPSR |clear aiop
|