Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dgdth.c4822 static int __init gdth_eisa_probe_one(u16 eisa_slot) in gdth_eisa_probe_one() argument
4829 if (!gdth_search_eisa(eisa_slot)) in gdth_eisa_probe_one()
4838 if (!gdth_init_eisa(eisa_slot,ha)) in gdth_eisa_probe_one()
4843 eisa_slot >> 12, ha->irq); in gdth_eisa_probe_one()
5184 u16 eisa_slot; in gdth_init() local
5185 for (eisa_slot = 0x1000; eisa_slot <= 0x8000; in gdth_init()
5186 eisa_slot += 0x1000) in gdth_init()
5187 gdth_eisa_probe_one(eisa_slot); in gdth_init()