Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/vme/bridges/
Dvme_tsi148.c2056 iowrite32be(lm_ctl, bridge->base + TSI148_LCSR_LMAT); in tsi148_lm_set()
2078 lm_ctl = ioread32be(bridge->base + TSI148_LCSR_LMAT); in tsi148_lm_get()
2131 lm_ctl = ioread32be(bridge->base + TSI148_LCSR_LMAT); in tsi148_lm_attach()
2161 iowrite32be(lm_ctl, bridge->base + TSI148_LCSR_LMAT); in tsi148_lm_attach()
2199 tmp = ioread32be(bridge->base + TSI148_LCSR_LMAT); in tsi148_lm_detach()
2201 iowrite32be(tmp, bridge->base + TSI148_LCSR_LMAT); in tsi148_lm_detach()
2683 iowrite32be(0, bridge->base + TSI148_LCSR_LMAT); in tsi148_remove()
Dvme_tsi148.h402 #define TSI148_LCSR_LMAT 0x42C macro