Searched refs:vme_bound (Results 1 – 3 of 3) sorted by relevance
339 unsigned int vme_bound, pci_offset; in ca91cx42_slave_set() local379 vme_bound = vme_base + size; in ca91cx42_slave_set()392 if (vme_bound & (granularity - 1)) { in ca91cx42_slave_set()410 iowrite32(vme_bound, bridge->base + CA91CX42_VSI_BD[i]); in ca91cx42_slave_set()444 unsigned long long vme_bound, pci_offset; in ca91cx42_slave_get() local460 vme_bound = ioread32(bridge->base + CA91CX42_VSI_BD[i]); in ca91cx42_slave_get()464 *size = (unsigned long long)((vme_bound - *vme_base) + granularity); in ca91cx42_slave_get()
480 unsigned long long vme_bound, pci_offset; in tsi148_slave_set() local518 vme_bound = vme_base + size - granularity; in tsi148_slave_set()519 reg_split(vme_bound, &vme_bound_high, &vme_bound_low); in tsi148_slave_set()623 unsigned long long vme_bound, pci_offset; in tsi148_slave_get() local649 reg_join(vme_bound_high, vme_bound_low, &vme_bound); in tsi148_slave_get()679 *size = (unsigned long long)((vme_bound - *vme_base) + granularity); in tsi148_slave_get()
159 unsigned long long vme_bound; in fake_slave_set() local195 vme_bound = vme_base + size - granularity; in fake_slave_set()201 if (vme_bound & (granularity - 1)) { in fake_slave_set()
Completed in 11 milliseconds