AIOPNUM 469 drivers/tty/rocket_int.h #define sDisAiop(CTLP,AIOPNUM) \ AIOPNUM 471 drivers/tty/rocket_int.h (CTLP)->MReg3 &= sBitMapClrTbl[AIOPNUM]; \ AIOPNUM 584 drivers/tty/rocket_int.h #define sEnAiop(CTLP,AIOPNUM) \ AIOPNUM 586 drivers/tty/rocket_int.h (CTLP)->MReg3 |= sBitMapSetTbl[AIOPNUM]; \ AIOPNUM 728 drivers/tty/rocket_int.h #define sGetAiopIntStatus(CTLP,AIOPNUM) sInB((CTLP)->AiopIntChanIO[AIOPNUM]) AIOPNUM 738 drivers/tty/rocket_int.h #define sGetAiopNumChan(CTLP,AIOPNUM) (CTLP)->AiopNumChan[AIOPNUM] AIOPNUM 907 drivers/tty/rocket_int.h #define sResetAiopByNum(CTLP,AIOPNUM) \ AIOPNUM 909 drivers/tty/rocket_int.h sOutB((CTLP)->AiopIO[(AIOPNUM)]+_CMD_REG,RESET_ALL); \ AIOPNUM 910 drivers/tty/rocket_int.h sOutB((CTLP)->AiopIO[(AIOPNUM)]+_CMD_REG,0x0); \