Searched refs:bb_info (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/freescale/fs_enet/ |
| 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-v5.15/drivers/gpu/drm/amd/display/dc/dcn302/ |
| D | dcn302_resource.c | 1107 struct bp_soc_bb_info bb_info = { 0 }; in init_soc_bounding_box() local 1110 dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in init_soc_bounding_box() 1111 if (bb_info.dram_clock_change_latency_100ns > 0) in init_soc_bounding_box() 1113 bb_info.dram_clock_change_latency_100ns * 10; in init_soc_bounding_box() 1115 if (bb_info.dram_sr_enter_exit_latency_100ns > 0) in init_soc_bounding_box() 1117 bb_info.dram_sr_enter_exit_latency_100ns * 10; in init_soc_bounding_box() 1119 if (bb_info.dram_sr_exit_latency_100ns > 0) in init_soc_bounding_box() 1121 bb_info.dram_sr_exit_latency_100ns * 10; in init_soc_bounding_box()
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn303/ |
| 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-v5.15/drivers/gpu/drm/amd/display/dc/dcn301/ |
| D | dcn301_resource.c | 1510 struct bp_soc_bb_info bb_info = {0}; in init_soc_bounding_box() local 1512 if (dc->ctx->dc_bios->funcs->get_soc_bb_info(dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in init_soc_bounding_box() 1513 if (bb_info.dram_clock_change_latency_100ns > 0) in init_soc_bounding_box() 1514 dcn3_01_soc.dram_clock_change_latency_us = bb_info.dram_clock_change_latency_100ns * 10; in init_soc_bounding_box() 1516 if (bb_info.dram_sr_enter_exit_latency_100ns > 0) in init_soc_bounding_box() 1517 dcn3_01_soc.sr_enter_plus_exit_time_us = bb_info.dram_sr_enter_exit_latency_100ns * 10; in init_soc_bounding_box() 1519 if (bb_info.dram_sr_exit_latency_100ns > 0) in init_soc_bounding_box() 1520 dcn3_01_soc.sr_exit_time_us = bb_info.dram_sr_exit_latency_100ns * 10; in init_soc_bounding_box()
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn30/ |
| D | dcn30_resource.c | 1738 struct bp_soc_bb_info bb_info = {0}; in init_soc_bounding_box() local 1740 if (dc->ctx->dc_bios->funcs->get_soc_bb_info(dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in init_soc_bounding_box() 1741 if (bb_info.dram_clock_change_latency_100ns > 0) in init_soc_bounding_box() 1742 dcn3_0_soc.dram_clock_change_latency_us = bb_info.dram_clock_change_latency_100ns * 10; in init_soc_bounding_box() 1744 if (bb_info.dram_sr_enter_exit_latency_100ns > 0) in init_soc_bounding_box() 1745 dcn3_0_soc.sr_enter_plus_exit_time_us = bb_info.dram_sr_enter_exit_latency_100ns * 10; in init_soc_bounding_box() 1747 if (bb_info.dram_sr_exit_latency_100ns > 0) in init_soc_bounding_box() 1748 dcn3_0_soc.sr_exit_time_us = bb_info.dram_sr_exit_latency_100ns * 10; in init_soc_bounding_box()
|
| /Linux-v5.15/drivers/net/ethernet/renesas/ |
| 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() 3072 struct bb_info *bitbang; in sh_mdio_init() 3077 bitbang = devm_kzalloc(dev, sizeof(struct bb_info), GFP_KERNEL); in sh_mdio_init()
|