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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dgen550_dbg.c34 static struct serial_state rs_table[RS_TABLE_SIZE] = { variable in typeref:struct:serial_state
71 switch (rs_table[chan].io_type) {
73 com_port = rs_table[chan].port;
78 com_port = (unsigned long)rs_table[chan].iomem_base;
88 shift = rs_table[chan].iomem_reg_shift;
110 (rs_table[chan].baud_base / SERIAL_BAUD) & 0xFF);
112 (rs_table[chan].baud_base / SERIAL_BAUD) >> 8);
155 rs_table[i].io_type = serial_req->iotype;
156 rs_table[i].port = serial_req->iobase;
157 rs_table[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/common/
H A Dns16550.c20 static struct serial_state rs_table[RS_TABLE_SIZE] = { variable in typeref:struct:serial_state
34 switch (rs_table[chan].io_type) {
36 com_port = rs_table[chan].port;
39 com_port = (unsigned long)rs_table[chan].iomem_base;
47 shift = rs_table[chan].iomem_reg_shift;
49 base_baud = rs_table[chan].baud_base;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/philips/pnx8550/common/
H A Dgdb_hook.c36 static struct serial_state rs_table[IP3106_NR_PORTS] = { variable in typeref:struct:serial_state
42 struct serial_state *ser = &rs_table[tty_no];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mips-boards/generic/
H A Dgdb_hook.c28 static struct serial_state rs_table[] = { variable in typeref:struct:serial_state
50 struct serial_state *ser = &rs_table[tty_no];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D68360serial.c55 /* this defines the index into rs_table for the port to use
151 static struct serial_state rs_table[] = { variable in typeref:struct:serial_state
165 #define NR_PORTS (sizeof(rs_table)/sizeof(struct serial_state))
774 if ((state - rs_table) != CONFIG_SERIAL_CONSOLE_PORT)
787 if ((state - rs_table) != CONFIG_SERIAL_CONSOLE_PORT)
936 m360_cpm_setbrg((state - rs_table), baud_rate);
1840 sstate = rs_table + line;
1990 len += line_info(page + len, &rs_table[i]);
2048 ser = rs_table + idx;
2192 ser = rs_table
[all...]
H A Dcrisv10.c212 * serial.c - corrected the initialization of rs_table, the wrong defines
667 static struct e100_serial rs_table[] = { variable in typeref:struct:e100_serial
808 #define NR_PORTS (sizeof(rs_table)/sizeof(struct e100_serial))
2366 /* find out the line that caused this irq and get it from rs_table */
2371 info = rs_table + i;
2413 /* find out the line that caused this irq and get it from rs_table */
2418 info = rs_table + i;
2621 info = rs_table + i;
3057 info = rs_table;
3101 info = rs_table;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/hp/sim/
H A Dsimserial.c76 static struct serial_state rs_table[NR_PORTS]={ variable in typeref:struct:serial_state
665 sstate = rs_table + line;
883 l = line_info(page + len, &rs_table[i]);
977 for (i = 0, state = rs_table; i < NR_PORTS; i++,state++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Damiserial.c111 static struct serial_state rs_table[1]; variable in typeref:struct:serial_state
113 #define NR_PORTS ARRAY_SIZE(rs_table)
1712 sstate = rs_table + line;
1888 l = line_info(page + len, &rs_table[0]);
1991 state = rs_table;
2041 struct async_struct *info = rs_table[0].info;
2051 rs_table[0].info = NULL;

Completed in 200 milliseconds