Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5733
b: refs/heads/master
c: 311c462
h: refs/heads/master
i:
  5731: e47cd5c
v: v3
  • Loading branch information
Kumar Gala authored and Linus Torvalds committed Aug 9, 2005
1 parent a049267 commit 7e51cdf
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 66 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3077a260e9f316b611436b1506eec9cc5c4f8aa6
refs/heads/master: 311c46273f0e8b140d4cc68e13128cbc22114807
10 changes: 7 additions & 3 deletions trunk/drivers/serial/cpm_uart/cpm_uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,15 @@
#define TX_NUM_FIFO 4
#define TX_BUF_SIZE 32

#define SCC_WAIT_CLOSING 100

struct uart_cpm_port {
struct uart_port port;
u16 rx_nrfifos;
u16 rx_nrfifos;
u16 rx_fifosize;
u16 tx_nrfifos;
u16 tx_nrfifos;
u16 tx_fifosize;
smc_t *smcp;
smc_t *smcp;
smc_uart_t *smcup;
scc_t *sccp;
scc_uart_t *sccup;
Expand All @@ -67,6 +69,8 @@ struct uart_cpm_port {
int bits;
/* Keep track of 'odd' SMC2 wirings */
int is_portb;
/* wait on close if needed */
int wait_closing;
};

extern int cpm_uart_port_map[UART_NR];
Expand Down
Loading

0 comments on commit 7e51cdf

Please sign in to comment.