Home
last modified time | relevance | path

Searched refs:CTLP (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/tty/
Drocket_int.h439 #define sControllerEOI(CTLP) sOutB((CTLP)->MReg2IO,(CTLP)->MReg2 | INT_STROB) argument
449 #define sPCIControllerEOI(CTLP) \ argument
451 if ((CTLP)->isUPCI) { \
452 Word_t w = sInW((CTLP)->PCIIO); \
453 sOutW((CTLP)->PCIIO, (w ^ PCI_INT_CTRL_AIOP)); \
454 sOutW((CTLP)->PCIIO, w); \
457 sOutW((CTLP)->PCIIO, PCI_STROB); \
468 #define sDisAiop(CTLP,AIOPNUM) \ argument
470 (CTLP)->MReg3 &= sBitMapClrTbl[AIOPNUM]; \
471 sOutB((CTLP)->MReg3IO,(CTLP)->MReg3); \
[all …]