Home
last modified time | relevance | path

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

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