Home
last modified time | relevance | path

Searched refs:blt (Results 1 – 19 of 19) sorted by relevance

/u-boot/lib/efi_loader/
A Defi_gop.c68 struct efi_gop_pixel blt = { in efi_vid30_to_blt_col() local
72 blt.blue = (vid & 0x3ff) >> 2; in efi_vid30_to_blt_col()
77 return blt; in efi_vid30_to_blt_col()
84 (u32)(blt->blue << 2); in efi_blt_col_to_vid30()
89 struct efi_gop_pixel blt = { in efi_vid16_to_blt_col() local
93 blt.blue = (vid & 0x1f) << 3; in efi_vid16_to_blt_col()
95 blt.green = (vid & 0x3f) << 2; in efi_vid16_to_blt_col()
97 blt.red = (vid & 0x1f) << 3; in efi_vid16_to_blt_col()
98 return blt; in efi_vid16_to_blt_col()
105 (u16)(blt->blue >> 3); in efi_blt_col_to_vid16()
[all …]
/u-boot/lib/efi_selftest/
A Defi_selftest_bitblt.c88 gop->blt(gop, bitmap, EFI_BLT_BUFFER_TO_VIDEO, sx, 0, dx, DEPTH, in notify()
251 ret = gop->blt(gop, bitmap, EFI_BLT_VIDEO_FILL, 0, 0, 0, 0, in execute()
259 ret = gop->blt(gop, bitmap, EFI_BLT_BUFFER_TO_VIDEO, 0, 0, 0, DEPTH, in execute()
267 ret = gop->blt(gop, bitmap, EFI_BLT_VIDEO_TO_VIDEO, in execute()
276 ret = gop->blt(gop, bitmap, EFI_BLT_VIDEO_TO_BLT_BUFFER, in execute()
/u-boot/arch/arm/lib/
A Dmemcpy.S67 blt 8f
76 blt 5f
89 PLD( blt 4f )
162 blt 8b
176 blt 14f
189 PLD( blt 13f )
A Dmemset.S31 blt 4f
118 blt 5b @ 1 bytes to align with?
A Dlib1funcs.S158 blt 2f
179 blt 4f
/u-boot/arch/mips/mach-mtmips/mt7620/
A Dlowlevel_init.S40 blt t0, t1, 1b
/u-boot/arch/powerpc/lib/
A Dppcstring.S74 blt 7f
116 blt 3f
158 blt 3f
/u-boot/arch/riscv/cpu/
A Dstart.S212 blt t0, t1, spl_clear_bss_loop
294 blt t0, t2, copy_loop
339 blt t1, t2, 6b
358 blt t0, t1, clbss_l
/u-boot/arch/powerpc/cpu/mpc8xx/
A Dstart.S401 blt 5b
407 blt 6b
516 blt 2b
530 blt 3b
538 blt 4b
/u-boot/arch/arm/mach-exynos/
A Dsec_boot.S19 blt 1b
/u-boot/arch/powerpc/cpu/mpc83xx/
A Dstart.S712 blt 1b
894 blt 5b
900 blt 6b
1012 blt 2b
1026 blt 3b
1034 blt 4b
/u-boot/arch/arm/cpu/armv7/
A Dcache_v7_asm.S38 blt skip @ skip if no cache, or just i-cache
108 blt inval_skip @ skip if no cache, or just i-cache
A Dstart.S265 blt skip_errata_798870 @ skip if not affected rev
280 blt skip_errata_801819 @ skip if not affected rev
A Dpsci.S182 blt skip @ skip if no cache, or just i-cache
/u-boot/arch/mips/cpu/
A Dstart.S63 blt t0, t1, 1b
/u-boot/arch/mips/mach-mtmips/mt7621/spl/
A Dstart.S54 blt t0, t1, 1b
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dstart.S411 blt 1f
527 blt 1b
1681 blt 5b
1687 blt 6b
1768 blt 5b
A Drelease.S51 blt 1f
/u-boot/include/
A Defi_api.h1424 efi_status_t (EFIAPI *blt)(struct efi_gop *this,

Completed in 37 milliseconds