Searched refs:bb_info (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/ethernet/freescale/fs_enet/ |
A D | mii-bitbang.c | 30 struct bb_info { struct 60 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in mdio_dir() 73 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in mdio_read() 79 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in mdio() 92 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in mdc() 116 struct bb_info *bitbang = bus->priv; in fs_mii_bitbang_init() 155 struct bb_info *bitbang; in fs_enet_mdio_probe() 158 bitbang = kzalloc(sizeof(struct bb_info), GFP_KERNEL); in fs_enet_mdio_probe() 198 struct bb_info *bitbang = bus->priv; in fs_enet_mdio_remove()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn301/ |
A D | dcn301_fpu.c | 316 void dcn301_fpu_init_soc_bounding_box(struct bp_soc_bb_info bb_info) in dcn301_fpu_init_soc_bounding_box() argument 320 if (bb_info.dram_clock_change_latency_100ns > 0) in dcn301_fpu_init_soc_bounding_box() 321 dcn3_01_soc.dram_clock_change_latency_us = bb_info.dram_clock_change_latency_100ns * 10; in dcn301_fpu_init_soc_bounding_box() 323 if (bb_info.dram_sr_enter_exit_latency_100ns > 0) in dcn301_fpu_init_soc_bounding_box() 324 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() 326 if (bb_info.dram_sr_exit_latency_100ns > 0) in dcn301_fpu_init_soc_bounding_box() 327 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 | 35 void dcn301_fpu_init_soc_bounding_box(struct bp_soc_bb_info bb_info);
|
/linux/drivers/gpu/drm/amd/display/dc/dcn302/ |
A D | dcn302_resource.c | 1111 struct bp_soc_bb_info bb_info = { 0 }; in init_soc_bounding_box() local 1114 dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in init_soc_bounding_box() 1115 if (bb_info.dram_clock_change_latency_100ns > 0) in init_soc_bounding_box() 1117 bb_info.dram_clock_change_latency_100ns * 10; in init_soc_bounding_box() 1119 if (bb_info.dram_sr_enter_exit_latency_100ns > 0) in init_soc_bounding_box() 1121 bb_info.dram_sr_enter_exit_latency_100ns * 10; in init_soc_bounding_box() 1123 if (bb_info.dram_sr_exit_latency_100ns > 0) in init_soc_bounding_box() 1125 bb_info.dram_sr_exit_latency_100ns * 10; in init_soc_bounding_box()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn303/ |
A D | dcn303_resource.c | 1037 struct bp_soc_bb_info bb_info = { 0 }; in init_soc_bounding_box() local 1040 dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in init_soc_bounding_box() 1041 if (bb_info.dram_clock_change_latency_100ns > 0) in init_soc_bounding_box() 1043 bb_info.dram_clock_change_latency_100ns * 10; in init_soc_bounding_box() 1045 if (bb_info.dram_sr_enter_exit_latency_100ns > 0) in init_soc_bounding_box() 1047 bb_info.dram_sr_enter_exit_latency_100ns * 10; in init_soc_bounding_box() 1049 if (bb_info.dram_sr_exit_latency_100ns > 0) in init_soc_bounding_box() 1051 bb_info.dram_sr_exit_latency_100ns * 10; in init_soc_bounding_box()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
A D | dcn30_resource.c | 1739 struct bp_soc_bb_info bb_info = {0}; in init_soc_bounding_box() local 1741 if (dc->ctx->dc_bios->funcs->get_soc_bb_info(dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in init_soc_bounding_box() 1742 if (bb_info.dram_clock_change_latency_100ns > 0) in init_soc_bounding_box() 1743 dcn3_0_soc.dram_clock_change_latency_us = bb_info.dram_clock_change_latency_100ns * 10; in init_soc_bounding_box() 1745 if (bb_info.dram_sr_enter_exit_latency_100ns > 0) in init_soc_bounding_box() 1746 dcn3_0_soc.sr_enter_plus_exit_time_us = bb_info.dram_sr_enter_exit_latency_100ns * 10; in init_soc_bounding_box() 1748 if (bb_info.dram_sr_exit_latency_100ns > 0) in init_soc_bounding_box() 1749 dcn3_0_soc.sr_exit_time_us = bb_info.dram_sr_exit_latency_100ns * 10; in init_soc_bounding_box()
|
/linux/drivers/net/ethernet/renesas/ |
A D | sh_eth.c | 1172 struct bb_info { struct 1180 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in sh_mdio_ctrl() argument 1209 struct bb_info *bitbang = container_of(ctrl, struct bb_info, ctrl); in sh_get_mdio() 3074 struct bb_info *bitbang; in sh_mdio_init() 3079 bitbang = devm_kzalloc(dev, sizeof(struct bb_info), GFP_KERNEL); in sh_mdio_init()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn301/ |
A D | dcn301_resource.c | 1337 struct bp_soc_bb_info bb_info = {0}; in init_soc_bounding_box() local 1339 if (dc->ctx->dc_bios->funcs->get_soc_bb_info(dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in init_soc_bounding_box() 1341 dcn301_fpu_init_soc_bounding_box(bb_info); in init_soc_bounding_box()
|
Completed in 24 milliseconds