Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dpata_legacy.c29 #define NR_HOST 6 macro
92 static int legacy_port[NR_HOST] = { 0x1f0, 0x170, 0x1e8, 0x168, 0x1e0, 0x160 };
94 static struct legacy_probe probe_list[NR_HOST];
95 static struct legacy_data legacy_data[NR_HOST];
96 static struct ata_host *legacy_host[NR_HOST];
120 for (i = 0; i < NR_HOST; i++) { in legacy_probe_add()
404 for (i = 0; i < NR_HOST; i++, pl++) { in legacy_init()
422 for (i = 0; i < NR_HOST; i++) { in legacy_exit()