Lines Matching refs:physaddr
200 resource_size_t physaddr; member
971 (unsigned long long)ace->physaddr, ace->irq); in ace_setup()
979 ace->baseaddr = ioremap(ace->physaddr, 0x80); in ace_setup()
1054 (unsigned long long) ace->physaddr, ace->baseaddr, ace->irq); in ace_setup()
1072 (unsigned long long) ace->physaddr); in ace_setup()
1094 static int ace_alloc(struct device *dev, int id, resource_size_t physaddr, in ace_alloc() argument
1101 if (!physaddr) { in ace_alloc()
1115 ace->physaddr = physaddr; in ace_alloc()
1154 resource_size_t physaddr = 0; in ace_probe() local
1170 physaddr = dev->resource[i].start; in ace_probe()
1176 return ace_alloc(&dev->dev, id, physaddr, irq, bus_width); in ace_probe()