Home
last modified time | relevance | path

Searched refs:bb_info (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dmii-bitbang.c27 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 Ddcn303_fpu.h30 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 Ddcn302_fpu.h29 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 Ddcn301_fpu.h29 void dcn301_fpu_init_soc_bounding_box(struct bp_soc_bb_info bb_info);
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_bios_types.h201 struct bp_soc_bb_info bb_info;
197 struct bp_soc_bb_info bb_info; global() member
/linux/drivers/net/ethernet/renesas/
H A Dsh_eth.c1170 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 Ddcn303_resource.c1040 struct bp_soc_bb_info bb_info = { 0 }; in dcn303_resource_destruct()
1043 dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in dcn303_resource_destruct()
1045 dcn303_fpu_init_soc_bounding_box(bb_info); in dcn303_resource_destruct()
951 struct bp_soc_bb_info bb_info = { 0 }; init_soc_bounding_box() local
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn302/
H A Ddcn302_resource.c1095 struct bp_soc_bb_info bb_info = { 0 }; in dcn302_resource_destruct()
1098 dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in dcn302_resource_destruct()
1101 dcn302_fpu_init_soc_bounding_box(bb_info); in dcn302_resource_destruct()
1006 struct bp_soc_bb_info bb_info = { 0 }; init_soc_bounding_box() local
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn301/
H A Ddcn301_resource.c1344 struct bp_soc_bb_info bb_info = {0}; in init_soc_bounding_box()
1346 if (dc->ctx->dc_bios->funcs->get_soc_bb_info(dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in init_soc_bounding_box()
1348 dcn301_fpu_init_soc_bounding_box(bb_info); in init_soc_bounding_box()
1343 struct bp_soc_bb_info bb_info = {0}; init_soc_bounding_box() local
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c3077 /* Override from VBIOS if VBIOS bb_info available */ in dcn32_update_bw_bounding_box_fpu()
3079 struct bp_soc_bb_info bb_info = {0}; in dcn32_update_bw_bounding_box_fpu()
3081 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()
3082 if (bb_info.dram_clock_change_latency_100ns > 0) in dcn32_update_bw_bounding_box_fpu()
3085 bb_info.dram_clock_change_latency_100ns * 10; in dcn32_update_bw_bounding_box_fpu()
3087 if (bb_info.dram_sr_enter_exit_latency_100ns > 0) in dcn32_update_bw_bounding_box_fpu()
3090 bb_info.dram_sr_enter_exit_latency_100ns * 10; in dcn32_update_bw_bounding_box_fpu()
3092 if (bb_info.dram_sr_exit_latency_100ns > 0) in dcn32_update_bw_bounding_box_fpu()
3095 bb_info.dram_sr_exit_latency_100ns * 10; in dcn32_update_bw_bounding_box_fpu()
3068 struct bp_soc_bb_info bb_info = {0}; dcn32_update_bw_bounding_box_fpu() local
/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser2.c3902 bios_parser_get_soc_bb_info(&bp->base, &bp->base.bb_info);