Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/vme/bridges/
Dvme_tsi148.c2013 if (lm_ctl & TSI148_LCSR_LMAT_EN) in tsi148_lm_get()
2091 if ((lm_ctl & TSI148_LCSR_LMAT_EN) == 0) { in tsi148_lm_attach()
2092 lm_ctl |= TSI148_LCSR_LMAT_EN; in tsi148_lm_attach()
2133 tmp &= ~TSI148_LCSR_LMAT_EN; in tsi148_lm_detach()
Dvme_tsi148.h956 #define TSI148_LCSR_LMAT_EN (1<<7) /* Enable Location Monitor */ macro