Home
last modified time | relevance | path

Searched refs:fcfg (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/
H A Dkwbimage.c1452 static int image_create_config_parse(FILE *fcfg) in image_create_config_parse() argument
1458 while (!feof(fcfg)) { in image_create_config_parse()
1464 line = fgets(buf, sizeof(buf), fcfg); in image_create_config_parse()
1509 FILE *fcfg; in kwbimage_set_header() local
1517 fcfg = fopen(params->imagename, "r"); in kwbimage_set_header()
1518 if (!fcfg) { in kwbimage_set_header()
1528 fclose(fcfg); in kwbimage_set_header()
1534 rewind(fcfg); in kwbimage_set_header()
1536 ret = image_create_config_parse(fcfg); in kwbimage_set_header()
1537 fclose(fcfg); in kwbimage_set_header()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/
H A Docxl_hw.c727 struct ocxl_fn_config *fcfg = &afu->fcfg; in ocxlflash_config_fn() local
733 rc = ocxl_config_read_function(pdev, fcfg); in ocxlflash_config_fn()
741 if (fcfg->max_afu_index >= 0) { in ocxlflash_config_fn()
743 if (fcfg->max_afu_index != 0) in ocxlflash_config_fn()
745 __func__, fcfg->max_afu_index); in ocxlflash_config_fn()
758 ocxl_config_set_actag(pdev, fcfg->dvsec_function_pos, base, enabled); in ocxlflash_config_fn()
769 rc = ocxl_config_set_TL(pdev, fcfg->dvsec_tl_pos); in ocxlflash_config_fn()
854 struct ocxl_fn_config *fcfg = &afu->fcfg; in ocxlflash_config_afu() local
866 rc = ocxl_config_read_afu(pdev, fcfg, acfg, 0); in ocxlflash_config_afu()
H A Docxl_hw.h26 struct ocxl_fn_config fcfg; /* DVSEC config of the function */ member