Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dsc26198.h101 #define IOPIOR 0x85 macro
/linux-2.6.39/drivers/staging/tty/
Dstallion.c3805 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()