Searched refs:aiop (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/drivers/tty/ |
| D | rocket.c | 219 static unsigned char GetLineNumber(int ctrl, int aiop, int ch); 220 static unsigned char SetLineNumber(int ctrl, int aiop, int ch); 426 clear_bit((info->aiop * 8) + info->chan, (void *) &xmit_flags[info->board]); in rp_do_transmit() 454 clear_bit((info->aiop * 8) + info->chan, (void *) &xmit_flags[info->board]); in rp_do_transmit() 531 int ctrl, aiop, ch, line; in rp_do_poll() local 554 for (aiop = 0; CtlMask; aiop++) { in rp_do_poll() 555 bit = ctlp->AiopIntrBits[aiop]; in rp_do_poll() 558 AiopMask = sGetAiopIntStatus(ctlp, aiop); in rp_do_poll() 566 line = GetLineNumber(ctrl, aiop, ch); in rp_do_poll() 584 aiop = (i & 0x18) >> 3; in rp_do_poll() [all …]
|
| D | rocket_int.h | 1133 unsigned int aiop:2; member
|
| /Linux-v4.19/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
|