Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/vme_user/
Dvme_tsi148.c473 unsigned int vme_bound_low, vme_bound_high; in tsi148_slave_set() local
514 reg_split(vme_bound, &vme_bound_high, &vme_bound_low); in tsi148_slave_set()
522 if (vme_bound_low & (granularity - 1)) { in tsi148_slave_set()
545 iowrite32be(vme_bound_low, bridge->base + TSI148_LCSR_IT[i] + in tsi148_slave_set()
615 unsigned int vme_bound_low, vme_bound_high; in tsi148_slave_get() local
634 vme_bound_low = ioread32be(bridge->base + TSI148_LCSR_IT[i] + in tsi148_slave_get()
643 reg_join(vme_bound_high, vme_bound_low, &vme_bound); in tsi148_slave_get()