Searched refs:gb (Results 1 – 17 of 17) sorted by relevance
| /rk3399_rockchip-uboot/disk/ |
| H A D | part_mac.c | 74 ldiv_t mb, gb; in part_print_mac() local 92 gb = ldiv(10 * mb.quot + mb.rem, 10240); in part_print_mac() 93 gb.rem += 512; in part_print_mac() 94 gb.rem /= 1024; in part_print_mac() 104 mb.quot, mb.rem, gb.quot, gb.rem, in part_print_mac()
|
| H A D | part.c | 196 ulong mb, mb_quot, mb_rem, gb, gb_quot, gb_rem; in dev_print() local 209 gb = mb / 1024; in dev_print() 210 gb_quot = gb / 10; in dev_print() 211 gb_rem = gb - (10 * gb_quot); in dev_print()
|
| /rk3399_rockchip-uboot/drivers/i2c/ |
| H A D | fsl_i2c.c | 133 unsigned short a, b, ga, gb; in set_i2c_bus_speed() local 152 for (gb = 0; gb < 8; gb++) { in set_i2c_bus_speed() 153 b = 16 << gb; in set_i2c_bus_speed() 159 bin_gb = gb << 2; in set_i2c_bus_speed() 165 fdr, est_div, ga, gb, a, b, speed); in set_i2c_bus_speed()
|
| /rk3399_rockchip-uboot/tools/binman/test/ |
| H A D | 30_x86-rom-me-no-desc.dts | 9 end-at-4gb;
|
| H A D | 27_pack_4gb_no_size.dts | 9 end-at-4gb;
|
| H A D | 28_pack_4gb_outside.dts | 9 end-at-4gb;
|
| H A D | 29_x86-rom.dts | 9 end-at-4gb;
|
| H A D | 31_x86-rom-me.dts | 9 end-at-4gb;
|
| H A D | 37_x86_no_ucode.dts | 9 end-at-4gb;
|
| H A D | 39_x86_ucode_missing_node2.dts | 9 end-at-4gb;
|
| H A D | 38_x86_ucode_missing_node.dts | 9 end-at-4gb;
|
| H A D | 35_x86_single_ucode.dts | 9 end-at-4gb;
|
| H A D | 45_prop_test.dts | 9 end-at-4gb;
|
| H A D | 34_x86_ucode.dts | 9 end-at-4gb;
|
| H A D | 44_x86_optional_ucode.dts | 9 end-at-4gb;
|
| /rk3399_rockchip-uboot/arch/x86/dts/ |
| H A D | u-boot.dtsi | 14 end-at-4gb;
|
| /rk3399_rockchip-uboot/tools/binman/ |
| H A D | README | 359 end-at-4gb:
|