Searched refs:ht (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/arch/powerpc/lib/ |
| H A D | kgdb.c | 70 struct hard_trap_info *ht; in computeSignal() local 72 for (ht = hard_trap_info; ht->tt && ht->signo; ht++) in computeSignal() 73 if (ht->tt == tt) in computeSignal() 74 return ht->signo; in computeSignal()
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | avbtool.py | 2814 def _get_cmdline_descriptors_for_hashtree_descriptor(self, ht): argument 2828 c += ' {}'.format((ht.image_size // 512)) # size (# sectors) 2829 c += ' verity {}'.format(ht.dm_verity_version) # type and version 2832 c += ' {}'.format(ht.data_block_size) # data_block 2833 c += ' {}'.format(ht.hash_block_size) # hash_block 2834 c += ' {}'.format(ht.image_size // ht.data_block_size) # #blocks 2835 c += ' {}'.format(ht.image_size // ht.data_block_size) # hash_offset 2836 c += ' {}'.format(ht.hash_algorithm) # hash_alg 2837 c += ' {}'.format(ht.root_digest.hex()) # root_digest 2838 c += ' {}'.format(ht.salt.hex()) # salt [all …]
|
| /rk3399_rockchip-uboot/arch/x86/dts/ |
| H A D | cougarcanyon2.dts | 51 fsp,enable-ht;
|
| /rk3399_rockchip-uboot/include/ |
| H A D | edid.h | 55 #define DRM_MODE(t, c, hd, hss, hse, ht, vd, vss, vse, vt, vs, f) \ argument 58 .htotal = (ht), .vdisplay = (vd), \
|