Home
last modified time | relevance | path

Searched defs:f (Results 1 – 10 of 10) sorted by relevance

/rk3399_ARM-atf/tools/cot_dt2c/cot_dt2c/
H A Dcot_parser.py454 def include_to_c(self, f): argument
465 def all_cert_to_c(self, f): argument
472 def cert_to_c(self, node: Node, f): argument
542 def img_to_c(self, node:Node, f): argument
566 def all_img_to_c(self, f): argument
573 def nv_to_c(self, f): argument
586 def pk_to_c(self, f): argument
598 def buf_to_c(self, f): argument
615 def param_to_c(self, f): argument
639 def cot_to_c(self, f): argument
/rk3399_ARM-atf/lib/compiler-rt/builtins/
H A Dctzdi2.c32 const si_int f = -(x.s.low == 0); in __ctzdi2() local
H A Dint_types.h135 float f; member
140 double f; member
171 xf_float f; member
216 tf_float f; member
/rk3399_ARM-atf/plat/intel/soc/common/lib/sha/
H A Dsha.c138 uint64_t a, b, c, d, e, f, g, h, t1, t2; in sha512_transform() local
/rk3399_ARM-atf/plat/socionext/uniphier/
H A Duniphier_emmc.c64 #define SDHCI_MAKE_CMD(c, f) ((((c) & 0xff) << 8) | ((f) & 0xff)) argument
/rk3399_ARM-atf/include/drivers/nxp/sd/
H A Dsd_mmc.h27 #define ESDHC_SYSCTL_SDCLKFS(f) (((f) & 0xFF) << 8) argument
/rk3399_ARM-atf/drivers/renesas/common/ddr/ddr_b/
H A Dboot_init_dram.c889 #define JS1_MR1(f) (0x04 | ((f) << 4)) argument
890 #define JS1_MR2(f) (0x00 | ((f) << 3) | (f)) argument
/rk3399_ARM-atf/drivers/st/clk/
H A Dstm32mp1_clk.c521 #define _CLK_FIXED(sec, off, b, idx, f) \ argument
545 #define _CLK_SC_FIXED(sec, off, b, idx, f) \ argument
/rk3399_ARM-atf/include/drivers/cadence/
H A Dcdns_sdmmc.h420 #define SDHCI_MAKE_CMD(c, f) (((c & 0xff) << 8) | (f & 0xff)) argument
/rk3399_ARM-atf/plat/imx/imx8ulp/upower/
H A Dupower_soc_defs.h193 #define UPWR_FREQ_KHZ(f) (f) /* frequency (kHz) to argument value */ argument