Home
last modified time | relevance | path

Searched refs:type_name (Results 1 – 4 of 4) sorted by relevance

/u-boot/cmd/
A Dcbfs.c128 type_name = "fit"; in do_cbfs_ls()
137 type_name = "raw"; in do_cbfs_ls()
140 type_name = "vsa"; in do_cbfs_ls()
143 type_name = "mbi"; in do_cbfs_ls()
149 type_name = "fsp"; in do_cbfs_ls()
152 type_name = "mrc"; in do_cbfs_ls()
155 type_name = "mma"; in do_cbfs_ls()
158 type_name = "efi"; in do_cbfs_ls()
167 type_name = "spd"; in do_cbfs_ls()
177 type_name = "null"; in do_cbfs_ls()
[all …]
A Defi.c16 static const char *const type_name[] = { variable
173 name = desc->type < ARRAY_SIZE(type_name) ? in efi_print_mem_table()
174 type_name[desc->type] : "<invalid>"; in efi_print_mem_table()
/u-boot/tools/patman/
A Dcheckpatch.py92 type_name = '([A-Z_]+:)?'
93 re_error = re.compile('ERROR:%s (.*)' % type_name)
94 re_warning = re.compile(emacs_prefix + 'WARNING:%s (.*)' % type_name)
95 re_check = re.compile('CHECK:%s (.*)' % type_name)
/u-boot/drivers/clk/imx/
A Dclk-pll14xx.c335 char *type_name; in imx_clk_pll14xx() local
344 type_name = UBOOT_DM_CLK_IMX_PLL1416X; in imx_clk_pll14xx()
347 type_name = UBOOT_DM_CLK_IMX_PLL1443X; in imx_clk_pll14xx()
362 ret = clk_register(clk, type_name, name, parent_name); in imx_clk_pll14xx()

Completed in 6 milliseconds