Lines Matching refs:shifter_st
753 par->hw.tt.sync = shifter_st.syncmode;
754 addr = ((shifter_st.bas_hi & 0xff) << 16) |
755 ((shifter_st.bas_md & 0xff) << 8) |
756 ((shifter_st.bas_lo & 0xff));
763 shifter_st.syncmode = par->hw.tt.sync;
1526 hw->sync = shifter_st.syncmode & 0x1;
1541 addr = (shifter_st.bas_hi & 0xff) << 16 |
1542 (shifter_st.bas_md & 0xff) << 8 |
1543 (shifter_st.bas_lo & 0xff);
1588 shifter_st.syncmode = hw->sync;
1935 par->hw.st.sync = shifter_st.syncmode;
1936 addr = ((shifter_st.bas_hi & 0xff) << 16) |
1937 ((shifter_st.bas_md & 0xff) << 8);
1939 addr |= (shifter_st.bas_lo & 0xff);
1946 shifter_st.syncmode = par->hw.st.sync;
2001 shifter_st.bas_hi = (unsigned char)((addr & 0xff0000) >> 16);
2002 shifter_st.bas_md = (unsigned char)((addr & 0x00ff00) >> 8);
2004 shifter_st.bas_lo = (unsigned char)(addr & 0x0000ff);
2252 shifter_st.bas_hi = (unsigned char)((addr & 0xff0000) >> 16);
2253 shifter_st.bas_md = (unsigned char)((addr & 0x00ff00) >> 8);
2254 shifter_st.bas_lo = (unsigned char)(addr & 0x0000ff);