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()
2034 char *search_start, *addr_start, *sm_start; in on_cmd_atcmdinfo_ipaddr() local2070 addr_start = delims[2] + 1; in on_cmd_atcmdinfo_ipaddr()2076 search_start = addr_start; in on_cmd_atcmdinfo_ipaddr()2077 sm_start = addr_start; in on_cmd_atcmdinfo_ipaddr()2089 addr_len = sm_start - addr_start; in on_cmd_atcmdinfo_ipaddr()2090 strncpy(temp_addr_str, addr_start, addr_len); in on_cmd_atcmdinfo_ipaddr()2117 addr_start = delims[3] + 1; in on_cmd_atcmdinfo_ipaddr()2118 addr_len = delims[4] - addr_start; in on_cmd_atcmdinfo_ipaddr()2119 strncpy(temp_addr_str, addr_start, addr_len); in on_cmd_atcmdinfo_ipaddr()2129 addr_start = delims[4] + 1; in on_cmd_atcmdinfo_ipaddr()[all …]