Searched refs:exp (Results 1 – 9 of 9) sorted by relevance
/u-boot/drivers/net/phy/ |
A D | meson-gxl.c | 34 int ret, wol, lpa, exp; in meson_gxl_startup() local 70 exp = phy_read(phydev, MDIO_DEVAD_NONE, MII_EXPANSION); in meson_gxl_startup() 71 if (exp < 0) in meson_gxl_startup() 72 return exp; in meson_gxl_startup() 75 ((exp & EXPANSION_NWAY) && !(lpa & LPA_LPACK))) { in meson_gxl_startup()
|
/u-boot/lib/rsa/ |
A D | Makefile | 10 obj-$(CONFIG_RSA_SOFTWARE_EXP) += rsa-mod-exp.o
|
/u-boot/include/ |
A D | efi_loader.h | 101 #define EFI_CALL(exp) ({ \ argument 102 debug("%sEFI: Call: %s\n", __efi_nesting_inc(), #exp); \ 104 typeof(exp) _r = exp; \ 107 (unsigned long)((uintptr_t)_r & ~EFI_ERROR_MASK), #exp); \ 114 #define EFI_CALL_VOID(exp) do { \ argument 115 debug("%sEFI: Call: %s\n", __efi_nesting_inc(), #exp); \ 117 exp; \ 119 debug("%sEFI: Return From: %s\n", __efi_nesting_dec(), #exp); \
|
/u-boot/board/xilinx/zynqmp/ |
A D | cmds.c | 225 u64 srcaddr, mod, exp; in do_zynqmp_rsa() local 247 exp = simple_strtoul(argv[5], NULL, 16); in do_zynqmp_rsa() 262 (void *)exp, PUB_EXPO_LEN); in do_zynqmp_rsa() 266 (void *)exp, PRIV_EXPO_LEN); in do_zynqmp_rsa()
|
/u-boot/arch/powerpc/dts/ |
A D | e500mc_power_isa.dtsi | 24 power-isa-exp; // External Proxy
|
A D | e5500_power_isa.dtsi | 24 power-isa-exp; // External Proxy
|
A D | e6500_power_isa.dtsi | 24 power-isa-exp; // External Proxy
|
/u-boot/tools/ |
A D | Makefile | 71 rsa-mod-exp.o)
|
/u-boot/drivers/net/ |
A D | bcm-sf2-eth-gmac.c | 27 #define SPINWAIT(exp, us) { \ argument 29 while ((exp) && (countdown >= 10)) {\
|
Completed in 11 milliseconds