Home
last modified time | relevance | path

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

/linux/drivers/staging/vme_user/
H A Dvme_tsi148.c911 temp_ctl &= ~TSI148_LCSR_OTAT_TM_M; in tsi148_master_set()
915 temp_ctl &= ~TSI148_LCSR_OTAT_TM_M; in tsi148_master_set()
919 temp_ctl &= ~TSI148_LCSR_OTAT_TM_M; in tsi148_master_set()
923 temp_ctl &= ~TSI148_LCSR_OTAT_TM_M; in tsi148_master_set()
928 temp_ctl &= ~TSI148_LCSR_OTAT_TM_M; in tsi148_master_set()
1109 if ((ctl & TSI148_LCSR_OTAT_TM_M) == TSI148_LCSR_OTAT_TM_SCT) in __tsi148_master_get()
1111 if ((ctl & TSI148_LCSR_OTAT_TM_M) == TSI148_LCSR_OTAT_TM_BLT) in __tsi148_master_get()
1113 if ((ctl & TSI148_LCSR_OTAT_TM_M) == TSI148_LCSR_OTAT_TM_MBLT) in __tsi148_master_get()
1115 if ((ctl & TSI148_LCSR_OTAT_TM_M) == TSI148_LCSR_OTAT_TM_2eVME) in __tsi148_master_get()
1117 if ((ctl & TSI148_LCSR_OTAT_TM_M) in __tsi148_master_get()
[all...]
H A Dvme_tsi148.h658 #define TSI148_LCSR_OTAT_TM_M (7 << 8) /* Xfer Protocol Mask */ macro