Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/vme/bridges/
Dvme_ca91cx42.c1353 iowrite32(lm_ctl, bridge->base + LM_CTL); in ca91cx42_lm_set()
1374 lm_ctl = ioread32(bridge->base + LM_CTL); in ca91cx42_lm_get()
1419 lm_ctl = ioread32(bridge->base + LM_CTL); in ca91cx42_lm_attach()
1444 iowrite32(lm_ctl, bridge->base + LM_CTL); in ca91cx42_lm_attach()
1478 tmp = ioread32(bridge->base + LM_CTL); in ca91cx42_lm_detach()
1480 iowrite32(tmp, bridge->base + LM_CTL); in ca91cx42_lm_detach()
Dvme_ca91cx42.h209 #define LM_CTL 0x0F64 macro