Searched refs:testbit (Results 1 – 2 of 2) sorted by relevance
102 int testbit = SND_JACK_BTN_0 >> i; in snd_jack_dev_register() local104 if (!(jack->type & testbit)) in snd_jack_dev_register()356 int testbit = SND_JACK_BTN_0 >> i; in snd_jack_report() local358 if (jack->type & testbit) in snd_jack_report()360 status & testbit); in snd_jack_report()364 int testbit = 1 << i; in snd_jack_report() local365 if (jack->type & testbit) in snd_jack_report()368 status & testbit); in snd_jack_report()
4741 u16 testbit; in get_signals() local4754 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()