Home
last modified time | relevance | path

Searched refs:gb (Results 1 – 25 of 46) sorted by relevance

12

/u-boot/disk/
A Dpart_mac.c75 ldiv_t mb, gb; in part_print_mac() local
93 gb = ldiv(10 * mb.quot + mb.rem, 10240); in part_print_mac()
94 gb.rem += 512; in part_print_mac()
95 gb.rem /= 1024; in part_print_mac()
105 mb.quot, mb.rem, gb.quot, gb.rem, in part_print_mac()
/u-boot/tools/binman/test/
A D148_intel_fit_missing.dts8 end-at-4gb;
A D147_intel_fit.dts8 end-at-4gb;
A D030_x86_rom_me_no_desc.dts9 end-at-4gb;
A D027_pack_4gb_no_size.dts9 end-at-4gb;
A D028_pack_4gb_outside.dts9 end-at-4gb;
A D029_x86_rom.dts9 end-at-4gb;
A D191_read_image_skip.dts10 end-at-4gb;
A D094_fmap_x86.dts9 end-at-4gb;
A D031_x86_rom_me.dts9 end-at-4gb;
A D095_fmap_x86_section.dts9 end-at-4gb;
A D141_descriptor_offset.dts11 end-at-4gb;
A D037_x86_no_ucode.dts9 end-at-4gb;
A D098_4gb_and_skip_at_start_together.dts15 end-at-4gb;
A D039_x86_ucode_missing_node2.dts9 end-at-4gb;
A D163_x86_rom_me_empty.dts11 end-at-4gb;
A D164_x86_rom_me_missing.dts11 end-at-4gb;
A D038_x86_ucode_missing_node.dts9 end-at-4gb;
A D035_x86_single_ucode.dts9 end-at-4gb;
A D045_prop_test.dts9 end-at-4gb;
A D034_x86_ucode.dts9 end-at-4gb;
A D049_x86_ucode_spl.dts9 end-at-4gb;
/u-boot/arch/powerpc/cpu/mpc83xx/lblaw/
A DKconfig110 bool "1 gb"
113 bool "2 gb"
233 bool "1 gb"
236 bool "2 gb"
356 bool "1 gb"
359 bool "2 gb"
479 bool "1 gb"
482 bool "2 gb"
/u-boot/configs/
A Dnanopi-m4-2gb-rk3399_defconfig10 CONFIG_DEFAULT_DEVICE_TREE="rk3399-nanopi-m4-2gb"
12 CONFIG_DEFAULT_FDT_FILE="rockchip/rk3399-nanopi-m4-2gb.dtb"
/u-boot/drivers/i2c/
A Dfsl_i2c.c137 ushort a, b, ga, gb; in set_i2c_bus_speed() local
156 for (gb = 0; gb < 8; gb++) { in set_i2c_bus_speed()
157 b = 16 << gb; in set_i2c_bus_speed()
163 bin_gb = gb << 2; in set_i2c_bus_speed()
170 debug("ga: 0x%x, gb: 0x%x, ", ga, gb); in set_i2c_bus_speed()

Completed in 18 milliseconds

12