Searched refs:IOPIOR (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/include/linux/ |
D | sc26198.h | 101 #define IOPIOR 0x85 macro
|
/linux-2.6.39/drivers/staging/tty/ |
D | stallion.c | 3805 stl_sc26198updatereg(portp, IOPIOR, in stl_sc26198setport() 3806 ((stl_sc26198getreg(portp, IOPIOR) & ~IPR_CHANGEMASK) | iopr)); in stl_sc26198setport() 3855 stl_sc26198setreg(portp, IOPIOR, in stl_sc26198setsignals() 3856 ((stl_sc26198getreg(portp, IOPIOR) & ~iopioroff) | iopioron)); in stl_sc26198setsignals() 4036 stl_sc26198setreg(portp, IOPIOR, in stl_sc26198flowctrl() 4037 (stl_sc26198getreg(portp, IOPIOR) | IOPR_RTS)); in stl_sc26198flowctrl() 4053 stl_sc26198setreg(portp, IOPIOR, in stl_sc26198flowctrl() 4054 (stl_sc26198getreg(portp, IOPIOR) & ~IOPR_RTS)); in stl_sc26198flowctrl()
|