Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/
H A Dapplicom.c55 #define LEN_RAM_IO 0x800 macro
205 RamIO = ioremap(pci_resource_start(dev, 0), LEN_RAM_IO); in applicom_init()
261 RamIO = ioremap(mem + (LEN_RAM_IO * i), LEN_RAM_IO); in applicom_init()
268 if (!(boardno = ac_register_board((unsigned long)mem+ (LEN_RAM_IO*i), in applicom_init()
274 printk(KERN_NOTICE "Applicom ISA card found at mem 0x%lx, irq %d\n", mem + (LEN_RAM_IO*i), irq); in applicom_init()