| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/ |
| H A D | Kconfig | 44 hex "SIUMCR register" 49 hex "SYPCR register" 54 hex "TBSCR register" 59 hex "PISCR register" 67 hex "PLPRCR register" 73 hex "SCCR register" 78 hex "MASK for setting SCCR register" 81 hex "DER register" 88 hex "Preliminary value for BR0" 91 hex "Preliminary value for OR0" [all …]
|
| /rk3399_rockchip-uboot/drivers/power/pmic/ |
| H A D | pmic_max77686.c | 23 unsigned int hex = 0; in max77686_ldo_volt2hex() local 32 hex = (uV - 800000) / 25000; in max77686_ldo_volt2hex() 35 hex = (uV - 800000) / 50000; in max77686_ldo_volt2hex() 38 if (hex >= 0 && hex <= MAX77686_LDO_VOLT_MAX_HEX) in max77686_ldo_volt2hex() 39 return hex; in max77686_ldo_volt2hex() 47 int hex = 0; in max77686_buck_volt2hex() local 54 hex = (uV - 750000) / 50000; in max77686_buck_volt2hex() 56 if (hex >= 0 && hex <= MAX77686_BUCK_VOLT_MAX_HEX) in max77686_buck_volt2hex() 57 return hex; in max77686_buck_volt2hex() 66 unsigned int val, ret, hex, adr; in max77686_set_ldo_voltage() local [all …]
|
| /rk3399_rockchip-uboot/drivers/power/regulator/ |
| H A D | max77686.c | 74 int hex = 0; in max77686_buck_volt2hex() local 82 hex = (uV - MAX77686_BUCK_UV_LMIN) / MAX77686_BUCK_UV_LSTEP; in max77686_buck_volt2hex() 93 hex = (uV - MAX77686_BUCK_UV_HMIN) / MAX77686_BUCK_UV_HSTEP; in max77686_buck_volt2hex() 98 if (hex >= 0 && hex <= hex_max) in max77686_buck_volt2hex() 99 return hex; in max77686_buck_volt2hex() 105 static int max77686_buck_hex2volt(int buck, int hex) in max77686_buck_hex2volt() argument 110 if (hex < 0) in max77686_buck_hex2volt() 118 if (hex > hex_max) in max77686_buck_hex2volt() 122 uV = hex * MAX77686_BUCK_UV_LSTEP + MAX77686_BUCK_UV_LMIN; in max77686_buck_hex2volt() 126 if (hex > hex_max) in max77686_buck_hex2volt() [all …]
|
| H A D | lp873x_regulator.c | 75 static int lp873x_buck_hex2volt(int hex) in lp873x_buck_hex2volt() argument 77 if (hex > LP873X_BUCK_VOLT_MAX_HEX) in lp873x_buck_hex2volt() 79 else if (hex > 0x9D) in lp873x_buck_hex2volt() 80 return 1400000 + (hex - 0x9D) * 20000; in lp873x_buck_hex2volt() 81 else if (hex > 0x17) in lp873x_buck_hex2volt() 82 return 730000 + (hex - 0x17) * 5000; in lp873x_buck_hex2volt() 83 else if (hex >= 0x14) in lp873x_buck_hex2volt() 84 return 700000 + (hex - 0x14) * 10000; in lp873x_buck_hex2volt() 91 unsigned int hex, adr; in lp873x_buck_val() local 116 hex = lp873x_buck_volt2hex(*uV); in lp873x_buck_val() [all …]
|
| H A D | palmas_regulator.c | 103 static int palmas_smps_hex2volt(int hex, bool range) in palmas_smps_hex2volt() argument 107 if (hex > PALMAS_SMPS_VOLT_MAX_HEX) in palmas_smps_hex2volt() 110 if (hex < 0x7) in palmas_smps_hex2volt() 113 uV = 500000 + (hex - 0x6) * 10000; in palmas_smps_hex2volt() 123 unsigned int hex, adr; in palmas_smps_val() local 154 hex = palmas_smps_volt2hex(*uV); in palmas_smps_val() 155 if (hex < 0) in palmas_smps_val() 156 return hex; in palmas_smps_val() 159 ret |= hex; in palmas_smps_val() 246 static int palmas_ldo_hex2volt(int hex) in palmas_ldo_hex2volt() argument [all …]
|
| H A D | lp87565_regulator.c | 89 unsigned int hex, adr; in lp87565_buck_val() local 114 hex = lp87565_buck_volt2val(*uV); in lp87565_buck_val() 115 if (hex < 0) in lp87565_buck_val() 116 return hex; in lp87565_buck_val() 119 ret = hex; in lp87565_buck_val()
|
| /rk3399_rockchip-uboot/arch/x86/cpu/quark/ |
| H A D | Kconfig | 45 hex "Remote Management Unit (RMU) binary location" 65 hex 70 hex 76 hex 80 hex 86 hex 93 hex 100 hex 106 hex 112 hex [all …]
|
| /rk3399_rockchip-uboot/arch/x86/cpu/qemu/ |
| H A D | Kconfig | 20 hex 24 hex 28 hex
|
| /rk3399_rockchip-uboot/arch/x86/cpu/tangier/ |
| H A D | Kconfig | 22 hex 26 hex 33 hex
|
| /rk3399_rockchip-uboot/arch/x86/lib/efi/ |
| H A D | Kconfig | 4 hex 8 hex
|
| /rk3399_rockchip-uboot/board/google/chromebox_panther/ |
| H A D | Kconfig | 28 hex 32 hex
|
| /rk3399_rockchip-uboot/board/google/chromebook_samus/ |
| H A D | Kconfig | 34 hex 38 hex
|
| /rk3399_rockchip-uboot/board/google/chromebook_link/ |
| H A D | Kconfig | 35 hex 39 hex
|
| /rk3399_rockchip-uboot/common/ |
| H A D | kgdb.c | 118 hex(unsigned char ch) in hex() function 176 hexValue = hex(*tmp_hex--); in hex2mem() 180 hexValue = hex(*tmp_hex--); in hex2mem() 209 hexValue = hex(**ptr); in hexToInt() 265 xmitcsum = hex(getDebugChar() & 0x7f) << 4; in getpacket() 266 xmitcsum |= hex(getDebugChar() & 0x7f); in getpacket()
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/acpi/ |
| H A D | debug.asl | 65 /* DBGN - Send a single hex nibble */ 77 /* DBGB - Send a hex byte */ 85 /* DBGW - Send a hex word */ 93 /* DBGD - Send a hex dword */
|
| /rk3399_rockchip-uboot/lib/rsa/ |
| H A D | Kconfig | 38 hex "Define the RSA N size" 44 hex "Define the RSA E size" 50 hex "Define the RSA C size"
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_decomp.c | 88 static void put_hex(u32 hex) in put_hex() argument 94 c = (hex & 0xf0000000) >> 28; in put_hex() 96 hex <<= 4; in put_hex()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.kwbimage | 60 NAND_PAGE_SIZE any uint16_t hex value 61 SATA_PIO_MODE any uint32_t hex value 62 DDR_INIT_DELAY any uint32_t hex value 63 DATA regaddr and regdara hex value
|
| /rk3399_rockchip-uboot/board/coreboot/coreboot/ |
| H A D | Kconfig | 43 hex "Board specific Cache-As-RAM (CAR) address" 49 hex "Board specific Cache-As-RAM (CAR) size"
|
| /rk3399_rockchip-uboot/arch/x86/ |
| H A D | Kconfig | 128 hex 132 hex 141 hex 149 hex 197 hex 202 hex 207 hex 212 hex 294 # Map the config names to a hex value (bytes). 296 hex [all …]
|
| /rk3399_rockchip-uboot/env/ |
| H A D | flags.c | 173 static void skip_num(int hex, const char *value, const char **end, in skip_num() argument 178 if (hex && is_hex_prefix(value)) in skip_num() 182 if (hex && !isxdigit(*value)) in skip_num() 184 if (!hex && !isdigit(*value)) in skip_num()
|
| /rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/ |
| H A D | Kconfig | 39 hex 60 hex
|
| /rk3399_rockchip-uboot/arch/arm/ |
| H A D | Kconfig.debug | 41 hex "Physical base address of debug UART" 46 hex
|
| /rk3399_rockchip-uboot/arch/x86/cpu/broadwell/ |
| H A D | Kconfig | 38 hex
|
| /rk3399_rockchip-uboot/board/cadence/xtfpga/ |
| H A D | Kconfig | 32 hex
|