Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/vme_user/
H A 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()
543 iowrite32be(vme_bound_high, bridge->base + TSI148_LCSR_IT[i] + in tsi148_slave_set()
615 unsigned int vme_bound_low, vme_bound_high; in tsi148_slave_get() local
632 vme_bound_high = 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()