Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/vme/bridges/
H A Dvme_tsi148.c1983 iowrite32be(lm_ctl, bridge->base + TSI148_LCSR_LMAT); in tsi148_lm_set()
2005 lm_ctl = ioread32be(bridge->base + TSI148_LCSR_LMAT); in tsi148_lm_get()
2058 lm_ctl = ioread32be(bridge->base + TSI148_LCSR_LMAT); in tsi148_lm_attach()
2089 iowrite32be(lm_ctl, bridge->base + TSI148_LCSR_LMAT); in tsi148_lm_attach()
2128 tmp = ioread32be(bridge->base + TSI148_LCSR_LMAT); in tsi148_lm_detach()
2130 iowrite32be(tmp, bridge->base + TSI148_LCSR_LMAT); in tsi148_lm_detach()
2593 iowrite32be(0, bridge->base + TSI148_LCSR_LMAT); in tsi148_remove()
H A Dvme_tsi148.h399 #define TSI148_LCSR_LMAT 0x42C macro