Searched refs:bb_info (Results 1 – 10 of 10) sorted by relevance
| /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 *bitbang = bus->priv; in fs_mii_bitbang_init() 152 struct bb_info *bitbang; in fs_enet_mdio_probe() 155 bitbang = kzalloc_obj(struct bb_info); in fs_enet_mdio_probe() 195 struct bb_info *bitbang = bus->priv; in fs_enet_mdio_remove()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn303/ |
| 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/dcn302/ |
| 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/dcn301/ |
| 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/ |
| H A D | dc_bios_types.h | 197 struct bp_soc_bb_info bb_info; member
|
| /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() 3095 struct bb_info *bitbang; in sh_mdio_init() 3102 bitbang = devm_kzalloc(dev, sizeof(struct bb_info), GFP_KERNEL); in sh_mdio_init()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn303/ |
| H A D | dcn303_resource.c | 951 struct bp_soc_bb_info bb_info = { 0 }; in init_soc_bounding_box() local 954 dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in init_soc_bounding_box() 956 dcn303_fpu_init_soc_bounding_box(bb_info); in init_soc_bounding_box()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn302/ |
| H A D | dcn302_resource.c | 1006 struct bp_soc_bb_info bb_info = { 0 }; in init_soc_bounding_box() local 1009 dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in init_soc_bounding_box() 1012 dcn302_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 | 1343 struct bp_soc_bb_info bb_info = {0}; in init_soc_bounding_box() local 1345 if (dc->ctx->dc_bios->funcs->get_soc_bb_info(dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in init_soc_bounding_box() 1347 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 | 3068 struct bp_soc_bb_info bb_info = {0}; in dcn32_update_bw_bounding_box_fpu() local 3070 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() 3071 if (bb_info.dram_clock_change_latency_100ns > 0) in dcn32_update_bw_bounding_box_fpu() 3074 bb_info.dram_clock_change_latency_100ns * 10; in dcn32_update_bw_bounding_box_fpu() 3076 if (bb_info.dram_sr_enter_exit_latency_100ns > 0) in dcn32_update_bw_bounding_box_fpu() 3079 bb_info.dram_sr_enter_exit_latency_100ns * 10; in dcn32_update_bw_bounding_box_fpu() 3081 if (bb_info.dram_sr_exit_latency_100ns > 0) in dcn32_update_bw_bounding_box_fpu() 3084 bb_info.dram_sr_exit_latency_100ns * 10; in dcn32_update_bw_bounding_box_fpu()
|