Searched refs:NR_HOST (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | pata_legacy.c | 62 #define NR_HOST 6 macro 112 static int legacy_port[NR_HOST] = { 0x1f0, 0x170, 0x1e8, 0x168, 0x1e0, 0x160 }; 114 static struct legacy_probe probe_list[NR_HOST]; 115 static struct legacy_data legacy_data[NR_HOST]; 116 static struct ata_host *legacy_host[NR_HOST]; 166 for (i = 0; i < NR_HOST; i++) { in legacy_probe_add() 1224 for (i = 0; i < NR_HOST; i++, pl++) { in legacy_init()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | pata_legacy.c | 62 #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]; 201 for (i = 0; i < NR_HOST; i++) { in legacy_probe_add() 1261 for (i = 0; i < NR_HOST; i++, pl++) { in legacy_init()
|
Completed in 4 milliseconds