Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dpata_legacy.c62 #define NR_HOST 6 macro
171 static int legacy_port[NR_HOST] = { 0x1f0, 0x170, 0x1e8, 0x168, 0x1e0, 0x160 };
173 static struct legacy_probe probe_list[NR_HOST];
174 static struct legacy_data legacy_data[NR_HOST];
175 static struct ata_host *legacy_host[NR_HOST];
199 for (i = 0; i < NR_HOST; i++) { in legacy_probe_add()
1259 for (i = 0; i < NR_HOST; i++, pl++) { in legacy_init()
1277 for (i = 0; i < NR_HOST; i++) { in legacy_exit()