Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dgdth.c4820 static int __init gdth_eisa_probe_one(u16 eisa_slot) in gdth_eisa_probe_one() argument
4827 if (!gdth_search_eisa(eisa_slot)) in gdth_eisa_probe_one()
4836 if (!gdth_init_eisa(eisa_slot,ha)) in gdth_eisa_probe_one()
4841 eisa_slot >> 12, ha->irq); in gdth_eisa_probe_one()
5182 u16 eisa_slot; in gdth_init() local
5183 for (eisa_slot = 0x1000; eisa_slot <= 0x8000; in gdth_init()
5184 eisa_slot += 0x1000) in gdth_init()
5185 gdth_eisa_probe_one(eisa_slot); in gdth_init()