Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/
Drocket_int.h440 #define sControllerEOI(CTLP) sOutB((CTLP)->MReg2IO,(CTLP)->MReg2 | INT_STROB) argument
450 #define sPCIControllerEOI(CTLP) \ argument
452 if ((CTLP)->isUPCI) { \
453 Word_t w = sInW((CTLP)->PCIIO); \
454 sOutW((CTLP)->PCIIO, (w ^ PCI_INT_CTRL_AIOP)); \
455 sOutW((CTLP)->PCIIO, w); \
458 sOutW((CTLP)->PCIIO, PCI_STROB); \
469 #define sDisAiop(CTLP,AIOPNUM) \ argument
471 (CTLP)->MReg3 &= sBitMapClrTbl[AIOPNUM]; \
472 sOutB((CTLP)->MReg3IO,(CTLP)->MReg3); \
[all …]