Searched refs:vme_bound (Results 1 – 2 of 2) sorted by relevance
475 unsigned long long vme_bound, pci_offset; in tsi148_slave_set() local 513 vme_bound = vme_base + size - granularity; in tsi148_slave_set() 514 reg_split(vme_bound, &vme_bound_high, &vme_bound_low); in tsi148_slave_set() 617 unsigned long long vme_bound, pci_offset; in tsi148_slave_get() local 643 reg_join(vme_bound_high, vme_bound_low, &vme_bound); in tsi148_slave_get() 673 *size = (unsigned long long)((vme_bound - *vme_base) + granularity); in tsi148_slave_get()
159 unsigned long long vme_bound; in fake_slave_set() local 195 vme_bound = vme_base + size - granularity; in fake_slave_set() 201 if (vme_bound & (granularity - 1)) { in fake_slave_set()