Searched refs:bh (Results 1 – 4 of 4) sorted by relevance
/u-boot/drivers/usb/gadget/ |
A D | f_mass_storage.c | 806 &bh->inreq_busy, &bh->state) in do_read() 913 &bh->outreq_busy, &bh->state) in do_write() 1446 &bh->inreq_busy, &bh->state); in pad_with_zeros() 1491 &bh->outreq_busy, &bh->state) in throw_away_data() 1543 &bh->inreq_busy, &bh->state) in finish_reply() 1553 &bh->inreq_busy, &bh->state) in finish_reply() 1652 &bh->inreq_busy, &bh->state) in send_status() 2131 &bh->outreq_busy, &bh->state) in get_next_command() 2254 bh->inreq->buf = bh->outreq->buf = bh->buf; in do_set_interface() 2255 bh->inreq->context = bh->outreq->context = bh; in do_set_interface() [all …]
|
/u-boot/tools/ |
A D | mtk_image.c | 425 struct brom_layout_header *bh; in mtk_image_verify_gen_header() local 447 if (strcmp(bh->name, BRLYT_NAME)) in mtk_image_verify_gen_header() 450 if (le32_to_cpu(bh->magic) != BRLYT_MAGIC || in mtk_image_verify_gen_header() 451 (le32_to_cpu(bh->type) != BRLYT_TYPE_NOR && in mtk_image_verify_gen_header() 452 le32_to_cpu(bh->type) != BRLYT_TYPE_EMMC && in mtk_image_verify_gen_header() 453 le32_to_cpu(bh->type) != BRLYT_TYPE_SDMMC)) in mtk_image_verify_gen_header() 478 struct brom_layout_header *bh; in mtk_image_verify_nand_header() local 488 if (strcmp(bh->name, BRLYT_NAME)) in mtk_image_verify_nand_header() 491 if (le32_to_cpu(bh->magic) != BRLYT_MAGIC) { in mtk_image_verify_nand_header() 494 if (le32_to_cpu(bh->type) == BRLYT_TYPE_NAND) in mtk_image_verify_nand_header() [all …]
|
/u-boot/arch/nios2/lib/ |
A D | longlong.h | 91 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 95 (sh) = (ah) + (bh) + (__x < (al)); \ 101 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 105 (sh) = (ah) - (bh) - (__x > (al)); \
|
/u-boot/drivers/bios_emulator/include/ |
A D | biosemu.h | 213 u8 bh, bl; member 225 u8 bh; member
|
Completed in 14 milliseconds