Lines Matching refs:BIT
85 UTF_SCAN_PDATA = BIT(0), /* test needs platform data */
86 UTF_PROBE_TEST = BIT(1), /* probe test uclass */
87 UTF_SCAN_FDT = BIT(2), /* scan device tree */
88 UTF_FLAT_TREE = BIT(3), /* test needs flat DT */
89 UTF_LIVE_TREE = BIT(4), /* needs live device tree */
90 UTF_CONSOLE = BIT(5), /* needs console recording */
92 UTF_DM = BIT(6),
93 UTF_OTHER_FDT = BIT(7), /* read in other device tree */
99 UTF_MANUAL = BIT(8),
100 UTF_ETH_BOOTDEV = BIT(9), /* enable Ethernet bootdevs */
101 UTF_SF_BOOTDEV = BIT(10), /* enable SPI flash bootdevs */
102 UFT_BLOBLIST = BIT(11), /* test changes gd->bloblist */
103 UTF_INIT = BIT(12), /* test inits a suite */
104 UTF_UNINIT = BIT(13), /* test uninits a suite */