Home
last modified time | relevance | path

Searched refs:hex (Results 1 – 25 of 140) sorted by relevance

123456

/u-boot/arch/powerpc/cpu/mpc8xx/
A DKconfig44 hex "SIUMCR register"
49 hex "SYPCR register"
54 hex "TBSCR register"
59 hex "PISCR register"
67 hex "PLPRCR register"
73 hex "SCCR register"
81 hex "DER register"
88 hex "Preliminary value for BR0"
91 hex "Preliminary value for OR0"
97 hex "Preliminary value for BR1"
[all …]
/u-boot/drivers/power/regulator/
A Ds2mps11_regulator.c49 if (hex < 0) in s2mps11_buck_hex2volt()
84 int hex; in s2mps11_buck_volt2hex() local
109 if (hex >= 0) in s2mps11_buck_volt2hex()
110 return hex; in s2mps11_buck_volt2hex()
157 if (hex < 0) in s2mps11_buck_val()
158 return hex; in s2mps11_buck_val()
161 val |= hex; in s2mps11_buck_val()
364 int hex = 0; in s2mps11_ldo_volt2hex() local
381 if (hex >= 0 && hex <= S2MPS11_LDO_VOLT_MAX_HEX) in s2mps11_ldo_volt2hex()
382 return hex; in s2mps11_ldo_volt2hex()
[all …]
A Dmax77686.c71 int hex = 0; in max77686_buck_volt2hex() local
95 if (hex >= 0 && hex <= hex_max) in max77686_buck_volt2hex()
96 return hex; in max77686_buck_volt2hex()
107 if (hex < 0) in max77686_buck_hex2volt()
140 int hex = 0; in max77686_ldo_volt2hex() local
157 if (hex >= 0 && hex <= MAX77686_LDO_VOLT_MAX_HEX) in max77686_ldo_volt2hex()
158 return hex; in max77686_ldo_volt2hex()
348 if (hex < 0) in max77686_ldo_val()
349 return hex; in max77686_ldo_val()
352 val |= hex; in max77686_ldo_val()
[all …]
A Dlp873x_regulator.c76 else if (hex > 0x9D) in lp873x_buck_hex2volt()
78 else if (hex > 0x17) in lp873x_buck_hex2volt()
80 else if (hex >= 0x14) in lp873x_buck_hex2volt()
88 unsigned int hex, adr; in lp873x_buck_val() local
114 if (hex < 0) in lp873x_buck_val()
115 return hex; in lp873x_buck_val()
118 ret |= hex; in lp873x_buck_val()
174 if (!hex) in lp873x_ldo_hex2volt()
208 if (hex < 0) in lp873x_ldo_val()
209 return hex; in lp873x_ldo_val()
[all …]
A Dpalmas_regulator.c107 if (hex < 0x7) in palmas_smps_hex2volt()
120 unsigned int hex, adr; in palmas_smps_val() local
152 if (hex < 0) in palmas_smps_val()
153 return hex; in palmas_smps_val()
156 ret |= hex; in palmas_smps_val()
248 if (!hex) in palmas_ldo_hex2volt()
251 return (hex * 50000) + 850000; in palmas_ldo_hex2volt()
256 unsigned int hex, adr; in palmas_ldo_val() local
282 if (hex < 0) in palmas_ldo_val()
283 return hex; in palmas_ldo_val()
[all …]
A Dtps65941_regulator.c122 unsigned int hex, adr; in tps65941_buck_val() local
167 hex = tps65941_buck_volt2val(*uV); in tps65941_buck_val()
168 if (hex < 0) in tps65941_buck_val()
169 return hex; in tps65941_buck_val()
172 ret = hex; in tps65941_buck_val()
228 unsigned int hex, adr; in tps65941_ldo_val() local
253 hex = tps65941_buck_volt2val(*uV); in tps65941_ldo_val()
254 if (hex < 0) in tps65941_ldo_val()
255 return hex; in tps65941_ldo_val()
258 ret = hex; in tps65941_ldo_val()
/u-boot/board/freescale/ls1012ardb/
A DKconfig16 hex "PPA Firmware Addr"
21 hex "PPA Firmware HDR Addr"
25 hex "PFE Firmware HDR Addr"
45 hex "length of PFE firmware"
53 hex "PFE DDR base address"
57 hex "PFE DDR base address"
61 hex "PFE DDR base address"
101 hex "length of PFE firmware"
109 hex "PFE DDR base address"
113 hex "PFE DDR base address"
[all …]
/u-boot/board/freescale/ls1012afrdm/
A DKconfig16 hex "Flash address of PFE firmware"
20 hex "length of PFE firmware"
24 hex "PPA Firmware Addr"
41 hex "PFE DDR base address"
45 hex "PFE DDR base address"
49 hex "PFE DDR base address"
73 hex "length of PFE firmware"
77 hex "PPA Firmware Addr"
81 hex "PPA Firmware HDR Addr"
85 hex "PFE Firmware HDR Addr"
[all …]
/u-boot/board/freescale/ls1012aqds/
A DKconfig16 hex "PPA Firmware Addr"
21 hex "PPA Firmware HDR Addr"
25 hex "PFE Firmware HDR Addr"
29 hex "length of PFE Firmware HDR"
47 hex "Flash address of PFE firmware"
51 hex "length of PFE firmware"
59 hex "PFE DDR base address"
63 hex "PFE DDR base address"
67 hex "PFE DDR base address"
71 hex "PFE DDR base address"
[all …]
/u-boot/arch/powerpc/cpu/mpc83xx/hid/
A DKconfig166 hex
171 hex
176 hex
181 hex
186 hex
193 hex
198 hex
203 hex
208 hex
213 hex
[all …]
/u-boot/board/synopsys/hsdk/
A Dheaderize-hsdk.py31 print("unknown ARC ID: " + hex(arc_id))
109 headerised_image_crc = hex(zlib.crc32(fi.read()) & 0xffffffff)
116 "crc32 " + hex(load_addr) + " " + hex(load_size) + " " + hex(crc_calc_adr)
118 "mw.l " + hex(crc_store_adr) + " " + headerised_image_crc + " && " + \
120 "cmp.l " + hex(crc_store_adr) + " " + hex(crc_calc_adr) + " 1"
130 "fatload mmc 0:1 " + hex(load_addr) + " " + headerised_filename + " && " + \
133 "sf protect unlock 0x0 " + hex(errase_size) + " && " + \
134 "sf erase 0x0 " + hex(errase_size) + " && " + \
135 "sf write " + hex(load_addr) + " 0x0 " + hex(load_size) + " && " + \
136 "sf protect lock 0x0 " + hex(errase_size)
/u-boot/board/synopsys/axs10x/
A Dheaderize-axs.py127 headerised_image_crc = hex(zlib.crc32(fi.read()) & 0xffffffff)
134 "crc32 " + hex(load_addr) + " " + hex(load_size) + " " + hex(crc_calc_adr)
136 "mw.l " + hex(crc_store_adr) + " " + headerised_image_crc + " && " + \
138 "cmp.l " + hex(crc_store_adr) + " " + hex(crc_calc_adr) + " 1"
158 "fatload mmc 0:1 " + hex(load_addr) + " " + headerised_filename + " && " + \
161 "sf erase " + hex(spi_flash_offset) + " " + hex(errase_size) + " && " + \
162 … "sf write " + hex(load_addr) + " " + hex(spi_flash_offset) + " " + hex(load_size) + " && " + \
/u-boot/arch/powerpc/cpu/mpc83xx/sysio/
A DKconfig.mpc8308226 hex
232 hex
238 hex
244 hex
249 hex
254 hex
260 hex
266 hex
272 hex
277 hex
[all …]
/u-boot/arch/arm/mach-davinci/
A DKconfig67 hex "PLLC0 Divider 1"
73 hex "PLLC0 Divider 2"
79 hex "PLLC0 Divider 3"
85 hex "PLLC0 Divider 4"
91 hex "PLLC0 Divider 5"
97 hex "PLLC0 Divider 6"
103 hex "PLLC0 Divider 7"
109 hex "PLLC1 PLL Post-Divider"
115 hex "PLLC1 Divider 2"
121 hex "PLLC1 Divider 2"
[all …]
/u-boot/arch/x86/cpu/quark/
A DKconfig64 hex
69 hex
75 hex
79 hex
85 hex
92 hex
99 hex
105 hex
111 hex
118 hex
[all …]
/u-boot/board/kobol/helios4/
A DKconfig5 hex "Environment Size"
9 hex "Environment offset"
13 hex "Environment Sector-Size"
20 hex "address of u-boot payload in SPI flash"
/u-boot/board/keymile/
A DKconfig15 hex "Pseudo RAM"
22 hex "Physical RAM"
30 hex "Reserved RAM"
39 hex "CRAMFS Address"
46 hex "Kernel Load Address"
52 hex "FDT Load Address"
84 hex "Marvell Switch Address"
99 hex "IVM I2C Address"
105 hex "IVM Length"
111 hex "IVM Page Size"
/u-boot/board/freescale/ls1088a/
A DKconfig17 hex "PPA Firmware Addr"
23 hex "PPA Firmware HDR Addr"
48 hex "PPA Firmware Addr"
54 hex "PPA Firmware HDR Addr"
/u-boot/arch/powerpc/cpu/mpc83xx/elbc/
A DKconfig.elbc0531 hex
537 hex
544 hex
549 hex
558 hex
565 hex
570 hex
591 hex
596 hex
601 hex
[all …]
A DKconfig.elbc1531 hex
537 hex
544 hex
549 hex
558 hex
565 hex
570 hex
591 hex
596 hex
601 hex
[all …]
A DKconfig.elbc2531 hex
537 hex
544 hex
549 hex
558 hex
565 hex
570 hex
591 hex
596 hex
601 hex
[all …]
A DKconfig.elbc3531 hex
537 hex
544 hex
549 hex
558 hex
565 hex
570 hex
591 hex
596 hex
601 hex
[all …]
A DKconfig.elbc4531 hex
537 hex
544 hex
549 hex
558 hex
565 hex
570 hex
591 hex
596 hex
601 hex
[all …]
/u-boot/arch/x86/cpu/efi/
A DKconfig4 hex
8 hex
/u-boot/arch/x86/cpu/qemu/
A DKconfig20 hex
24 hex
28 hex

Completed in 51 milliseconds

123456