HomeSort by: relevance | last modified time | path
    Searched refs:PORT_PWR_STANDBY (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc/sparc/
auxiotwo.c 95 serial_power = PORT_PWR_STANDBY;
129 if (serial_refcount == 1 && serial_power == PORT_PWR_STANDBY)
135 if (!serial_refcount && serial_power == PORT_PWR_STANDBY)
152 (serial_power == PORT_PWR_STANDBY && !serial_refcount))
157 case PORT_PWR_STANDBY:
163 serial_power = PORT_PWR_STANDBY;
169 (serial_power == PORT_PWR_STANDBY && serial_refcount))
  /src/sys/arch/sparc/include/
tctrl.h 55 #define PORT_PWR_STANDBY 0x01 /* On when open */

Completed in 10 milliseconds