Searched refs:slotsize (Results 1 – 7 of 7) sorted by relevance
36 resource_size_t slotsize = tbus->info.slot_size << 20; in tc_bus_add_devices() local48 slotaddr = tbus->slot_base + slot * slotsize; in tc_bus_add_devices()50 module = ioremap(slotaddr, slotsize); in tc_bus_add_devices()118 if (devsize <= slotsize) { in tc_bus_add_devices()128 (long)(max(slotsize, extslotsize) >> 20)); in tc_bus_add_devices()
39 zorro_config_attr(slotsize, slotsize, "0x%04x\n");94 cd.cd_SlotSize = cpu_to_be16(z->slotsize); in zorro_read_config()
173 z->slotsize = zi->slotsize; in amiga_zorro_probe()
48 cd.cd_SlotSize = cpu_to_be16(z->slotsize); in proc_bus_zorro_read()
34 u16 slotsize; member79 u16 slotsize; member
180 dev->slotsize = be16_to_cpu(cd->cd_SlotSize); in amiga_parse_bootinfo()
2009 int slotsize = slot_bytes(fattrs); in alloc_session() local2019 slot = kzalloc(slotsize, GFP_KERNEL); in alloc_session()2025 slot = kzalloc(slotsize, gfp); in alloc_session()