Searched refs:GET_BIT (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/include/ |
H A D | edid.h | 24 #define GET_BIT(_x, _pos) \ macro 88 GET_BIT((_x).flags, 7) 96 GET_BIT((_x).flags, 2) 98 GET_BIT((_x).flags, 1) 100 GET_BIT((_x).flags, 0) 132 GET_BIT(((_x).manufacturer_name[0]), 7) 154 GET_BIT(((_x).video_input_definition), 7) 158 GET_BIT(((_x).video_input_definition), 4) 160 GET_BIT(((_x).video_input_definition), 3) 162 GET_BIT(((_x).video_input_definition), 2) [all …]
|
/openbmc/u-boot/lib/bzip2/ |
H A D | bzlib_decompress.c | 113 #define GET_BIT(lll,uuu) \ macro 138 GET_BIT(label2, zj); \ 311 GET_BIT(BZ_X_MAPPING_1, uc); in BZ2_decompress() 322 GET_BIT(BZ_X_MAPPING_2, uc); in BZ2_decompress() 337 GET_BIT(BZ_X_SELECTOR_3, uc); in BZ2_decompress() 365 GET_BIT(BZ_X_CODING_2, uc); in BZ2_decompress() 367 GET_BIT(BZ_X_CODING_3, uc); in BZ2_decompress()
|
/openbmc/linux/include/linux/mdio/ |
H A D | mdio-xgene.h | 125 #define GET_BIT(field, src) \ macro
|
/openbmc/u-boot/lib/lzma/ |
H A D | LzmaDec.c | 28 #define GET_BIT(p, i) GET_BIT2(p, i, ; , ;) macro 30 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); } 182 do { GET_BIT(prob + symbol, symbol) } while (symbol < 0x100); in LzmaDec_DecodeReal()
|
/openbmc/qemu/disas/ |
H A D | hppa.c | 1667 #define GET_BIT(X, WHICH) \ macro 1894 m0 = GET_BIT (word, 16); in extract_16() 1895 m1 = GET_BIT (word, 17); in extract_16() 1896 m15 = GET_BIT (word, 31); in extract_16()
|
/openbmc/linux/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_main.c | 253 if (GET_BIT(ET, le64_to_cpu(raw_desc->m3))) { in xgene_enet_tx_completion() 804 if (GET_BIT(NV, le64_to_cpu(raw_desc->m0))) { in xgene_enet_process_ring()
|