Searched refs:GET_BIT (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | edid.h | 51 #define GET_BIT(_x, _pos) \ macro 249 GET_BIT((_x).flags, 7) 257 GET_BIT((_x).flags, 2) 259 GET_BIT((_x).flags, 1) 261 GET_BIT((_x).flags, 0) 377 GET_BIT(((_x).manufacturer_name[0]), 7) 399 GET_BIT(((_x).video_input_definition), 7) 403 GET_BIT(((_x).video_input_definition), 4) 405 GET_BIT(((_x).video_input_definition), 3) 407 GET_BIT(((_x).video_input_definition), 2) [all …]
|
| /OK3568_Linux_fs/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()
|
| /OK3568_Linux_fs/kernel/include/linux/mdio/ |
| H A D | mdio-xgene.h | 121 #define GET_BIT(field, src) \ macro
|
| /OK3568_Linux_fs/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()
|
| /OK3568_Linux_fs/kernel/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()
|