Searched refs:hsa (Results 1 – 6 of 6) sorted by relevance
/drivers/infiniband/core/ |
D | sysfs.c | 785 struct hw_stats_attribute *hsa; in show_hw_stats() local 789 hsa = container_of(attr, struct hw_stats_attribute, attr); in show_hw_stats() 790 if (!hsa->port_num) { in show_hw_stats() 799 ret = update_hw_stats(dev, stats, hsa->port_num, hsa->index); in show_hw_stats() 802 return print_hw_stat(stats, hsa->index, buf); in show_hw_stats() 809 struct hw_stats_attribute *hsa; in show_stats_lifespan() local 812 hsa = container_of(attr, struct hw_stats_attribute, attr); in show_stats_lifespan() 813 if (!hsa->port_num) { in show_stats_lifespan() 828 struct hw_stats_attribute *hsa; in set_stats_lifespan() local 839 hsa = container_of(attr, struct hw_stats_attribute, attr); in set_stats_lifespan() [all …]
|
/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 3453 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; in dsi_config_cmd_mode_interleaving() local 3476 hsa = FLD_GET(r, 31, 24); in dsi_config_cmd_mode_interleaving() 3499 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving() 3502 hsa_interleave_hs = dsi_compute_interleave_hs(hsa, ddr_alwon, in dsi_config_cmd_mode_interleaving() 3505 hsa_interleave_lp = dsi_compute_interleave_lp(hsa, in dsi_config_cmd_mode_interleaving() 3701 int hsa = dsi->vm_timings.hsa; in dsi_proto_timings() local 3715 ((hsa == 0 && ndl == 3) ? 1 : DIV_ROUND_UP(4, ndl)) : 0; in dsi_proto_timings() 3720 tl = DIV_ROUND_UP(4, ndl) + (hsync_end ? hsa : 0) + t_he + hfp + in dsi_proto_timings() 3724 hfp, hsync_end ? hsa : 0, tl); in dsi_proto_timings() 3731 r = FLD_MOD(r, hsync_end ? hsa : 0, 31, 24); /* HSA */ in dsi_proto_timings() [all …]
|
/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.c | 3560 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; in dsi_config_cmd_mode_interleaving() local 3583 hsa = FLD_GET(r, 31, 24); in dsi_config_cmd_mode_interleaving() 3606 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving() 3609 hsa_interleave_hs = dsi_compute_interleave_hs(hsa, ddr_alwon, in dsi_config_cmd_mode_interleaving() 3612 hsa_interleave_lp = dsi_compute_interleave_lp(hsa, in dsi_config_cmd_mode_interleaving() 3808 int hsa = dsi->vm_timings.hsa; in dsi_proto_timings() local 3822 ((hsa == 0 && ndl == 3) ? 1 : DIV_ROUND_UP(4, ndl)) : 0; in dsi_proto_timings() 3827 tl = DIV_ROUND_UP(4, ndl) + (hsync_end ? hsa : 0) + t_he + hfp + in dsi_proto_timings() 3831 hfp, hsync_end ? hsa : 0, tl); in dsi_proto_timings() 3838 r = FLD_MOD(r, hsync_end ? hsa : 0, 31, 24); /* HSA */ in dsi_proto_timings() [all …]
|
D | omapdss.h | 212 u16 hsa; member
|
/drivers/gpu/drm/bridge/synopsys/ |
D | dw-mipi-dsi.c | 606 u32 htotal, hsa, hbp, lbcc; in dw_mipi_dsi_line_timer_config() local 609 hsa = mode->hsync_end - mode->hsync_start; in dw_mipi_dsi_line_timer_config() 619 lbcc = dw_mipi_dsi_get_hcomponent_lbcc(dsi, mode, hsa); in dw_mipi_dsi_line_timer_config()
|
/drivers/gpu/drm/rockchip/ |
D | dw-mipi-dsi.c | 875 u32 htotal, hsa, hbp, lbcc; in dw_mipi_dsi_line_timer_config() local 878 hsa = mode->hsync_end - mode->hsync_start; in dw_mipi_dsi_line_timer_config() 884 lbcc = dw_mipi_dsi_get_hcomponent_lbcc(dsi, mode, hsa); in dw_mipi_dsi_line_timer_config()
|