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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpata_winbond.c21 #define NR_HOST 4 /* Two winbond controllers, two channels each */ macro
28 static struct ata_host *winbond_host[NR_HOST];
29 static struct winbond_data winbond_data[NR_HOST];
H A Dpata_qdi.c31 #define NR_HOST 4 /* Two 6580s */ macro
42 static struct ata_host *qdi_host[NR_HOST];
43 static struct qdi_data qdi_data[NR_HOST];
H A Dpata_legacy.c69 #define NR_HOST 6 macro
71 static int legacy_port[NR_HOST] = { 0x1f0, 0x170, 0x1e8, 0x168, 0x1e0, 0x160 };
72 static int legacy_irq[NR_HOST] = { 14, 15, 11, 10, 8, 12 };
83 static struct legacy_data legacy_data[NR_HOST];
84 static struct ata_host *legacy_host[NR_HOST];
863 int last_port = NR_HOST;

Completed in 60 milliseconds