Lines Matching refs:syncs
1586 u32 syncs = 0x00000000; in nv50_dac_mode_set() local
1589 syncs |= 0x00000001; in nv50_dac_mode_set()
1591 syncs |= 0x00000002; in nv50_dac_mode_set()
1595 evo_data(push, syncs); in nv50_dac_mode_set()
1598 u32 syncs = 0x00000001; in nv50_dac_mode_set() local
1601 syncs |= 0x00000008; in nv50_dac_mode_set()
1603 syncs |= 0x00000010; in nv50_dac_mode_set()
1609 evo_data(push, syncs); in nv50_dac_mode_set()
2035 u32 syncs = 0x00000001; in nv50_sor_mode_set() local
2038 syncs |= 0x00000008; in nv50_sor_mode_set()
2040 syncs |= 0x00000010; in nv50_sor_mode_set()
2046 evo_data(push, syncs | (depth << 6)); in nv50_sor_mode_set()