Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/vme_user/
H A Dvme_tsi148.c1984 if ((lm_ctl & TSI148_LCSR_LMAT_AS_M) == TSI148_LCSR_LMAT_AS_A16) in tsi148_lm_get()
1987 if ((lm_ctl & TSI148_LCSR_LMAT_AS_M) == TSI148_LCSR_LMAT_AS_A24) in tsi148_lm_get()
1990 if ((lm_ctl & TSI148_LCSR_LMAT_AS_M) == TSI148_LCSR_LMAT_AS_A32) in tsi148_lm_get()
1993 if ((lm_ctl & TSI148_LCSR_LMAT_AS_M) == TSI148_LCSR_LMAT_AS_A64) in tsi148_lm_get()
H A Dvme_tsi148.h947 #define TSI148_LCSR_LMAT_AS_M (7<<4) /* Address Space MASK */ macro