Searched refs:shifter_tt (Results 1 – 2 of 2) sorted by relevance
667 par->hw.tt.mode=shifter_tt.tt_shiftmode; in tt_get_par()677 shifter_tt.tt_shiftmode=par->hw.tt.mode; in tt_set_par()691 if ((shifter_tt.tt_shiftmode & TT_SHIFTER_MODEMASK) == TT_SHIFTER_STHIGH) in tt_getcolreg()717 if ((shifter_tt.tt_shiftmode & TT_SHIFTER_MODEMASK) == TT_SHIFTER_STHIGH) in tt_setcolreg()723 if ((shifter_tt.tt_shiftmode & TT_SHIFTER_MODEMASK) == in tt_setcolreg()1657 shifter_tt.color_reg[regno] = in falcon_setcolreg()1926 par->hw.st.mode=shifter_tt.st_shiftmode; in stste_get_par()1937 shifter_tt.st_shiftmode=par->hw.st.mode; in stste_set_par()1953 col = shifter_tt.color_reg[regno]; in stste_getcolreg()1991 shifter_tt.color_reg[regno] = in stste_setcolreg()[all …]
217 #define shifter_tt ((*(volatile struct SHIFTER_TT *)SHF_TBAS)) macro