Searched refs:UDRN (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/char/
H A Dsynclinkmp.c424 #define UDRN BIT7 macro
2249 if (status & UDRN) {
2257 info->ie1_value &= ~(IDLE + UDRN);
2259 write_reg(info, SR1, (unsigned char)(UDRN + IDLE));
2263 if (status & UDRN)
2301 unsigned char status = read_reg(info, SR1) & info->ie1_value & (UDRN + IDLE + CCTS);
2310 if (status & (UDRN + IDLE))
3005 info->ie1_value &= ~UDRN;
3008 write_reg(info, SR1, (unsigned char)(IDLE + UDRN)); /* clear pending */
4250 info->ie1_value |= UDRN;
[all...]

Completed in 108 milliseconds