| /components/drivers/i2c/ |
| A D | dev_i2c_dm.c | 30 rt_ubase_t def; in i2c_timings_ofw_parse() local 36 …def = 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 D | dtb_access.c | 59 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 D | dtb_node.h | 170 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 D | SConstruct | 12 def get_riscv64_default_arch_abi(gcc_bin):
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | SConscript | 12 src/core/def.c
|
| A D | UPGRADING | 65 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 D | CHANGELOG | 344 * 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 D | SConscript | 13 src/core/def.c
|
| A D | UPGRADING | 45 * Added 4 new files: def.c, timers.c, timers.h, tcp_impl.h:
|
| A D | CHANGELOG | 188 * 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 D | UPGRADING | 100 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 D | SConscript | 9 src/core/def.c
|
| A D | CHANGELOG | 45 * 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 D | Filelists.mk | 34 $(LWIPDIR)/core/def.c \
|
| /components/net/lwip/lwip-2.1.2/src/ |
| A D | Filelists.mk | 34 $(LWIPDIR)/core/def.c \
|
| A D | Filelists.cmake | 36 ${LWIP_DIR}/src/core/def.c
|