Searched refs:aiop (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | rocket.c | 210 * array keeps track of the line number assigned to a given board/aiop/channel. 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() 606 init_r_port(int board, int aiop, int chan, struct pci_dev *pci_dev) init_r_port() argument 1888 int num_aiops, aiop, max_num_aiops, chan; register_PCI() local 2208 int aiop, chan; init_ISA() local 3113 GetLineNumber(int ctrl, int aiop, int ch) GetLineNumber() argument 3123 SetLineNumber(int ctrl, int aiop, int ch) SetLineNumber() argument [all...] |
H A D | rocket_int.h | 248 #define PCI_STROB 0x2000 /* bit 13 of int aiop register */ 1133 unsigned int aiop:2; member
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A 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
|
H A D | res_func.S | 1654 | ;set operr/aiop (no inex2 on int ovfl) 2002 fmovel #0,%FPSR |clear aiop
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A 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
|
H A D | res_func.S | 1654 | ;set operr/aiop (no inex2 on int ovfl) 2002 fmovel #0,%FPSR |clear aiop
|
Completed in 13 milliseconds