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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D68360serial.c56 /* this defines the index into rs_table for the port to use
152 static struct serial_state rs_table[] = { variable in typeref:struct:serial_state
166 #define NR_PORTS (sizeof(rs_table)/sizeof(struct serial_state))
775 if ((state - rs_table) != CONFIG_SERIAL_CONSOLE_PORT)
788 if ((state - rs_table) != CONFIG_SERIAL_CONSOLE_PORT)
935 m360_cpm_setbrg((state - rs_table), baud_rate);
1823 sstate = rs_table + line;
1973 len += line_info(page + len, &rs_table[i]);
2031 ser = rs_table + idx;
2175 ser = rs_table
[all...]
H A Dcrisv10.c238 static struct e100_serial rs_table[] = { variable in typeref:struct:e100_serial
460 #define NR_PORTS (sizeof(rs_table)/sizeof(struct e100_serial))
2001 /* find out the line that caused this irq and get it from rs_table */
2006 info = rs_table + i;
2048 /* find out the line that caused this irq and get it from rs_table */
2053 info = rs_table + i;
2199 info = rs_table + i;
2619 info = rs_table;
2663 info = rs_table;
4112 info = rs_table
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Damiserial.c114 static struct serial_state rs_table[1]; variable in typeref:struct:serial_state
116 #define NR_PORTS ARRAY_SIZE(rs_table)
1725 sstate = rs_table + line;
1892 line_info(m, &rs_table[0]);
1988 state = rs_table;
2064 rs_table[0].info = NULL;
2067 free_irq(IRQ_AMIGA_TBE, rs_table);
2068 free_irq(IRQ_AMIGA_RBF, rs_table);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/hp/sim/
H A Dsimserial.c73 static struct serial_state rs_table[NR_PORTS]={ variable in typeref:struct:serial_state
637 sstate = rs_table + line;
853 line_info(m, &rs_table[i]);
946 for (i = 0, state = rs_table; i < NR_PORTS; i++,state++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn-rs.c795 tx_rate = le32_to_cpu(table->rs_table[0].rate_n_flags);
861 tx_rate = le32_to_cpu(table->rs_table[0].rate_n_flags);
886 tx_rate = le32_to_cpu(table->rs_table[i].rate_n_flags);
2612 lq_cmd->rs_table[index].rate_n_flags = cpu_to_le32(new_rate);
2647 lq_cmd->rs_table[index].rate_n_flags =
2688 lq_cmd->rs_table[index].rate_n_flags = cpu_to_le32(new_rate);
2854 le32_to_cpu(lq_sta->lq.rs_table[i].rate_n_flags));
2857 i, le32_to_cpu(lq_sta->lq.rs_table[i].rate_n_flags),
2861 i, le32_to_cpu(lq_sta->lq.rs_table[i].rate_n_flags),
H A Diwl-sta.c394 link_cmd->rs_table[i].rate_n_flags =
1121 i, lq->rs_table[i].rate_n_flags);
1153 if (le32_to_cpu(lq->rs_table[i].rate_n_flags) & RATE_MCS_HT_MSK) {
H A Diwl-commands.h2084 * rs_table[LINK_QUAL_MAX_RETRY_NUM] rate table at which to start.
2155 * formula to fill the rs_table[LINK_QUAL_MAX_RETRY_NUM] rate table in the
2337 } rs_table[LINK_QUAL_MAX_RETRY_NUM]; member in struct:iwl_link_quality_cmd

Completed in 217 milliseconds