Searched refs:mul (Results 1 – 12 of 12) sorted by relevance
| /rk3399_ARM-atf/plat/renesas/common/ |
| H A D | rcar_stack_protector.c | 20 u_register_t mul; in plat_get_stack_protector_canary() local 30 mul = (u_register_t)(val1 * seed); in plat_get_stack_protector_canary() 31 if ((ULONG_MAX - mul) > val2) { in plat_get_stack_protector_canary() 32 ret = mul + val2; in plat_get_stack_protector_canary()
|
| /rk3399_ARM-atf/plat/aspeed/ast2700/ |
| H A D | plat_bl31_setup.c | 143 uint32_t mul = 1, div = 1; in plat_get_pll_rate() local 180 mul = (pll_reg.b.m) / ((pll_reg.b.n + 1)); in plat_get_pll_rate() 184 mul = (pll_reg.b.m + 1) / ((pll_reg.b.n + 1) * 2); in plat_get_pll_rate() 189 rate = ((CLKIN_25M * mul) / div); in plat_get_pll_rate()
|
| /rk3399_ARM-atf/plat/nxp/common/aarch64/ |
| H A D | ls_helpers.S | 112 mul w1, w1, w0 151 mul w1, w1, w0
|
| H A D | bl31_data.S | 59 mul x2, x2, x0 119 mul x2, x2, x0 185 mul x3, x3, x0 248 mul x3, x3, x0
|
| /rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/ |
| H A D | rdv3_per_cpu.S | 45 mul x0, x0, x2
|
| /rk3399_ARM-atf/plat/marvell/armada/common/aarch64/ |
| H A D | marvell_helpers.S | 71 mul x1, x0, x1
|
| /rk3399_ARM-atf/plat/xilinx/zynqmp/pm_service/ |
| H A D | pm_api_clock.h | 304 uint32_t *mul,
|
| H A D | zynqmp_pm_api_sys.c | 1117 uint32_t *mul, in pm_clock_get_fixedfactor_params() argument 1120 return pm_api_clock_get_fixedfactor_params(clock_id, mul, div); in pm_clock_get_fixedfactor_params()
|
| H A D | pm_api_clock.c | 2556 uint32_t *mul, in pm_api_clock_get_fixedfactor_params() argument 2579 *mul = clock_nodes[i].mult; in pm_api_clock_get_fixedfactor_params()
|
| /rk3399_ARM-atf/drivers/nxp/console/ |
| H A D | linflex_console.S | 91 mul x4, x4, x2
|
| /rk3399_ARM-atf/plat/nvidia/tegra/common/aarch64/ |
| H A D | tegra_helpers.S | 299 mul x3, x3, x2
|
| /rk3399_ARM-atf/lib/el3_runtime/aarch64/ |
| H A D | context.S | 569 mul x9, x9, x10
|