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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dsunzilog.c90 #define SUNZILOG_FLAG_TX_ACTIVE 0x00000100 macro
118 #define ZS_TX_ACTIVE(UP) ((UP)->flags & SUNZILOG_FLAG_TX_ACTIVE)
483 up->flags &= ~SUNZILOG_FLAG_TX_ACTIVE;
496 up->flags |= SUNZILOG_FLAG_TX_ACTIVE;
515 up->flags |= SUNZILOG_FLAG_TX_ACTIVE;
689 up->flags |= SUNZILOG_FLAG_TX_ACTIVE;

Completed in 35 milliseconds