Home
last modified time | relevance | path

Searched refs:P (Results 1 – 25 of 47) sorted by relevance

12

/rk3399_rockchip-uboot/lib/
H A Dsha1.c125 #define P(a,b,c,d,e,x) { \ in sha1_process_one() macro
138 P (A, B, C, D, E, W[0]); in sha1_process_one()
139 P (E, A, B, C, D, W[1]); in sha1_process_one()
140 P (D, E, A, B, C, W[2]); in sha1_process_one()
141 P (C, D, E, A, B, W[3]); in sha1_process_one()
142 P (B, C, D, E, A, W[4]); in sha1_process_one()
143 P (A, B, C, D, E, W[5]); in sha1_process_one()
144 P (E, A, B, C, D, W[6]); in sha1_process_one()
145 P (D, E, A, B, C, W[7]); in sha1_process_one()
146 P (C, D, E, A, B, W[8]); in sha1_process_one()
[all …]
H A Dsha256.c125 #define P(a,b,c,d,e,f,g,h,x,K) { \ in sha256_process_one() macro
140 P(A, B, C, D, E, F, G, H, W[0], 0x428A2F98); in sha256_process_one()
141 P(H, A, B, C, D, E, F, G, W[1], 0x71374491); in sha256_process_one()
142 P(G, H, A, B, C, D, E, F, W[2], 0xB5C0FBCF); in sha256_process_one()
143 P(F, G, H, A, B, C, D, E, W[3], 0xE9B5DBA5); in sha256_process_one()
144 P(E, F, G, H, A, B, C, D, W[4], 0x3956C25B); in sha256_process_one()
145 P(D, E, F, G, H, A, B, C, W[5], 0x59F111F1); in sha256_process_one()
146 P(C, D, E, F, G, H, A, B, W[6], 0x923F82A4); in sha256_process_one()
147 P(B, C, D, E, F, G, H, A, W[7], 0xAB1C5ED5); in sha256_process_one()
148 P(A, B, C, D, E, F, G, H, W[8], 0xD807AA98); in sha256_process_one()
[all …]
H A Dsha512.c176 #define P(a,b,c,d,e,f,g,h,x,K) \ in sha512_process() macro
203 P(A, B, C, D, E, F, G, H, W[i], K[i]); in sha512_process()
205 P(H, A, B, C, D, E, F, G, W[i], K[i]); in sha512_process()
207 P(G, H, A, B, C, D, E, F, W[i], K[i]); in sha512_process()
209 P(F, G, H, A, B, C, D, E, W[i], K[i]); in sha512_process()
211 P(E, F, G, H, A, B, C, D, W[i], K[i]); in sha512_process()
213 P(D, E, F, G, H, A, B, C, W[i], K[i]); in sha512_process()
215 P(C, D, E, F, G, H, A, B, W[i], K[i]); in sha512_process()
217 P(B, C, D, E, F, G, H, A, W[i], K[i]); in sha512_process()
/rk3399_rockchip-uboot/tools/rockchip/
H A Dresource_tool.c91 #define P(a,b,c,d,e,x) { \ in sha1_process() macro
104 P (A, B, C, D, E, W[0]); in sha1_process()
105 P (E, A, B, C, D, W[1]); in sha1_process()
106 P (D, E, A, B, C, W[2]); in sha1_process()
107 P (C, D, E, A, B, W[3]); in sha1_process()
108 P (B, C, D, E, A, W[4]); in sha1_process()
109 P (A, B, C, D, E, W[5]); in sha1_process()
110 P (E, A, B, C, D, W[6]); in sha1_process()
111 P (D, E, A, B, C, W[7]); in sha1_process()
112 P (C, D, E, A, B, W[8]); in sha1_process()
[all …]
/rk3399_rockchip-uboot/include/optee_include/
H A DOpteeClientRkFs.h86 #define UNREFERENCED_PARAMETER(P) (P = P) argument
H A DOpteeClientRkNewFs.h109 #define UNREFERENCED_PARAMETER(P) (P = P) argument
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dtegra186-p2771-0000-500.dts10 cd-gpios = <&gpio_main TEGRA_MAIN_GPIO(P, 5) GPIO_ACTIVE_LOW>;
11 power-gpios = <&gpio_main TEGRA_MAIN_GPIO(P, 6) GPIO_ACTIVE_HIGH>;
H A Dtegra186-p2771-0000-000.dts10 cd-gpios = <&gpio_main TEGRA_MAIN_GPIO(P, 6) GPIO_ACTIVE_LOW>;
11 power-gpios = <&gpio_main TEGRA_MAIN_GPIO(P, 5) GPIO_ACTIVE_HIGH>;
H A Dstm32mp157a-dk1-u-boot.dtsi140 /* VCO = 1300.0 MHz => P = 650 (CPU) */
147 /* VCO = 1066.0 MHz => P = 266 (AXI), Q = 533 (GPU), R = 533 (DDR) */
154 /* VCO = 417.8 MHz => P = 209, Q = 24, R = 11 */
161 /* VCO = 594.0 MHz => P = 99, Q = 74, R = 74 */
H A Dtegra20-trimslice.dts59 cd-gpios = <&gpio TEGRA_GPIO(P, 1) GPIO_ACTIVE_LOW>;
60 wp-gpios = <&gpio TEGRA_GPIO(P, 2) GPIO_ACTIVE_HIGH>;
H A Dtegra186-p2771-0000.dtsi51 wp-gpios = <&gpio_main TEGRA_MAIN_GPIO(P, 4) GPIO_ACTIVE_HIGH>;
/rk3399_rockchip-uboot/common/
H A Ddlmalloc.c841 #define check_free_chunk(P) do_check_free_chunk(P) argument
842 #define check_inuse_chunk(P) do_check_inuse_chunk(P) argument
843 #define check_chunk(P) do_check_chunk(P) argument
844 #define check_malloced_chunk(P,N) do_check_malloced_chunk(P,N) argument
846 #define check_free_chunk(P) argument
847 #define check_inuse_chunk(P) argument
848 #define check_chunk(P) argument
849 #define check_malloced_chunk(P,N) argument
870 #define frontlink(P, S, IDX, BK, FD) \ argument
878 P->bk = BK; \
[all …]
H A Ddlmalloc.src1165 | Size of chunk, in bytes |P|
1189 `head:' | Size of chunk, in bytes |P|
1202 The P (PREV_INUSE) bit, stored in the unused low-order bit of the
1706 #define check_free_chunk(P) do_check_free_chunk(P)
1707 #define check_inuse_chunk(P) do_check_inuse_chunk(P)
1708 #define check_chunk(P) do_check_chunk(P)
1709 #define check_malloced_chunk(P,N) do_check_malloced_chunk(P,N)
1711 #define check_free_chunk(P)
1712 #define check_inuse_chunk(P)
1713 #define check_chunk(P)
[all …]
/rk3399_rockchip-uboot/scripts/
H A Dget_maintainer.pl16 my $P = $0;
174 or warn "$P: Can't find a readable .get_maintainer.conf file $!\n";
200 or warn "$P: Can't find a readable .get_maintainer.ignore file $!\n";
256 die "$P: invalid argument - use --help if necessary\n";
265 print("${P} ${V}\n");
271 die "$P: missing patchfile or -f file - use --help if necessary\n";
291 die "$P: Missing required option: email, scm, status, subsystem or web\n";
299 die "$P: Please select at least 1 email option\n";
303 die "$P: The current directory does not appear to be "
317 or die "$P: Can't open MAINTAINERS file '$file': $!\n";
[all …]
H A Dcheckpatch.pl15 my $P = $0;
16 my $D = dirname(abs_path($P));
67 Usage: $P [OPTION]... [FILE]...
141 open(my $script, '<', abs_path($P)) or
142 die "$P: Can't read '$P' $!\n";
164 or warn "$P: Can't find a readable $configuration_file file $!\n";
241 printf "$P: requires at least perl version %vd\n", $minimum_perl_version;
316 die "$P: $root: --root does not point at a valid tree\n";
785 or warn "$P: Can't read '$file' $!\n";
841 or warn "$P: Can't read '$camelcase_cache' $!\n";
[all …]
/rk3399_rockchip-uboot/drivers/ddr/marvell/axp/
H A Dddr3_write_leveling.c122 dram_info->wl_val[cs][pup][P] = phase; in ddr3_write_leveling_hw()
149 [P], 1); in ddr3_write_leveling_hw()
347 [pup_num][P] + in ddr3_wl_supplement()
352 [P] = phase; in ddr3_wl_supplement()
368 [P]; in ddr3_wl_supplement()
385 [P] = phase; in ddr3_wl_supplement()
545 dram_info->wl_val[cs][pup][P] = phase; in ddr3_write_leveling_hw_reg_dimm()
555 dram_info->wl_val[cs][pup][P] = in ddr3_write_leveling_hw_reg_dimm()
585 [P], 1); in ddr3_write_leveling_hw_reg_dimm()
1269 dram_info->wl_val[cs][pup][P] = phase; in ddr3_write_leveling_single_cs()
[all …]
H A Dddr3_read_leveling.c112 dram_info->rl_val[cs][pup][P] = phase; in ddr3_read_leveling_hw()
141 rl_val[cs][pup][P], 1); in ddr3_read_leveling_hw()
272 DEBUG_RL_D((u32) dram_info->rl_val[cs][pup][P], 1); in ddr3_read_leveling_sw()
291 phase = dram_info->rl_val[cs][pup][P]; in ddr3_read_leveling_sw()
1129 dram_info->rl_val[cs][idx][P] = phase; in ddr3_read_leveling_single_cs_window_mode()
1144 dram_info->rl_val[cs][idx][P] = phase; in ddr3_read_leveling_single_cs_window_mode()
1168 dram_info->rl_val[cs][idx][P] = phase; in ddr3_read_leveling_single_cs_window_mode()
/rk3399_rockchip-uboot/arch/x86/include/asm/acpi/
H A Dirq_helper.h39 Name(prefix_ ## func_ ## P, Package() \
105 Return (prefix_ ## func_ ## P) \
/rk3399_rockchip-uboot/drivers/pinctrl/rockchip/
H A Dpinctrl-rockchip.h515 #define RK3588_PIN_BANK_FLAGS(ID, PIN, LABEL, M, P) \ argument
516 PIN_BANK_IOMUX_FLAGS_PULL_FLAGS(ID, PIN, LABEL, M, M, M, M, P, P, P, P)
/rk3399_rockchip-uboot/arch/arm/mach-sunxi/
H A Dclock_sun4i.c82 #define PLL1_CFG(N, K, M, P) ( 1 << CCM_PLL1_CFG_ENABLE_SHIFT | \ argument
87 (P)<< CCM_PLL1_CFG_DIVP_SHIFT | \
/rk3399_rockchip-uboot/doc/SPI/
H A DREADME.ftssp010_spi_test41 108000f0: e28d0048 e28d5034 e1a0100e e885000f H...4P..........
/rk3399_rockchip-uboot/include/rockchip/
H A Dcrypto_ecc.h113 uint32_t P[RK_ECP_MAX_WORDS_ALL]; // 0x180 member
/rk3399_rockchip-uboot/examples/standalone/
H A DREADME.smc91111_eeprom155 SMC91111> P
177 - P : Print the MAC
183 SMC91111> P
/rk3399_rockchip-uboot/doc/device-tree-bindings/input/
H A Dcros-ec-keyb.txt68 /* U R_SHIFT P O */
/rk3399_rockchip-uboot/env/
H A DKconfig422 "D:P", "D:0", "D", "D:" or "D:auto" (D, P are integers. And P >= 1)
423 - "D:P": device D partition P. Error occurs if device D has no

12