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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dsynclinkmp.c239 struct _synclinkmp_info *port_array[SCA_MAX_PORTS]; member in struct:_synclinkmp_info
2634 tmp = read_reg16(info->port_array[2], ISR0);
2637 timerstatus1 = read_reg(info->port_array[2], ISR2);
2650 if (info->port_array[i] == NULL)
2663 isr_rxrdy(info->port_array[i]);
2665 isr_txrdy(info->port_array[i]);
2667 isr_rxint(info->port_array[i]);
2669 isr_txint(info->port_array[i]);
2672 isr_rxdmaerror(info->port_array[i]);
2674 isr_rxdmaok(info->port_array[
3873 SLMP_INFO *port_array[SCA_MAX_PORTS]; local
[all...]
H A Dsynclink_gt.c265 struct slgt_info *port_array[SLGT_MAX_PORTS]; member in struct:slgt_info
2344 if (info->port_array[i] == NULL)
2347 isr_serial(info->port_array[i]);
2349 isr_rdma(info->port_array[i]);
2351 isr_tdma(info->port_array[i]);
2365 if (info->port_array[i] != NULL)
2366 isr_gpio(info->port_array[i], changed, state);
2372 struct slgt_info *port = info->port_array[i];
3468 struct slgt_info *port_array[SLGT_MAX_PORTS]; local
3479 port_array[
[all...]

Completed in 112 milliseconds