Lines Matching refs:shifter_st
765 par->hw.tt.sync = shifter_st.syncmode;
766 addr = ((shifter_st.bas_hi & 0xff) << 16) |
767 ((shifter_st.bas_md & 0xff) << 8) |
768 ((shifter_st.bas_lo & 0xff));
775 shifter_st.syncmode = par->hw.tt.sync;
1545 hw->sync = shifter_st.syncmode & 0x1;
1560 addr = (shifter_st.bas_hi & 0xff) << 16 |
1561 (shifter_st.bas_md & 0xff) << 8 |
1562 (shifter_st.bas_lo & 0xff);
1607 shifter_st.syncmode = hw->sync;
1954 par->hw.st.sync = shifter_st.syncmode;
1955 addr = ((shifter_st.bas_hi & 0xff) << 16) |
1956 ((shifter_st.bas_md & 0xff) << 8);
1958 addr |= (shifter_st.bas_lo & 0xff);
1965 shifter_st.syncmode = par->hw.st.sync;
2020 shifter_st.bas_hi = (unsigned char)((addr & 0xff0000) >> 16);
2021 shifter_st.bas_md = (unsigned char)((addr & 0x00ff00) >> 8);
2023 shifter_st.bas_lo = (unsigned char)(addr & 0x0000ff);
2267 shifter_st.bas_hi = (unsigned char)((addr & 0xff0000) >> 16);
2268 shifter_st.bas_md = (unsigned char)((addr & 0x00ff00) >> 8);
2269 shifter_st.bas_lo = (unsigned char)(addr & 0x0000ff);