Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/vme/bridges/
Dvme_tsi148.c929 temp_ctl &= ~TSI148_LCSR_OTAT_TM_M; in tsi148_master_set()
933 temp_ctl &= ~TSI148_LCSR_OTAT_TM_M; in tsi148_master_set()
937 temp_ctl &= ~TSI148_LCSR_OTAT_TM_M; in tsi148_master_set()
941 temp_ctl &= ~TSI148_LCSR_OTAT_TM_M; in tsi148_master_set()
947 temp_ctl &= ~TSI148_LCSR_OTAT_TM_M; in tsi148_master_set()
1130 if ((ctl & TSI148_LCSR_OTAT_TM_M) == TSI148_LCSR_OTAT_TM_SCT) in __tsi148_master_get()
1132 if ((ctl & TSI148_LCSR_OTAT_TM_M) == TSI148_LCSR_OTAT_TM_BLT) in __tsi148_master_get()
1134 if ((ctl & TSI148_LCSR_OTAT_TM_M) == TSI148_LCSR_OTAT_TM_MBLT) in __tsi148_master_get()
1136 if ((ctl & TSI148_LCSR_OTAT_TM_M) == TSI148_LCSR_OTAT_TM_2eVME) in __tsi148_master_get()
1138 if ((ctl & TSI148_LCSR_OTAT_TM_M) == TSI148_LCSR_OTAT_TM_2eSST) in __tsi148_master_get()
[all …]
Dvme_tsi148.h673 #define TSI148_LCSR_OTAT_TM_M (7<<8) /* Xfer Protocol Mask */ macro