Home
last modified time | relevance | path

Searched refs:vme_bound (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/vme/bridges/
Dvme_ca91cx42.c343 unsigned int vme_bound, pci_offset; in ca91cx42_slave_set() local
383 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() local
464 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()
Dvme_tsi148.c484 unsigned long long vme_bound, pci_offset; in tsi148_slave_set() local
523 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() local
654 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()
Dvme_fake.c163 unsigned long long vme_bound; in fake_slave_set() local
199 vme_bound = vme_base + size - granularity; in fake_slave_set()
205 if (vme_bound & (granularity - 1)) { in fake_slave_set()