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

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

Completed in 94 milliseconds