Searched refs:S_INITIALIZED (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D68328serial.h65 #define S_INITIALIZED 0x80000000 /* Serial port was initialized */ macro
H A D68328serial.c426 if (info->flags & S_INITIALIZED)
467 info->flags |= S_INITIALIZED;
482 if (!(info->flags & S_INITIALIZED))
495 info->flags &= ~S_INITIALIZED;
1224 !(info->flags & S_INITIALIZED)) {

Completed in 48 milliseconds