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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dbig_sur_ge.c1135 static option_map option_table[] = { variable
1157 #define BIG_SUR_GE_NUM_OPTIONS (sizeof(option_table) / sizeof(option_map))
1172 if (option_flag & option_table[index].option)
1173 reg_data |= option_table[index].mask;
1175 reg_data &= ~(option_table[index].mask);
1200 if (option_flag & option_table[index].option)
1201 reg_data |= option_table[index].mask;

Completed in 54 milliseconds