Home
last modified time | relevance | path

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

/linux/drivers/vme/bridges/
A Dvme_ca91cx42.c339 unsigned int vme_bound, pci_offset; in ca91cx42_slave_set() local
379 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() local
460 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()
A Dvme_tsi148.c480 unsigned long long vme_bound, pci_offset; in tsi148_slave_set() local
518 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() local
649 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()
A Dvme_fake.c159 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()

Completed in 11 milliseconds