Home
last modified time | relevance | path

Searched refs:b_instruction (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/
H A Dmksunxiboot.c141 img.header.b_instruction = /* b instruction */ in main()
148 img.header.b_instruction = cpu_to_le32(img.header.b_instruction); in main()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dspl.h29 uint32_t b_instruction; /* one intruction jumping to real code */ member