Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/
H A Dapplicom.c55 #define LEN_RAM_IO 0x800 macro
206 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()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds