Home
last modified time | relevance | path

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

/linux-4.4.14/sound/core/
Djack.c102 int testbit = SND_JACK_BTN_0 >> i; in snd_jack_dev_register() local
104 if (!(jack->type & testbit)) in snd_jack_dev_register()
356 int testbit = SND_JACK_BTN_0 >> i; in snd_jack_report() local
358 if (jack->type & testbit) in snd_jack_report()
360 status & testbit); in snd_jack_report()
364 int testbit = 1 << i; in snd_jack_report() local
365 if (jack->type & testbit) in snd_jack_report()
368 status & testbit); in snd_jack_report()
/linux-4.4.14/drivers/tty/
Dsynclinkmp.c4741 u16 testbit; in get_signals() local
4754 testbit = BIT1 << (info->port_num * 2); // Port 0..3 RI is GPDATA<1,3,5,7> in get_signals()
4755 if (!(gpstatus & testbit)) in get_signals()
4758 testbit = BIT0 << (info->port_num * 2); // Port 0..3 DSR is GPDATA<0,2,4,6> in get_signals()
4759 if (!(gpstatus & testbit)) in get_signals()