Lines Matching refs:physaddr
197 resource_size_t physaddr; member
987 (unsigned long long)ace->physaddr, ace->irq); in ace_setup()
996 ace->baseaddr = ioremap(ace->physaddr, 0x80); in ace_setup()
1079 (unsigned long long) ace->physaddr, ace->baseaddr, ace->irq); in ace_setup()
1100 (unsigned long long) ace->physaddr); in ace_setup()
1124 static int ace_alloc(struct device *dev, int id, resource_size_t physaddr, in ace_alloc() argument
1140 ace->physaddr = physaddr; in ace_alloc()
1179 resource_size_t physaddr; in ace_probe() local
1197 physaddr = res->start; in ace_probe()
1198 if (!physaddr) in ace_probe()
1204 return ace_alloc(&dev->dev, id, physaddr, irq, bus_width); in ace_probe()