Lines Matching refs:physaddr
197 resource_size_t physaddr; member
988 (unsigned long long)ace->physaddr, ace->irq); in ace_setup()
997 ace->baseaddr = ioremap(ace->physaddr, 0x80); in ace_setup()
1080 (unsigned long long) ace->physaddr, ace->baseaddr, ace->irq); in ace_setup()
1101 (unsigned long long) ace->physaddr); in ace_setup()
1125 static int ace_alloc(struct device *dev, int id, resource_size_t physaddr, in ace_alloc() argument
1132 if (!physaddr) { in ace_alloc()
1146 ace->physaddr = physaddr; in ace_alloc()
1185 resource_size_t physaddr = 0; in ace_probe() local
1201 physaddr = dev->resource[i].start; in ace_probe()
1207 return ace_alloc(&dev->dev, id, physaddr, irq, bus_width); in ace_probe()