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/ |
D | whd_resources.c | 63 …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/ |
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-3.4.0/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-3.4.0/wifi-host-driver/WiFi_Host_Driver/inc/ |
D | whd_resource_api.h | 108 …_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/ |
D | cyhal_flash.h | 131 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-3.4.0/mtb-hal-cat1/COMPONENT_PSOC6HAL/source/ |
D | cyhal_flash.c | 206 info->block_count = _CYHAL_INTERNAL_MEMORY_BLOCKS; in cyhal_flash_get_info()
|
D | cyhal_sdhc.c | 2064 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/ |
D | cy_sd_host.h | 1552 uint32_t *block_count,
|
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/ |
D | cy_sd_host.c | 5124 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()
|