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()
1055 (unsigned long long) ace->physaddr, ace->baseaddr, ace->irq); in ace_setup()
1073 (unsigned long long) ace->physaddr); in ace_setup()
1095 static int ace_alloc(struct device *dev, int id, resource_size_t physaddr, in ace_alloc() argument
1102 if (!physaddr) { in ace_alloc()
1116 ace->physaddr = physaddr; in ace_alloc()
1155 resource_size_t physaddr = 0; in ace_probe() local
1171 physaddr = dev->resource[i].start; in ace_probe()
1177 return ace_alloc(&dev->dev, id, physaddr, irq, bus_width); in ace_probe()