/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/adv7511/ |
D | adv7533.c | 31 unsigned int hsw, hfp, hbp, vsw, vfp, vbp; in adv7511_dsi_config_timing_gen() local 36 hbp = mode->htotal - mode->hsync_end; in adv7511_dsi_config_timing_gen() 52 regmap_write(adv->regmap_cec, 0x2e, hbp >> 4); in adv7511_dsi_config_timing_gen() 53 regmap_write(adv->regmap_cec, 0x2f, (hbp << 4) & 0xff); in adv7511_dsi_config_timing_gen()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
D | ptrace.c | 385 if (current->thread.debug.hbp[i] == bp) in ptrace_hbptriggered() 400 memset(tsk->thread.debug.hbp, 0, sizeof(tsk->thread.debug.hbp)); in clear_ptrace_hw_breakpoint() 413 if (t->debug.hbp[i]) { in flush_ptrace_hw_breakpoint() 414 unregister_hw_breakpoint(t->debug.hbp[i]); in flush_ptrace_hw_breakpoint() 415 t->debug.hbp[i] = NULL; in flush_ptrace_hw_breakpoint() 474 bp = tsk->thread.debug.hbp[idx]; in ptrace_gethbpregs() 530 bp = tsk->thread.debug.hbp[idx]; in ptrace_sethbpregs() 537 tsk->thread.debug.hbp[idx] = bp; in ptrace_sethbpregs()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/ |
D | matroxfb_g450.c | 243 u_int32_t hbp; in computeRegs() local 285 hbp = (((outd->h_b_porch + pixclock) / pixclock)) & ~1; in computeRegs() 288 hlen = hvis + hfp + hsl + hbp; in computeRegs() 291 dprintk(KERN_DEBUG "WL: vis=%u, hf=%u, hs=%u, hb=%u, total=%u\n", hvis, hfp, hsl, hbp, hlen); in computeRegs() 309 r->regs[0x0A] = hbp; in computeRegs() 314 …dprintk(KERN_DEBUG "PG: vis=%04X, hf=%02X, hs=%02X, hb=%02X, total=%04X\n", hvis, hfp, hsl, hbp, h… in computeRegs()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 3445 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; in dsi_config_cmd_mode_interleaving() local 3466 hbp = FLD_GET(r, 11, 0); in dsi_config_cmd_mode_interleaving() 3491 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving() 3512 hbp_interleave_hs = dsi_compute_interleave_hs(hbp, ddr_alwon, in dsi_config_cmd_mode_interleaving() 3516 hbp_interleave_lp = dsi_compute_interleave_lp(hbp, in dsi_config_cmd_mode_interleaving() 3695 int hbp = dsi->vm_timings.hbp; in dsi_proto_timings() local 3713 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp; in dsi_proto_timings() 3715 DSSDBG("HBP: %d, HFP: %d, HSA: %d, TL: %d TXBYTECLKHS\n", hbp, in dsi_proto_timings() 3721 r = FLD_MOD(r, hbp, 11, 0); /* HBP */ in dsi_proto_timings() 4327 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm() [all …]
|
D | hdmi_wp.c | 170 timing_h |= FLD_VAL(timings->hbp, 31, 20); in hdmi_wp_video_config_timing() 192 timings->hbp = param->timings.hbp; in hdmi_wp_init_vid_fmt_timings()
|
D | display.c | 266 ovt->hbp = vm->hback_porch; in videomode_to_omap_video_timings() 299 vm->hback_porch = ovt->hbp; in omap_video_timings_to_videomode()
|
D | display-sysfs.c | 98 t.x_res, t.hfp, t.hbp, t.hsw, in display_timings_show() 123 &t.x_res, &t.hfp, &t.hbp, &t.hsw, in display_timings_store()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tilcdc/ |
D | tilcdc_crtc.c | 280 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_set_mode() local 316 hbp = mode->htotal - mode->hsync_end; in tilcdc_crtc_set_mode() 324 mode->hdisplay, mode->vdisplay, hbp, hfp, hsw, vbp, vfp, vsw); in tilcdc_crtc_set_mode() 339 reg |= ((hbp-1) & 0x300) >> 4; in tilcdc_crtc_set_mode() 345 (((hbp-1) & 0xff) << 24) | in tilcdc_crtc_set_mode() 756 uint32_t hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_mode_valid() local 776 hbp = mode->htotal - mode->hsync_end; in tilcdc_crtc_mode_valid() 783 if ((hbp-1) & ~0x3ff) { in tilcdc_crtc_mode_valid()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.c | 3368 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; in dsi_config_cmd_mode_interleaving() local 3389 hbp = FLD_GET(r, 11, 0); in dsi_config_cmd_mode_interleaving() 3414 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving() 3435 hbp_interleave_hs = dsi_compute_interleave_hs(hbp, ddr_alwon, in dsi_config_cmd_mode_interleaving() 3439 hbp_interleave_lp = dsi_compute_interleave_lp(hbp, in dsi_config_cmd_mode_interleaving() 3615 int hbp = dsi->vm_timings.hbp; in dsi_proto_timings() local 3633 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp; in dsi_proto_timings() 3635 DSSDBG("HBP: %d, HFP: %d, HSA: %d, TL: %d TXBYTECLKHS\n", hbp, in dsi_proto_timings() 3641 r = FLD_MOD(r, hbp, 11, 0); /* HBP */ in dsi_proto_timings() 4219 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm() [all …]
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap/ |
D | lcd_htcherald.c | 36 .hbp = 20,
|
D | lcd_palmte.c | 28 .hbp = 28,
|
D | lcd_palmz71.c | 33 .hbp = 28,
|
D | lcd_palmtt.c | 39 .hbp = 28,
|
D | lcd_inn1510.c | 39 .hbp = 72,
|
D | lcd_osk.c | 59 .hbp = 72,
|
D | lcd_h3.c | 55 .hbp = 72 - 12,
|
D | lcd_inn1610.c | 70 .hbp = 72,
|
D | lcd_ams_delta.c | 114 .hbp = 1,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
D | vlv_dsi.c | 1086 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; in bxt_dsi_get_pipe_config() local 1132 hbp = intel_de_read(dev_priv, MIPI_HBP_COUNT(port)); in bxt_dsi_get_pipe_config() 1139 hbp = pixels_from_txbyteclkhs(hbp, bpp, lane_count, in bxt_dsi_get_pipe_config() 1145 hbp *= 2; in bxt_dsi_get_pipe_config() 1153 adjusted_mode->crtc_htotal = hactive + hfp + hsync + hbp; in bxt_dsi_get_pipe_config() 1283 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; in set_dsi_timings() local 1288 hbp = adjusted_mode->crtc_htotal - adjusted_mode->crtc_hsync_end; in set_dsi_timings() 1296 hbp /= 2; in set_dsi_timings() 1309 hbp = txbyteclkhs(hbp, bpp, lane_count, intel_dsi->burst_mode_ratio); in set_dsi_timings() 1335 intel_de_write(dev_priv, MIPI_HBP_COUNT(port), hbp); in set_dsi_timings()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/mcde/ |
D | mcde_dsi.c | 436 int hbp; in mcde_dsi_setup_video_mode() local 528 hbp = (mode->htotal - mode->hsync_end) * cpp - 4 - 6; in mcde_dsi_setup_video_mode() 542 hbp = (mode->htotal - mode->hsync_start) * cpp - 4 - 4 - 6; in mcde_dsi_setup_video_mode() 550 if (hbp < 0) { in mcde_dsi_setup_video_mode() 552 hbp = 0; in mcde_dsi_setup_video_mode() 559 hfp, hbp, hsa); in mcde_dsi_setup_video_mode() 564 val |= hbp << DSI_VID_HSIZE1_HBP_LENGTH_SHIFT; in mcde_dsi_setup_video_mode()
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_log_recover.c | 2939 char *hbp, *dbp; in xlog_do_recovery_pass() local 2964 hbp = xlog_alloc_buffer(log, 1); in xlog_do_recovery_pass() 2965 if (!hbp) in xlog_do_recovery_pass() 2968 error = xlog_bread(log, tail_blk, 1, hbp, &offset); in xlog_do_recovery_pass() 3001 kmem_free(hbp); in xlog_do_recovery_pass() 3002 hbp = xlog_alloc_buffer(log, hblks); in xlog_do_recovery_pass() 3007 hbp = xlog_alloc_buffer(log, 1); in xlog_do_recovery_pass() 3011 if (!hbp) in xlog_do_recovery_pass() 3015 kmem_free(hbp); in xlog_do_recovery_pass() 3030 offset = hbp; in xlog_do_recovery_pass() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
D | sun6i_mipi_dsi.c | 405 unsigned int hbp = mode->htotal - mode->hsync_end; in sun6i_dsi_get_drq_edge1() local 409 edge1 += (mode->hdisplay + hbp + 20) * Bpp / device->lanes; in sun6i_dsi_get_drq_edge1() 535 u16 hbp = 0, hfp = 0, hsa = 0, hblk = 0, vblk = 0; in sun6i_dsi_setup_timings() local 567 hbp = max(HBP_PACKET_OVERHEAD, in sun6i_dsi_setup_timings() 600 bytes = max_t(size_t, max(max(hfp, hblk), max(hsa, hbp)), vblk); in sun6i_dsi_setup_timings() 645 sun6i_dsi_build_blk0_pkt(device->channel, hbp)); in sun6i_dsi_setup_timings() 647 sun6i_dsi_build_blk1_pkt(0, buffer, hbp)); in sun6i_dsi_setup_timings()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/ |
D | panel-olimex-lcd-olinuxino.c | 31 u32 hbp; member 166 lcd_mode->hpw + lcd_mode->hbp; in lcd_olinuxino_get_modes()
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | processor.h | 27 struct perf_event *hbp[ARM_MAX_HBP_SLOTS]; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/pl111/ |
D | pl111_display.c | 132 u32 ppl, hsw, hfp, hbp; in pl111_display_enable() local 149 hbp = mode->htotal - mode->hsync_end - 1; in pl111_display_enable() 161 (hbp << 24), in pl111_display_enable()
|