Home
last modified time | relevance | path

Searched refs:block_count (Results 1 – 11 of 11) sorted by relevance

/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/resources/resource_imp/
Dwhd_resources.c65 …t_get_resource_no_of_blocks(whd_driver_t whd_drv, whd_resource_type_t type, uint32_t *block_count);
216 uint32_t block_count; in host_get_resource_block() local
222 host_get_resource_no_of_blocks(whd_drv, type, &block_count); in host_get_resource_block()
226 if (blockno >= block_count) in host_get_resource_block()
304 …st_get_resource_no_of_blocks(whd_driver_t whd_drv, whd_resource_type_t type, uint32_t *block_count) in host_get_resource_no_of_blocks() argument
311 *block_count = resource_size / block_size; in host_get_resource_no_of_blocks()
313 *block_count += 1; in host_get_resource_no_of_blocks()
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_resource_if.c74 …get_resource_no_of_blocks(whd_driver_t whd_driver, whd_resource_type_t type, uint32_t *block_count) in whd_get_resource_no_of_blocks() argument
78 … return whd_driver->resource_if->whd_get_resource_no_of_blocks(whd_driver, type, block_count); in whd_get_resource_no_of_blocks()
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_resource_if.h46 …d_get_resource_no_of_blocks(whd_driver_t whd_drv, whd_resource_type_t type, uint32_t *block_count);
/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_flash.h76 uint8_t block_count; //!< The number of distinct flash blocks member
Dcyhal_sdhc.h552 cy_rslt_t cyhal_sdhc_get_block_count(cyhal_sdhc_t *obj, uint32_t *block_count);
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/inc/
Dwhd_resource_api.h113 …_get_resource_no_of_blocks)(whd_driver_t whd_drv, whd_resource_type_t type, uint32_t *block_count);
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_aes_v2.c1236 uint32_t block_count; in Cy_Crypto_Core_V2_Aes_GCM_AAD_Update() local
1279 block_count = aadSize/CY_CRYPTO_AES_BLOCK_SIZE; in Cy_Crypto_Core_V2_Aes_GCM_AAD_Update()
1280 …Cy_Crypto_Core_V2_Aes_GCM_Ghash(base, hRemap, aadRemap, block_count * CY_CRYPTO_AES_BLOCK_SIZE, yR… in Cy_Crypto_Core_V2_Aes_GCM_AAD_Update()
1281 aadRemap += block_count *CY_CRYPTO_AES_BLOCK_SIZE; in Cy_Crypto_Core_V2_Aes_GCM_AAD_Update()
1283 …aesGCMctx->aad_size += block_count *CY_CRYPTO_AES_BLOCK_SIZE + aadSize % CY_CRYPTO_AES_BLOCK_SIZE; in Cy_Crypto_Core_V2_Aes_GCM_AAD_Update()
Dcy_sd_host.c5436 uint32_t *block_count, in Cy_SD_Host_GetBlockCount() argument
5442 if ((NULL != base) && (NULL != block_count) && (NULL != context)) in Cy_SD_Host_GetBlockCount()
5446 *block_count = context->maxSectorNum; in Cy_SD_Host_GetBlockCount()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_sd_host.h1614 uint32_t *block_count,
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_nvm.c955 info->block_count = flash_region_count; in cyhal_flash_get_info()
Dcyhal_sdhc.c2100 cy_rslt_t cyhal_sdhc_get_block_count(cyhal_sdhc_t *obj, uint32_t * block_count) in cyhal_sdhc_get_block_count() argument
2107 if (CY_SD_HOST_SUCCESS == Cy_SD_Host_GetBlockCount(sdxx->base, block_count, &(sdxx->context))) in cyhal_sdhc_get_block_count()