Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/generic_serial/rio/
Driotty.c242 if (!(PortP->State & (RIO_LOPEN | RIO_MOPEN))) { in riotopen()
424 if ((PortP->State & (RIO_LOPEN | RIO_MOPEN))) { in riotclose()
471 if ((PortP->State & (RIO_LOPEN | RIO_MOPEN))) { in riotclose()
Dport.h48 #define RIO_LOPEN 0x00001 /* Local open */ macro
Drioroute.c382 if (PortP->State & (RIO_MOPEN | RIO_LOPEN)) { in RIORouteRup()
392 if (PortP->State & (RIO_MOPEN | RIO_LOPEN)) { in RIORouteRup()
Driotable.c510 if (PortP->State & (RIO_MOPEN | RIO_LOPEN)) { in RIODeleteRta()
Drioctrl.c416 if (!(PortP->State & (RIO_LOPEN | RIO_MOPEN))) { in riocontrol()