Searched refs:version (Results 1 – 7 of 7) sorted by relevance
23 #define NRF_WIFI_UMAC_VER(version) (((version)&0xFF000000) >> 24) argument24 #define NRF_WIFI_UMAC_VER_MAJ(version) (((version)&0x00FF0000) >> 16) argument25 #define NRF_WIFI_UMAC_VER_MIN(version) (((version)&0x0000FF00) >> 8) argument26 #define NRF_WIFI_UMAC_VER_EXTRA(version) (((version)&0x000000FF) >> 0) argument115 unsigned int version; member
53 unsigned int version; member
148 unsigned int version; member
11 version: '{{ blob.version }}'
73 blob_info["version"] = blob.version
30 const unsigned int version) in nrf_wifi_patch_version_compat() argument34 family = (version >> 24) & 0xff; in nrf_wifi_patch_version_compat()35 major = (version >> 16) & 0xff; in nrf_wifi_patch_version_compat()36 minor = (version >> 8) & 0xff; in nrf_wifi_patch_version_compat()37 patch = (version >> 0) & 0xff; in nrf_wifi_patch_version_compat()132 nrf_wifi_osal_log_dbg("version: 0x%x", info->version); in nrf_wifi_validate_fw_header()147 if (nrf_wifi_patch_version_compat(fmac_dev_ctx, info->version) != 0) { in nrf_wifi_validate_fw_header()
48 # could be handy for archiving the generated documentation or if some version289 # with the commands \{ and \} for these it is advised to use the version @{ and376 # sequence number starting at 0 and GITHUB use the lower case version of title803 # Doxygen should invoke to get the current version for each file (typically from804 # the version control system). Doxygen will invoke the program by executing (via808 # version. For an example see the documentation.842 # Note: This option is particularly useful for macOS version 14 (Sonoma) and931 # and the warning text. Optionally the format may contain $version, which will932 # be replaced by the version of the file (if it could be obtained via1205 # (see https://www.gnu.org/software/global/global.html). You will need version[all …]