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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/
H A Dsser_defs.h215 unsigned int trdy : 1; member in struct:__anon8630
231 unsigned int trdy : 1; member in struct:__anon8631
247 unsigned int trdy : 1; member in struct:__anon8632
262 unsigned int trdy : 1; member in struct:__anon8633
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Ddz.c660 unsigned short csr, tcr, trdy, mask; local
674 trdy = dz_in(dport, DZ_CSR);
675 if (!(trdy & DZ_TRDY))
677 trdy = (trdy & DZ_TLINE) >> 8;
678 if (trdy == dport->port.line)
680 mask &= ~(1 << trdy);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dsync_serial.c877 intr_mask.trdy = 1;
901 intr_mask.trdy = 1;
1263 if (masked.trdy) /* Transmitter ready? */
1272 intr_mask.trdy = 0;

Completed in 111 milliseconds