Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Ddac.c73 bool sense_a, sense_b, sense_b_prime; in sample_load_twice() local
108 sense_b = nvif_rd08(device, NV_PRMCIO_INP0) & 0x10; in sample_load_twice()
109 if (sense_a != sense_b) { in sample_load_twice()
112 if (sense_b == sense_b_prime) { in sample_load_twice()
115 sense_a = sense_b; in sample_load_twice()
117 sense_b = !sense_a; in sample_load_twice()
120 } while ((sense_a != sense_b) && ++j < MAX_HBLANK_OSC); in sample_load_twice()
/linux/sound/hda/codecs/cirrus/
H A Dcs421x.c30 unsigned int sense_b:1; member
137 spec->gen.master_mute = !!(spec->spdif_present && spec->sense_b); in cs_automute()
227 spec->sense_b = 1; in cs421x_fixup_sense_b()
373 if (spec->sense_b) in cs4210_pinmux_init()
380 if ((spec->gpio_mask || spec->sense_b) && in cs4210_pinmux_init()