Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/vme_user/
H A Dvme_tsi148.c1947 lm_ctl |= TSI148_LCSR_LMAT_PGM; in tsi148_lm_set()
2000 if (lm_ctl & TSI148_LCSR_LMAT_PGM) in tsi148_lm_get()
2030 if ((lm_ctl & (TSI148_LCSR_LMAT_PGM | TSI148_LCSR_LMAT_DATA)) == 0) { in tsi148_lm_attach()
H A Dvme_tsi148.h955 #define TSI148_LCSR_LMAT_PGM BIT(1) /* Program Access */ macro