Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4/sys/
H A Dsudev.h356 #define ASY_PPS 0x00000004 macro
/titanic_41/usr/src/uts/sun4/io/
H A Dsu_driver.c1137 asy->asy_flags &= ~(ASY_PPS | ASY_PPS_EDGE); in asyclose()
2009 if (asy->asy_flags & ASY_PPS) in async_msint()
2939 if (asy->asy_flags & ASY_PPS) in async_ioctl()
2958 asy->asy_flags |= ASY_PPS; in async_ioctl()
2960 asy->asy_flags &= ~ASY_PPS; in async_ioctl()
2983 if ((asy->asy_flags & ASY_PPS) == 0) { in async_ioctl()
/titanic_41/usr/src/uts/common/sys/
H A Dasy.h404 #define ASY_PPS 0x00000004 macro
/titanic_41/usr/src/uts/common/io/
H A Dasy.c1796 asy->asy_flags &= ~(ASY_PPS | ASY_PPS_EDGE); in asyclose()
2600 if (asy->asy_flags & ASY_PPS) in async_msint()
3442 if (asy->asy_flags & ASY_PPS) in async_ioctl()
3461 asy->asy_flags |= ASY_PPS; in async_ioctl()
3463 asy->asy_flags &= ~ASY_PPS; in async_ioctl()
3487 if ((asy->asy_flags & ASY_PPS) == 0) { in async_ioctl()