Searched refs:slotsize (Results 1 - 3 of 3) sorted by relevance

/drivers/zorro/
H A Dzorro-sysfs.c38 zorro_config_attr(slotsize, slotsize, "0x%04x\n");
64 cd.cd_SlotSize = z->slotsize;
H A Dproc.c67 cd.cd_SlotSize = z->slotsize;
/drivers/tc/
H A Dtc.c35 resource_size_t slotsize = tbus->info.slot_size << 20; local
47 slotaddr = tbus->slot_base + slot * slotsize;
49 module = ioremap_nocache(slotaddr, slotsize);
113 if (devsize <= slotsize) {
123 max(slotsize, extslotsize) >> 20);

Completed in 63 milliseconds