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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dmux.c476 int port_count = get_mux_port_count(dev); local
477 printk(KERN_INFO "Serial mux driver (%d ports) Revision: 0.6\n", port_count);
479 dev_set_drvdata(&dev->dev, (void *)(long)port_count);
481 port_count * MUX_LINE_OFFSET, "Mux");
493 for(i = 0; i < port_count; ++i, ++port_cnt) {
526 int port_count = (long)dev_get_drvdata(&dev->dev); local
533 BUG_ON(i + port_count > port_cnt);
536 for(j = 0; j < port_count; ++j, ++i) {
544 release_mem_region(dev->hpa.start + MUX_OFFSET, port_count * MUX_LINE_OFFSET);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-topology.c96 static struct fw_node *fw_node_create(u32 sid, int port_count, int color) argument
100 node = kzalloc(sizeof(*node) + port_count * sizeof(node->ports[0]),
109 node->port_count = port_count;
137 for (i = 0; i < node->port_count; i++) {
174 int i, port_count, child_port_count, phy_id, parent_count, stack_depth; local
188 next_sid = count_ports(sid, &port_count, &child_port_count);
215 node = fw_node_create(q, port_count, card->color);
234 for (i = 0; i < port_count; i++) {
323 for (i = 0; i < node->port_count;
[all...]
H A Dfw-topology.h44 u8 port_count; member in struct:fw_node
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Disicom.c191 unsigned char port_count; member in struct:isi_board
435 count = isi_card[card].port_count;
561 if (channel + 1 > card->port_count) {
563 "%d(channel) > port_count.\n", base, channel+1);
817 for (channel = 0; channel < bp->port_count; channel++, port++)
959 if (line > ((board * 16) + card->port_count - 1))
1561 board->port_count = (portcount == 4) ? 4 : 8;
1566 board->port_count = 16;
1802 for (index = 0; index < board->port_count; index++)
1824 for (i = 0; i < board->port_count;
[all...]
H A Dsynclink_gt.c260 int port_count; /* count of ports on adapter */ member in struct:slgt_info
2343 for(i=0; i < info->port_count ; i++) {
2364 for (i=0 ; i < info->port_count ; i++) {
2371 for(i=0; i < info->port_count ; i++) {
3470 int port_count = 1; local
3473 port_count = 2;
3475 port_count = 4;
3478 for (i=0; i < port_count; ++i) {
3488 for (i=0; i < port_count; ++i) {
3491 port_array[i]->port_count
[all...]
H A Dsynclinkmp.c235 int port_count; member in struct:_synclinkmp_info
2632 if (info->port_count == 4) {
2649 for(i=0; i < info->port_count ; i++) {
2691 for(i=0; i < info->port_count ; i++) {
5352 info->port_array[0]->port_count = 0;
5357 info->port_array[0]->port_count = 2;
5361 info->port_array[0]->port_count += 2;
5371 (info->port_count == 4 && !irq_test(info->port_array[2])) ||
5372 (info->port_count == 4 && !irq_test(info->port_array[3]))) {
5380 (info->port_count
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/megaraid/
H A Dmegaraid_sas.h312 u8 port_count; member in struct:megasas_ctrl_info::__anon6811
328 u8 port_count; member in struct:megasas_ctrl_info::__anon6812

Completed in 64 milliseconds