Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/resources/resource_imp/
Dwhd_resources.c63 …t_get_resource_no_of_blocks(whd_driver_t whd_drv, whd_resource_type_t type, uint32_t *block_count);
213 uint32_t block_count; in host_get_resource_block() local
219 host_get_resource_no_of_blocks(whd_drv, type, &block_count); in host_get_resource_block()
223 if (blockno >= block_count) in host_get_resource_block()
301 …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
308 *block_count = resource_size / block_size; in host_get_resource_no_of_blocks()
310 *block_count += 1; in host_get_resource_no_of_blocks()
/hal_infineon-3.4.0/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-3.4.0/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-3.4.0/wifi-host-driver/WiFi_Host_Driver/inc/
Dwhd_resource_api.h108 …_get_resource_no_of_blocks)(whd_driver_t whd_drv, whd_resource_type_t type, uint32_t *block_count);
/hal_infineon-3.4.0/mtb-hal-cat1/include/
Dcyhal_flash.h131 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-3.4.0/mtb-hal-cat1/COMPONENT_PSOC6HAL/source/
Dcyhal_flash.c206 info->block_count = _CYHAL_INTERNAL_MEMORY_BLOCKS; in cyhal_flash_get_info()
Dcyhal_sdhc.c2064 cy_rslt_t cyhal_sdhc_get_block_count(cyhal_sdhc_t *obj, uint32_t * block_count) in cyhal_sdhc_get_block_count() argument
2071 if (CY_SD_HOST_SUCCESS == Cy_SD_Host_GetBlockCount(sdxx->base, block_count, &(sdxx->context))) in cyhal_sdhc_get_block_count()
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_sd_host.h1552 uint32_t *block_count,
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_sd_host.c5124 uint32_t *block_count, in Cy_SD_Host_GetBlockCount() argument
5130 if ((NULL != base) && (NULL != block_count) && (NULL != context)) in Cy_SD_Host_GetBlockCount()
5134 *block_count = context->maxSectorNum; in Cy_SD_Host_GetBlockCount()