Searched refs:vme_bound (Results 1 – 2 of 2) sorted by relevance
476 unsigned long long vme_bound, pci_offset; in tsi148_slave_set() local514 vme_bound = vme_base + size - granularity; in tsi148_slave_set()515 reg_split(vme_bound, &vme_bound_high, &vme_bound_low); in tsi148_slave_set()618 unsigned long long vme_bound, pci_offset; in tsi148_slave_get() local644 reg_join(vme_bound_high, vme_bound_low, &vme_bound); in tsi148_slave_get()674 *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()