Searched refs:blt (Results 1 – 19 of 19) sorted by relevance
| /u-boot/lib/efi_loader/ |
| A D | efi_gop.c | 68 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 D | efi_selftest_bitblt.c | 88 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 D | memcpy.S | 67 blt 8f 76 blt 5f 89 PLD( blt 4f ) 162 blt 8b 176 blt 14f 189 PLD( blt 13f )
|
| A D | memset.S | 31 blt 4f 118 blt 5b @ 1 bytes to align with?
|
| A D | lib1funcs.S | 158 blt 2f 179 blt 4f
|
| /u-boot/arch/mips/mach-mtmips/mt7620/ |
| A D | lowlevel_init.S | 40 blt t0, t1, 1b
|
| /u-boot/arch/powerpc/lib/ |
| A D | ppcstring.S | 74 blt 7f 116 blt 3f 158 blt 3f
|
| /u-boot/arch/riscv/cpu/ |
| A D | start.S | 212 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 D | start.S | 401 blt 5b 407 blt 6b 516 blt 2b 530 blt 3b 538 blt 4b
|
| /u-boot/arch/arm/mach-exynos/ |
| A D | sec_boot.S | 19 blt 1b
|
| /u-boot/arch/powerpc/cpu/mpc83xx/ |
| A D | start.S | 712 blt 1b 894 blt 5b 900 blt 6b 1012 blt 2b 1026 blt 3b 1034 blt 4b
|
| /u-boot/arch/arm/cpu/armv7/ |
| A D | cache_v7_asm.S | 38 blt skip @ skip if no cache, or just i-cache 108 blt inval_skip @ skip if no cache, or just i-cache
|
| A D | start.S | 265 blt skip_errata_798870 @ skip if not affected rev 280 blt skip_errata_801819 @ skip if not affected rev
|
| A D | psci.S | 182 blt skip @ skip if no cache, or just i-cache
|
| /u-boot/arch/mips/cpu/ |
| A D | start.S | 63 blt t0, t1, 1b
|
| /u-boot/arch/mips/mach-mtmips/mt7621/spl/ |
| A D | start.S | 54 blt t0, t1, 1b
|
| /u-boot/arch/powerpc/cpu/mpc85xx/ |
| A D | start.S | 411 blt 1f 527 blt 1b 1681 blt 5b 1687 blt 6b 1768 blt 5b
|
| A D | release.S | 51 blt 1f
|
| /u-boot/include/ |
| A D | efi_api.h | 1424 efi_status_t (EFIAPI *blt)(struct efi_gop *this,
|
Completed in 37 milliseconds