testbit 221 drivers/gpio/gpio-winbond.c u8 testbit; testbit 265 drivers/gpio/gpio-winbond.c .testbit = WB_SIO_UARTB_ENABLE_ON, testbit 293 drivers/gpio/gpio-winbond.c .testbit = WB_SIO_UARTC_ENABLE_ON, testbit 310 drivers/gpio/gpio-winbond.c .testbit = WB_SIO_UARTD_ENABLE_ON, testbit 327 drivers/gpio/gpio-winbond.c .testbit = WB_SIO_UARTE_ENABLE_ON, testbit 344 drivers/gpio/gpio-winbond.c .testbit = WB_SIO_REG_GO_ENFDC, testbit 532 drivers/gpio/gpio-winbond.c conflict->testbit)) { testbit 4726 drivers/tty/synclinkmp.c u16 testbit; testbit 4739 drivers/tty/synclinkmp.c testbit = BIT1 << (info->port_num * 2); // Port 0..3 RI is GPDATA<1,3,5,7> testbit 4740 drivers/tty/synclinkmp.c if (!(gpstatus & testbit)) testbit 4743 drivers/tty/synclinkmp.c testbit = BIT0 << (info->port_num * 2); // Port 0..3 DSR is GPDATA<0,2,4,6> testbit 4744 drivers/tty/synclinkmp.c if (!(gpstatus & testbit)) testbit 93 sound/core/jack.c int testbit = SND_JACK_BTN_0 >> i; testbit 95 sound/core/jack.c if (!(jack->type & testbit)) testbit 359 sound/core/jack.c int testbit = SND_JACK_BTN_0 >> i; testbit 361 sound/core/jack.c if (jack->type & testbit) testbit 363 sound/core/jack.c status & testbit); testbit 367 sound/core/jack.c int testbit = 1 << i; testbit 368 sound/core/jack.c if (jack->type & testbit) testbit 371 sound/core/jack.c status & testbit);