Searched refs:vme_bound (Results 1 – 3 of 3) sorted by relevance
343 unsigned int vme_bound, pci_offset; in ca91cx42_slave_set() local383 vme_bound = vme_base + size; in ca91cx42_slave_set()396 if (vme_bound & (granularity - 1)) { in ca91cx42_slave_set()414 iowrite32(vme_bound, bridge->base + CA91CX42_VSI_BD[i]); in ca91cx42_slave_set()448 unsigned long long vme_bound, pci_offset; in ca91cx42_slave_get() local464 vme_bound = ioread32(bridge->base + CA91CX42_VSI_BD[i]); in ca91cx42_slave_get()468 *size = (unsigned long long)((vme_bound - *vme_base) + granularity); in ca91cx42_slave_get()
484 unsigned long long vme_bound, pci_offset; in tsi148_slave_set() local523 vme_bound = vme_base + size - granularity; in tsi148_slave_set()524 reg_split(vme_bound, &vme_bound_high, &vme_bound_low); in tsi148_slave_set()628 unsigned long long vme_bound, pci_offset; in tsi148_slave_get() local654 reg_join(vme_bound_high, vme_bound_low, &vme_bound); in tsi148_slave_get()684 *size = (unsigned long long)((vme_bound - *vme_base) + granularity); in tsi148_slave_get()
163 unsigned long long vme_bound; in fake_slave_set() local199 vme_bound = vme_base + size - granularity; in fake_slave_set()205 if (vme_bound & (granularity - 1)) { in fake_slave_set()