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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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 88 milliseconds