Searched refs:addr_start (Results 1 – 3 of 3) sorted by relevance
176 const int addr_start = (data->cur_cfg->enter_4ba != 0) ? 0 : 1; in qspi_npcx_fiu_uma_transceive() local178 for (size_t i = addr_start; i < 4; i++) { in qspi_npcx_fiu_uma_transceive()
107 static int addr_is_free(uint16_t addr_start, uint8_t num_elem, uint16_t *next) in addr_is_free() argument109 uint16_t addr_end = addr_start + num_elem - 1; in addr_is_free()113 if (!BT_MESH_ADDR_IS_UNICAST(addr_start) || in addr_is_free()129 if (!(addr_end < other_start || addr_start > other_end)) { in addr_is_free()
1966 char *search_start, *addr_start, *sm_start; in on_cmd_atcmdinfo_ipaddr() local2002 addr_start = delims[2] + 1; in on_cmd_atcmdinfo_ipaddr()2008 search_start = addr_start; in on_cmd_atcmdinfo_ipaddr()2009 sm_start = addr_start; in on_cmd_atcmdinfo_ipaddr()2021 addr_len = sm_start - addr_start; in on_cmd_atcmdinfo_ipaddr()2022 strncpy(temp_addr_str, addr_start, addr_len); in on_cmd_atcmdinfo_ipaddr()2049 addr_start = delims[3] + 1; in on_cmd_atcmdinfo_ipaddr()2050 addr_len = delims[4] - addr_start; in on_cmd_atcmdinfo_ipaddr()2051 strncpy(temp_addr_str, addr_start, addr_len); in on_cmd_atcmdinfo_ipaddr()2061 addr_start = delims[4] + 1; in on_cmd_atcmdinfo_ipaddr()[all …]