Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/vme/bridges/
Dvme_tsi148.c484 unsigned int vme_bound_low, vme_bound_high; in tsi148_slave_set() local
526 reg_split(vme_bound, &vme_bound_high, &vme_bound_low); in tsi148_slave_set()
534 if (vme_bound_low & (granularity - 1)) { in tsi148_slave_set()
558 iowrite32be(vme_bound_low, bridge->base + TSI148_LCSR_IT[i] + in tsi148_slave_set()
628 unsigned int vme_bound_low, vme_bound_high; in tsi148_slave_get() local
647 vme_bound_low = ioread32be(bridge->base + TSI148_LCSR_IT[i] + in tsi148_slave_get()
656 reg_join(vme_bound_high, vme_bound_low, &vme_bound); in tsi148_slave_get()