Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/vme_user/
H A Dvme_tsi148.c934 temp_ctl &= ~TSI148_LCSR_OTAT_DBW_M; in tsi148_master_set()
1134 if ((ctl & TSI148_LCSR_OTAT_DBW_M) == TSI148_LCSR_OTAT_DBW_16) in __tsi148_master_get()
1136 if ((ctl & TSI148_LCSR_OTAT_DBW_M) == TSI148_LCSR_OTAT_DBW_32) in __tsi148_master_get()
H A Dvme_tsi148.h671 #define TSI148_LCSR_OTAT_DBW_M (3<<6) /* Max Data Width */ macro