Searched refs:ha (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/arch/sandbox/include/asm/ |
| H A D | getopt.h | 38 #define _SANDBOX_CMDLINE_OPT(f, s, ha, h) \ argument 43 .has_arg = ha, \ 65 #define SANDBOX_CMDLINE_OPT(f, ha, h) _SANDBOX_CMDLINE_OPT(f, 0, ha, h) argument 70 #define SANDBOX_CMDLINE_OPT_SHORT(f, s, ha, h) _SANDBOX_CMDLINE_OPT(f, s, ha, h) argument
|
| /rk3399_rockchip-uboot/examples/api/ |
| H A D | crt0.S | 14 lis %r11, search_hint@ha 22 lis %r11, syscall_ptr@ha
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | avbtool.py | 577 ha = hashlib.new(alg.hash_name) 578 ha.update(header_blob) 579 ha.update(aux_blob) 580 computed_digest = ha.digest() 1685 ha = hashlib.new(self.hash_algorithm) 1686 ha.update(self.salt) 1687 ha.update(data) 1688 digest = ha.digest() 3218 ha = hashlib.new(alg.hash_name) 3219 ha.update(header_data_blob) [all …]
|
| /rk3399_rockchip-uboot/common/ |
| H A D | edid.c | 1772 unsigned int ha, hbl, hso, hspw, hborder; in decode_timing() local 1780 ha = (buf[2] + ((buf[4] & 0xf0) << 4)); in decode_timing() 1791 set_entry(&timing->hactive, ha); in decode_timing() 1819 ha, ha + hso, ha + hso + hspw, in decode_timing() 1820 ha + hbl, hborder, in decode_timing() 1834 unsigned int ha, hbl, hso, hspw, hborder; in decode_mode() local 1840 ha = (buf[2] + ((buf[4] & 0xf0) << 4)); in decode_mode() 1853 mode->hdisplay = ha; in decode_mode() 1854 mode->hsync_start = ha + hso; in decode_mode() 1855 mode->hsync_end = ha + hso + hspw; in decode_mode() [all …]
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ |
| H A D | release.S | 215 lis r3,toreset(enable_cpu_a011_workaround)@ha
|
| H A D | start.S | 883 addis r4, r7, CTBENR@ha 890 addis r3, r7, \offset@ha 898 addis r3, r6, \offset@ha
|
| /rk3399_rockchip-uboot/include/ |
| H A D | ppc_asm.tmpl | 220 addis r23,r23,(hdlr - 1b)@ha; \
|