/linux/drivers/net/ethernet/freescale/fs_enet/ |
H A D | mii-bitbang.c | 27 struct bb_info { struct 57 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in mdio_dir() 70 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in mdio_read() 76 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in mdio() 89 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in mdc() 113 struct bb_info *bitban in fs_mii_bitbang_init() 28 ctrlbb_info global() argument 29 dirbb_info global() argument 30 datbb_info global() argument 31 mdio_mskbb_info global() argument 32 mdc_mskbb_info global() argument [all...] |
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn302/ |
H A D | dcn302_fpu.c | 349 void dcn302_fpu_init_soc_bounding_box(struct bp_soc_bb_info bb_info) in dcn302_fpu_init_soc_bounding_box() argument 354 if (bb_info.dram_clock_change_latency_100ns > 0) in dcn302_fpu_init_soc_bounding_box() 356 bb_info.dram_clock_change_latency_100ns * 10; in dcn302_fpu_init_soc_bounding_box() 358 if (bb_info.dram_sr_enter_exit_latency_100ns > 0) in dcn302_fpu_init_soc_bounding_box() 360 bb_info.dram_sr_enter_exit_latency_100ns * 10; in dcn302_fpu_init_soc_bounding_box() 362 if (bb_info.dram_sr_exit_latency_100ns > 0) in dcn302_fpu_init_soc_bounding_box() 364 bb_info.dram_sr_exit_latency_100ns * 10; in dcn302_fpu_init_soc_bounding_box()
|
H A D | dcn302_fpu.h | 29 void dcn302_fpu_init_soc_bounding_box(struct bp_soc_bb_info bb_info);
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn303/ |
H A D | dcn303_fpu.c | 368 void dcn303_fpu_init_soc_bounding_box(struct bp_soc_bb_info bb_info) in dcn303_fpu_init_soc_bounding_box() argument 372 if (bb_info.dram_clock_change_latency_100ns > 0) in dcn303_fpu_init_soc_bounding_box() 373 dcn3_03_soc.dram_clock_change_latency_us = bb_info.dram_clock_change_latency_100ns * 10; in dcn303_fpu_init_soc_bounding_box() 375 if (bb_info.dram_sr_enter_exit_latency_100ns > 0) in dcn303_fpu_init_soc_bounding_box() 376 dcn3_03_soc.sr_enter_plus_exit_time_us = bb_info.dram_sr_enter_exit_latency_100ns * 10; in dcn303_fpu_init_soc_bounding_box() 378 if (bb_info.dram_sr_exit_latency_100ns > 0) in dcn303_fpu_init_soc_bounding_box() 379 dcn3_03_soc.sr_exit_time_us = bb_info.dram_sr_exit_latency_100ns * 10; in dcn303_fpu_init_soc_bounding_box()
|
H A D | dcn303_fpu.h | 30 void dcn303_fpu_init_soc_bounding_box(struct bp_soc_bb_info bb_info);
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn301/ |
H A D | dcn301_fpu.c | 398 void dcn301_fpu_init_soc_bounding_box(struct bp_soc_bb_info bb_info) in dcn301_fpu_init_soc_bounding_box() argument 402 if (bb_info.dram_clock_change_latency_100ns > 0) in dcn301_fpu_init_soc_bounding_box() 403 dcn3_01_soc.dram_clock_change_latency_us = bb_info.dram_clock_change_latency_100ns * 10; in dcn301_fpu_init_soc_bounding_box() 405 if (bb_info.dram_sr_enter_exit_latency_100ns > 0) in dcn301_fpu_init_soc_bounding_box() 406 dcn3_01_soc.sr_enter_plus_exit_time_us = bb_info.dram_sr_enter_exit_latency_100ns * 10; in dcn301_fpu_init_soc_bounding_box() 408 if (bb_info.dram_sr_exit_latency_100ns > 0) in dcn301_fpu_init_soc_bounding_box() 409 dcn3_01_soc.sr_exit_time_us = bb_info.dram_sr_exit_latency_100ns * 10; in dcn301_fpu_init_soc_bounding_box()
|
H A D | dcn301_fpu.h | 29 void dcn301_fpu_init_soc_bounding_box(struct bp_soc_bb_info bb_info);
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
H A D | dcn30_fpu.c | 726 struct bp_soc_bb_info bb_info = {0}; in patch_dcn30_soc_bounding_box() local 728 if (dc->ctx->dc_bios->funcs->get_soc_bb_info(dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in patch_dcn30_soc_bounding_box() 729 if (bb_info.dram_clock_change_latency_100ns > 0) in patch_dcn30_soc_bounding_box() 730 dcn3_0_soc.dram_clock_change_latency_us = bb_info.dram_clock_change_latency_100ns * 10; in patch_dcn30_soc_bounding_box() 732 if (bb_info.dram_sr_enter_exit_latency_100ns > 0) in patch_dcn30_soc_bounding_box() 733 dcn3_0_soc.sr_enter_plus_exit_time_us = bb_info.dram_sr_enter_exit_latency_100ns * 10; in patch_dcn30_soc_bounding_box() 735 if (bb_info.dram_sr_exit_latency_100ns > 0) in patch_dcn30_soc_bounding_box() 736 dcn3_0_soc.sr_exit_time_us = bb_info.dram_sr_exit_latency_100ns * 10; in patch_dcn30_soc_bounding_box()
|
/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_bios_types.h | 186 struct bp_soc_bb_info bb_info; member
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/ |
H A D | dml21_translation_helper.c | 270 if (in_dc->ctx->dc_bios->bb_info.dram_clock_change_latency_100ns > 0) in override_dml_init_with_values_from_vbios() 272 (in_dc->ctx->dc_bios->bb_info.dram_clock_change_latency_100ns + 9) / 10; in override_dml_init_with_values_from_vbios() 274 if (in_dc->ctx->dc_bios->bb_info.dram_sr_enter_exit_latency_100ns > 0) in override_dml_init_with_values_from_vbios() 276 (in_dc->ctx->dc_bios->bb_info.dram_sr_enter_exit_latency_100ns + 9) / 10; in override_dml_init_with_values_from_vbios() 278 if (in_dc->ctx->dc_bios->bb_info.dram_sr_exit_latency_100ns > 0) in override_dml_init_with_values_from_vbios() 280 (in_dc->ctx->dc_bios->bb_info.dram_sr_exit_latency_100ns + 9) / 10; in override_dml_init_with_values_from_vbios()
|
/linux/drivers/net/ethernet/renesas/ |
H A D | sh_eth.c | 1170 struct bb_info { struct 1178 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in sh_mdio_ctrl() argument 1207 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in sh_get_mdio() 3093 struct bb_info *bitbang; in sh_mdio_init() 3100 bitbang = devm_kzalloc(dev, sizeof(struct bb_info), GFP_KERNEL); in sh_mdio_init()
|
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn302/ |
H A D | dcn302_resource.c | 973 struct bp_soc_bb_info bb_info = { 0 }; in init_soc_bounding_box() local 976 dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in init_soc_bounding_box() 979 dcn302_fpu_init_soc_bounding_box(bb_info); in init_soc_bounding_box()
|
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn303/ |
H A D | dcn303_resource.c | 919 struct bp_soc_bb_info bb_info = { 0 }; in init_soc_bounding_box() local 922 dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in init_soc_bounding_box() 924 dcn303_fpu_init_soc_bounding_box(bb_info); in init_soc_bounding_box()
|
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn301/ |
H A D | dcn301_resource.c | 1309 struct bp_soc_bb_info bb_info = {0}; in init_soc_bounding_box() local 1311 if (dc->ctx->dc_bios->funcs->get_soc_bb_info(dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in init_soc_bounding_box() 1313 dcn301_fpu_init_soc_bounding_box(bb_info); in init_soc_bounding_box()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | dcn32_fpu.c | 3103 /* Override from VBIOS if VBIOS bb_info available */ in dcn32_update_bw_bounding_box_fpu() 3105 struct bp_soc_bb_info bb_info = {0}; in dcn32_update_bw_bounding_box_fpu() local 3107 if (dc->ctx->dc_bios->funcs->get_soc_bb_info(dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in dcn32_update_bw_bounding_box_fpu() 3108 if (bb_info.dram_clock_change_latency_100ns > 0) in dcn32_update_bw_bounding_box_fpu() 3111 bb_info.dram_clock_change_latency_100ns * 10; in dcn32_update_bw_bounding_box_fpu() 3113 if (bb_info.dram_sr_enter_exit_latency_100ns > 0) in dcn32_update_bw_bounding_box_fpu() 3116 bb_info.dram_sr_enter_exit_latency_100ns * 10; in dcn32_update_bw_bounding_box_fpu() 3118 if (bb_info.dram_sr_exit_latency_100ns > 0) in dcn32_update_bw_bounding_box_fpu() 3121 bb_info.dram_sr_exit_latency_100ns * 10; in dcn32_update_bw_bounding_box_fpu()
|
/linux/drivers/gpu/drm/amd/display/dc/bios/ |
H A D | bios_parser2.c | 3786 bios_parser_get_soc_bb_info(&bp->base, &bp->base.bb_info); in bios_parser2_construct()
|