Home
last modified time | relevance | path

Searched refs:syncs (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnv50_display.c1586 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()
[all …]
/linux-4.4.14/drivers/hid/
Dhid-debug.c737 static const char *syncs[3] = { variable
1014 [EV_SYN] = syncs, [EV_KEY] = keys,