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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D68328serial.h65 #define S_INITIALIZED 0x80000000 /* Serial port was initialized */ macro
H A D68328serial.c402 if (info->flags & S_INITIALIZED)
443 info->flags |= S_INITIALIZED;
458 if (!(info->flags & S_INITIALIZED))
471 info->flags &= ~S_INITIALIZED;
1177 !(info->flags & S_INITIALIZED)) {

Completed in 31 milliseconds