Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/acpica/
H A Dosl.c799 #define OSL_IO_WRITE (1<<1) macro
800 #define OSL_IO_RW (OSL_IO_READ | OSL_IO_WRITE)
873 if (p && (p->perm & OSL_IO_WRITE) == 0) { in AcpiOsWritePort()