Searched refs:vme_bound (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/vme/bridges/ |
H A D | vme_ca91cx42.c | 339 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()
|
H A D | vme_tsi148.c | 480 unsigned long long vme_bound, pci_offset; in tsi148_slave_set() local 519 vme_bound = vme_base + size - granularity; in tsi148_slave_set() 520 reg_split(vme_bound, &vme_bound_high, &vme_bound_low); in tsi148_slave_set() 624 unsigned long long vme_bound, pci_offset; in tsi148_slave_get() local 650 reg_join(vme_bound_high, vme_bound_low, &vme_bound); in tsi148_slave_get() 680 *size = (unsigned long long)((vme_bound - *vme_base) + granularity); in tsi148_slave_get()
|
H A D | vme_fake.c | 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()
|
/kernel/linux/linux-6.6/drivers/staging/vme_user/ |
H A D | vme_tsi148.c | 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()
|
H A D | vme_fake.c | 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()
|
Completed in 14 milliseconds