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

  /src/sys/arch/sparc/sparc/
auxiotwo.c 55 static int serial_power; variable in typeref:typename:int
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)
151 if (serial_power == PORT_PWR_OFF ||
152 (serial_power == PORT_PWR_STANDBY && !serial_refcount))
154 serial_power = PORT_PWR_ON;
159 if (serial_power == PORT_PWR_ON && !serial_refcount)
161 if (serial_power == PORT_PWR_OFF && serial_refcount)
163 serial_power = PORT_PWR_STANDBY
    [all...]
auxiotwo.c 55 static int serial_power; variable in typeref:typename:int
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)
151 if (serial_power == PORT_PWR_OFF ||
152 (serial_power == PORT_PWR_STANDBY && !serial_refcount))
154 serial_power = PORT_PWR_ON;
159 if (serial_power == PORT_PWR_ON && !serial_refcount)
161 if (serial_power == PORT_PWR_OFF && serial_refcount)
163 serial_power = PORT_PWR_STANDBY
    [all...]

Completed in 25 milliseconds