Searched refs:retry_count (Results 1 – 7 of 7) sorted by relevance
1282 static status_t trng_SetRetryCount(TRNG_Type *base, uint8_t retry_count);1400 static status_t trng_SetRetryCount(TRNG_Type *base, uint8_t retry_count) in trng_SetRetryCount() argument1404 if ((retry_count >= 1u) && (retry_count <= 15u)) in trng_SetRetryCount()1407 TRNG_WR_SCMISC_RTY_CT(base, retry_count); in trng_SetRetryCount()
1432 t_u32 retry_count; member1507 t_u32 retry_count; member
4119 t_u16 retry_count;
893 t_u16 retry_count; member
86 value = mib->param.retry_count; in wlan_snmp_mib_ioctl()
867 ctrl_tlv->retry_count = wlan_cpu_to_le16(keep_alive->max_keep_alives); in wifi_tcp_keep_alive()978 ctrl_tlv->retry_count = wlan_cpu_to_le16(keep_alive->retry_count); in wifi_cloud_keep_alive()
5983 cloud_keep_alive.retry_count = retry_count_default;