Searched refs:dflt (Results 1 - 4 of 4) sorted by relevance

/u-boot/drivers/net/phy/
H A Dadin.c79 u32 dflt)
92 __func__, prop_name, dflt);
93 return dflt;
101 __func__, val, prop_name, dflt);
102 return dflt;
76 adin_get_reg_value(struct phy_device *phydev, const char *prop_name, const struct adin_cfg_reg_map *tbl, u32 dflt) argument
H A Dmicrel_ksz90x1.c75 const u8 dflt; /* Default value */ member in struct:ksz90x1_reg_field
139 regval |= ofcfg->grp[i].dflt << offset;
/u-boot/include/
H A Dfdt_support.h31 const char *prop, const u32 dflt);
33 const char *prop, const u32 dflt);
/u-boot/boot/
H A Dfdt_support.c37 * @dflt: default value if the property isn't found
43 const char *prop, const u32 dflt)
52 return dflt;
56 return dflt;
67 * @dflt: default value if the property isn't found
73 const char *prop, const u32 dflt)
79 return dflt;
81 return fdt_getprop_u32_default_node(fdt, off, 0, prop, dflt);
42 fdt_getprop_u32_default_node(const void *fdt, int off, int cell, const char *prop, const u32 dflt) argument
72 fdt_getprop_u32_default(const void *fdt, const char *path, const char *prop, const u32 dflt) argument

Completed in 56 milliseconds