Lines Matching defs:address_high
1628 u32 address_high, address_low, val;
1679 reg_split((unsigned long long)pci_attr->address, &address_high,
1681 entry->descriptor.dsau = cpu_to_be32(address_high);
1688 reg_split((unsigned long long)vme_attr->address, &address_high,
1690 entry->descriptor.dsau = cpu_to_be32(address_high);
1716 reg_split((unsigned long long)pci_attr->address, &address_high,
1718 entry->descriptor.ddau = cpu_to_be32(address_high);
1725 reg_split((unsigned long long)vme_attr->address, &address_high,
1727 entry->descriptor.ddau = cpu_to_be32(address_high);
1762 reg_split((unsigned long long)entry->dma_handle, &address_high,
1766 prev->descriptor.dnlau = cpu_to_be32(address_high);