Searched refs:block_count (Results 1 – 11 of 11) sorted by relevance
| /hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/resources/resource_imp/ |
| D | whd_resources.c | 65 …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/ |
| D | whd_resource_if.c | 74 …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/ |
| D | whd_resource_if.h | 46 …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/ |
| D | cyhal_flash.h | 76 uint8_t block_count; //!< The number of distinct flash blocks member
|
| D | cyhal_sdhc.h | 552 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/ |
| D | whd_resource_api.h | 113 …_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/ |
| D | cy_crypto_core_aes_v2.c | 1236 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()
|
| D | cy_sd_host.c | 5436 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/ |
| D | cy_sd_host.h | 1614 uint32_t *block_count,
|
| /hal_infineon-latest/mtb-hal-cat1/source/ |
| D | cyhal_nvm.c | 955 info->block_count = flash_region_count; in cyhal_flash_get_info()
|
| D | cyhal_sdhc.c | 2100 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()
|