Home
last modified time | relevance | path

Searched defs:edgeport_port (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/usb/serial/
Dio_edgeport.c338 struct edgeport_port { struct
339 __u16 txCredits; /* our current credits for this port */
340 __u16 maxTxCredits; /* the max size of the port */
342 struct TxFifo txfifo; /* transmit fifo -- size will be maxTxCredits */
343 struct urb *write_urb; /* write URB for this port */
344 char write_in_progress; /* TRUE while a write URB is outstanding */
346 __u8 shadowLCR; /* last LCR value received */
347 __u8 shadowMCR; /* last MCR value received */
348 __u8 shadowMSR; /* last MSR value received */
349 __u8 shadowLSR; /* last LSR value received */
[all …]
Dio_ti.c90 struct edgeport_port { struct
91 __u16 uart_base;
92 __u16 dma_address;
93 __u8 shadow_msr;
94 __u8 shadow_mcr;
95 __u8 shadow_lsr;
96 __u8 lsr_mask;
97 __u32 ump_read_timeout; /* Number of miliseconds the UMP will
100 int baud_rate;
101 int close_pending;
[all …]