Home
last modified time | relevance | path

Searched refs:def (Results 1 – 16 of 16) sorted by relevance

/components/drivers/i2c/
A Ddev_i2c_dm.c30 rt_ubase_t def; in i2c_timings_ofw_parse() local
36def = t->bus_freq_hz <= I2C_MAX_STANDARD_MODE_FREQ ? 1000 : t->bus_freq_hz <= I2C_MAX_FAST_MODE_FR… in i2c_timings_ofw_parse()
37 i2c_parse_timing(dev_np, "i2c-scl-rising-time-ns", &t->scl_rise_ns, def, udef); in i2c_timings_ofw_parse()
39 def = t->bus_freq_hz <= I2C_MAX_FAST_MODE_FREQ ? 300 : 120; in i2c_timings_ofw_parse()
40 i2c_parse_timing(dev_np, "i2c-scl-falling-time-ns", &t->scl_fall_ns, def, udef); in i2c_timings_ofw_parse()
/components/legacy/fdt/src/
A Ddtb_access.c59 uint32_t dtb_node_read_u32_default(const struct dtb_node *node, const char *propname, uint32_t def) in dtb_node_read_u32_default() argument
61 dtb_node_read_u32(node, propname, &def); in dtb_node_read_u32_default()
63 return def; in dtb_node_read_u32_default()
86 uint32_t def) in dtb_node_read_u32_index_default() argument
89 dtb_node_read_u32_index(node, propname, index, &def); in dtb_node_read_u32_index_default()
91 return def; in dtb_node_read_u32_index_default()
94 int dtb_node_read_s32_default(const struct dtb_node *node, const char *propname, int32_t def) in dtb_node_read_s32_default() argument
97 dtb_node_read_u32(node, propname, (uint32_t *)&def); in dtb_node_read_s32_default()
99 return def; in dtb_node_read_s32_default()
149 dtb_node_read_u64(node, propname, &def); in dtb_node_read_u64_default()
[all …]
/components/legacy/fdt/inc/
A Ddtb_node.h170 uint32_t dtb_node_read_u32_default(const struct dtb_node *node, const char *propname, uint32_t def);
174 uint32_t def);
179 int dtb_node_read_s32_default(const struct dtb_node *node, const char *propname, int32_t def);
181 uint64_t dtb_node_read_u64_default(const struct dtb_node *node, const char *propname, uint64_t def);
/components/lwp/vdso/user/arch/risc-v/
A DSConstruct12 def get_riscv64_default_arch_abi(gcc_bin):
/components/net/lwip/lwip-2.0.3/
A DSConscript12 src/core/def.c
A DUPGRADING65 in def.h (to be overridden in cc.h) instead of config
67 * New abstraction for hton* and ntoh* functions in def.h.
144 * Added 4 new files: def.c, timers.c, timers.h, tcp_impl.h:
A DCHANGELOG344 * opt.h, def.h, others: patch #8423 "arch/perf.h" should be made an optional item
1144 * def.h, timers.c: fixed bug #34541: LWIP_U32_DIFF is unnecessarily complex
1287 * def.h: task #10391: Add preprocessor-macros for compile-time htonl
1660 * def.h/.c: changed the semantics of LWIP_PREFIX_BYTEORDER_FUNCS to prevent
1664 * def.h, timers.c: Fixed bug #29769 (sys_check_timeouts: sys_now() may
1813 * ip_addr.h, inet.h, def.h, inet.c, def.c, more: Cleanly separate the
1815 functions to def.h (and the new def.c - they are not ipv4 dependent),
/components/net/lwip/lwip-1.4.1/
A DSConscript13 src/core/def.c
A DUPGRADING45 * Added 4 new files: def.c, timers.c, timers.h, tcp_impl.h:
A DCHANGELOG188 * def.h, timers.c: fixed bug #34541: LWIP_U32_DIFF is unnecessarily complex
331 * def.h: task #10391: Add preprocessor-macros for compile-time htonl
704 * def.h/.c: changed the semantics of LWIP_PREFIX_BYTEORDER_FUNCS to prevent
708 * def.h, timers.c: Fixed bug #29769 (sys_check_timeouts: sys_now() may
857 * ip_addr.h, inet.h, def.h, inet.c, def.c, more: Cleanly separate the
859 functions to def.h (and the new def.c - they are not ipv4 dependent),
/components/net/lwip/lwip-2.1.2/
A DUPGRADING100 in def.h (to be overridden in cc.h) instead of config
102 * New abstraction for hton* and ntoh* functions in def.h.
179 * Added 4 new files: def.c, timers.c, timers.h, tcp_impl.h:
A DSConscript9 src/core/def.c
A DCHANGELOG45 * def.h: fix casting htonX and ntohX to u16_t (bug #54850)
597 * opt.h, def.h, others: patch #8423 "arch/perf.h" should be made an optional item
1397 * def.h, timers.c: fixed bug #34541: LWIP_U32_DIFF is unnecessarily complex
1540 * def.h: task #10391: Add preprocessor-macros for compile-time htonl
1913 * def.h/.c: changed the semantics of LWIP_PREFIX_BYTEORDER_FUNCS to prevent
1917 * def.h, timers.c: Fixed bug #29769 (sys_check_timeouts: sys_now() may
2066 * ip_addr.h, inet.h, def.h, inet.c, def.c, more: Cleanly separate the
2068 functions to def.h (and the new def.c - they are not ipv4 dependent),
/components/net/lwip/lwip-2.0.3/src/
A DFilelists.mk34 $(LWIPDIR)/core/def.c \
/components/net/lwip/lwip-2.1.2/src/
A DFilelists.mk34 $(LWIPDIR)/core/def.c \
A DFilelists.cmake36 ${LWIP_DIR}/src/core/def.c

Completed in 29 milliseconds