TEST_BIT
!TEST_BIT(((struct g13_input_report *) tbuf)->keybits,
val = TEST_BIT(rep->keybits, i);
val = TEST_BIT(rep->keybits, i + G13_JS_KEYBITS_OFFSET);
backlight_disabled = !TEST_BIT(rep->keybits, LG_G13_BACKLIGHT_HW_ON_BIT);
if (TEST_BIT(10baseT_Half))
if (TEST_BIT(10baseT_Full))
if (TEST_BIT(100baseT_Half))
if (TEST_BIT(100baseT_Full))
if (TEST_BIT(1000baseT_Half))
if (TEST_BIT(1000baseT_Full) || TEST_BIT(1000baseKX_Full) ||
TEST_BIT(1000baseX_Full))
if (TEST_BIT(10000baseT_Full) || TEST_BIT(10000baseKX4_Full) ||
TEST_BIT(10000baseCR_Full) || TEST_BIT(10000baseLR_Full) ||
TEST_BIT(10000baseSR_Full))
if (TEST_BIT(40000baseCR4_Full) || TEST_BIT(40000baseKR4_Full) ||
TEST_BIT(40000baseSR4_Full))
if (TEST_BIT(100000baseCR4_Full) || TEST_BIT(100000baseSR4_Full))
if (TEST_BIT(25000baseCR_Full) || TEST_BIT(25000baseSR_Full))
if (TEST_BIT(50000baseCR2_Full))
if (TEST_BIT(Pause))
if (TEST_BIT(Asym_Pause))
if (TEST_BIT(Autoneg))
if (TEST_BIT(10baseT_Half))
if (TEST_BIT(10baseT_Full))
if (TEST_BIT(100baseT_Half))
if (TEST_BIT(100baseT_Full))
if (TEST_BIT(1000baseT_Half))
if (TEST_BIT(1000baseT_Full) || TEST_BIT(1000baseKX_Full) ||
TEST_BIT(1000baseX_Full))
if (TEST_BIT(10000baseT_Full) || TEST_BIT(10000baseKX4_Full) ||
TEST_BIT(10000baseCR_Full) || TEST_BIT(10000baseLR_Full) ||
TEST_BIT(10000baseSR_Full))
if (TEST_BIT(40000baseCR4_Full) || TEST_BIT(40000baseKR4_Full) ||
TEST_BIT(40000baseSR4_Full))
if (TEST_BIT(100000baseCR4_Full) || TEST_BIT(100000baseSR4_Full))
if (TEST_BIT(25000baseCR_Full) || TEST_BIT(25000baseSR_Full))
if (TEST_BIT(50000baseCR2_Full))
if (TEST_BIT(Pause))
if (TEST_BIT(Asym_Pause))
if (TEST_BIT(Autoneg))
return test_flags & TEST_BIT(t);