Lines Matching refs:syncs
1565 u32 syncs = 0x00000000; in nv50_dac_mode_set() local
1568 syncs |= 0x00000001; in nv50_dac_mode_set()
1570 syncs |= 0x00000002; in nv50_dac_mode_set()
1574 evo_data(push, syncs); in nv50_dac_mode_set()
1577 u32 syncs = 0x00000001; in nv50_dac_mode_set() local
1580 syncs |= 0x00000008; in nv50_dac_mode_set()
1582 syncs |= 0x00000010; in nv50_dac_mode_set()
1588 evo_data(push, syncs); in nv50_dac_mode_set()
2010 u32 syncs = 0x00000001; in nv50_sor_mode_set() local
2013 syncs |= 0x00000008; in nv50_sor_mode_set()
2015 syncs |= 0x00000010; in nv50_sor_mode_set()
2021 evo_data(push, syncs | (depth << 6)); in nv50_sor_mode_set()