| /drivers/net/ethernet/freescale/fs_enet/ |
| 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 *bitbang = bus->priv; in fs_mii_bitbang_init() 152 struct bb_info *bitbang; in fs_enet_mdio_probe() 155 bitbang = kzalloc(sizeof(struct bb_info), GFP_KERNEL); in fs_enet_mdio_probe() 195 struct bb_info *bitbang = bus->priv; in fs_enet_mdio_remove()
|
| /drivers/gpu/drm/amd/display/dc/dml/dcn302/ |
| 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()
|
| A D | dcn302_fpu.h | 29 void dcn302_fpu_init_soc_bounding_box(struct bp_soc_bb_info bb_info);
|
| /drivers/gpu/drm/amd/display/dc/dml/dcn303/ |
| 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()
|
| A D | dcn303_fpu.h | 30 void dcn303_fpu_init_soc_bounding_box(struct bp_soc_bb_info bb_info);
|
| /drivers/gpu/drm/amd/display/dc/dml/dcn301/ |
| 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()
|
| A D | dcn301_fpu.h | 29 void dcn301_fpu_init_soc_bounding_box(struct bp_soc_bb_info bb_info);
|
| /drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
| 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()
|
| /drivers/gpu/drm/amd/display/dc/dml/dcn321/ |
| A D | dcn321_fpu.c | 663 struct bp_soc_bb_info bb_info = {0}; in dcn321_update_bw_bounding_box_fpu() local 665 if (dc->ctx->dc_bios->funcs->get_soc_bb_info(dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in dcn321_update_bw_bounding_box_fpu() 666 if (bb_info.dram_clock_change_latency_100ns > 0) in dcn321_update_bw_bounding_box_fpu() 669 bb_info.dram_clock_change_latency_100ns * 10; in dcn321_update_bw_bounding_box_fpu() 671 if (bb_info.dram_sr_enter_exit_latency_100ns > 0) in dcn321_update_bw_bounding_box_fpu() 674 bb_info.dram_sr_enter_exit_latency_100ns * 10; in dcn321_update_bw_bounding_box_fpu() 676 if (bb_info.dram_sr_exit_latency_100ns > 0) in dcn321_update_bw_bounding_box_fpu() 679 bb_info.dram_sr_exit_latency_100ns * 10; in dcn321_update_bw_bounding_box_fpu()
|
| /drivers/gpu/drm/amd/display/dc/dml2/dml21/ |
| 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()
|
| /drivers/gpu/drm/amd/display/dc/ |
| A D | dc_bios_types.h | 186 struct bp_soc_bb_info bb_info; member
|
| /drivers/net/ethernet/renesas/ |
| 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()
|
| /drivers/gpu/drm/amd/display/dc/resource/dcn302/ |
| 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()
|
| /drivers/gpu/drm/amd/display/dc/resource/dcn303/ |
| 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()
|
| /drivers/gpu/drm/amd/display/dc/resource/dcn301/ |
| 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()
|
| /drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| A D | dcn32_fpu.c | 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()
|
| /drivers/gpu/drm/amd/display/dc/bios/ |
| A D | bios_parser2.c | 3786 bios_parser_get_soc_bb_info(&bp->base, &bp->base.bb_info); in bios_parser2_construct()
|