Home
last modified time | relevance | path

Searched refs:hbp (Results 1 – 25 of 55) sorted by relevance

123

/linux/arch/arm/kernel/
H A Dptrace.c359 if (current->thread.debug.hbp[i] == bp) in ptrace_hbptriggered()
374 memset(tsk->thread.debug.hbp, 0, sizeof(tsk->thread.debug.hbp)); in clear_ptrace_hw_breakpoint()
387 if (t->debug.hbp[i]) { in flush_ptrace_hw_breakpoint()
388 unregister_hw_breakpoint(t->debug.hbp[i]); in flush_ptrace_hw_breakpoint()
389 t->debug.hbp[i] = NULL; in flush_ptrace_hw_breakpoint()
448 bp = tsk->thread.debug.hbp[idx]; in ptrace_gethbpregs()
504 bp = tsk->thread.debug.hbp[idx]; in ptrace_sethbpregs()
511 tsk->thread.debug.hbp[idx] = bp; in ptrace_sethbpregs()
/linux/drivers/gpu/drm/bridge/adv7511/
H A Dadv7533.c31 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()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c3449 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; in dsi_config_cmd_mode_interleaving() local
3470 hbp = FLD_GET(r, 11, 0); in dsi_config_cmd_mode_interleaving()
3495 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving()
3516 hbp_interleave_hs = dsi_compute_interleave_hs(hbp, ddr_alwon, in dsi_config_cmd_mode_interleaving()
3520 hbp_interleave_lp = dsi_compute_interleave_lp(hbp, in dsi_config_cmd_mode_interleaving()
3698 int hbp = dsi->vm_timings.hbp; in dsi_proto_timings() local
3716 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp; in dsi_proto_timings()
3718 DSSDBG("HBP: %d, HFP: %d, HSA: %d, TL: %d TXBYTECLKHS\n", hbp, in dsi_proto_timings()
3724 r = FLD_MOD(r, hbp, 11, 0); /* HBP */ in dsi_proto_timings()
4326 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm()
[all …]
H A Dhdmi_wp.c170 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()
H A Ddisplay.c266 ovt->hbp = vm->hback_porch; in videomode_to_omap_video_timings()
299 vm->hback_porch = ovt->hbp; in omap_video_timings_to_videomode()
H A Ddisplay-sysfs.c99 t.x_res, t.hfp, t.hbp, t.hsw, in display_timings_show()
124 &t.x_res, &t.hfp, &t.hbp, &t.hsw, in display_timings_store()
/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_g450.c243 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()
/linux/drivers/gpu/drm/stm/
H A Ddw_mipi_dsi-stm.c529 int dsi_short_packet_size_px, hfp, hsync, hbp, delay_to_lp; in dw_mipi_dsi_stm_mode_valid() local
550 hbp = mode->htotal - mode->hsync_end; in dw_mipi_dsi_stm_mode_valid()
558 if (hbp < dsi_short_packet_size_px) in dw_mipi_dsi_stm_mode_valid()
560 hbp -= dsi_short_packet_size_px; in dw_mipi_dsi_stm_mode_valid()
563 hbp += hsync - dsi_short_packet_size_px; in dw_mipi_dsi_stm_mode_valid()
577 if (hfp < delay_to_lp && hbp < delay_to_lp) in dw_mipi_dsi_stm_mode_valid()
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c2642 int hsa, hfp, hbp, width_bytes, bllp, lp_clk_div; in dsi_config_cmd_mode_interleaving() local
2663 hbp = FLD_GET(r, 11, 0); in dsi_config_cmd_mode_interleaving()
2688 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving()
2709 hbp_interleave_hs = dsi_compute_interleave_hs(hbp, ddr_alwon, in dsi_config_cmd_mode_interleaving()
2713 hbp_interleave_lp = dsi_compute_interleave_lp(hbp, in dsi_config_cmd_mode_interleaving()
2889 int hbp = dsi->vm_timings.hbp; in dsi_proto_timings() local
2907 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp; in dsi_proto_timings()
2909 DSSDBG("HBP: %d, HFP: %d, HSA: %d, TL: %d TXBYTECLKHS\n", hbp, in dsi_proto_timings()
2915 r = FLD_MOD(r, hbp, 11, 0); /* HBP */ in dsi_proto_timings()
3584 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm()
[all …]
/linux/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c279 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_set_mode() local
315 hbp = mode->htotal - mode->hsync_end; in tilcdc_crtc_set_mode()
323 mode->hdisplay, mode->vdisplay, hbp, hfp, hsw, vbp, vfp, vsw); in tilcdc_crtc_set_mode()
338 reg |= ((hbp-1) & 0x300) >> 4; in tilcdc_crtc_set_mode()
344 (((hbp-1) & 0xff) << 24) | in tilcdc_crtc_set_mode()
776 uint32_t hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_mode_valid() local
796 hbp = mode->htotal - mode->hsync_end; in tilcdc_crtc_mode_valid()
803 if ((hbp-1) & ~0x3ff) { in tilcdc_crtc_mode_valid()
/linux/drivers/gpu/drm/logicvc/
H A Dlogicvc_crtc.c74 unsigned int hact, hfp, hsl, hbp; in logicvc_crtc_atomic_enable() local
84 hbp = mode->htotal - mode->hsync_end; in logicvc_crtc_atomic_enable()
93 regmap_write(logicvc->regmap, LOGICVC_HSYNC_BACK_PORCH_REG, hbp - 1); in logicvc_crtc_atomic_enable()
/linux/drivers/gpu/drm/bridge/
H A Dlontium-lt8912b.c286 u32 hactive, h_total, hpw, hfp, hbp; in lt8912_video_setup() local
297 hbp = lt->mode.hback_porch; in lt8912_video_setup()
298 h_total = hactive + hfp + hpw + hbp; in lt8912_video_setup()
334 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x3c, hbp & 0xff); in lt8912_video_setup()
335 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x3d, hbp >> 8); in lt8912_video_setup()
H A Dchipone-icn6211.c350 u16 hfp, hbp, hsync; in chipone_atomic_enable() local
391 hbp = mode->htotal - mode->hsync_end; in chipone_atomic_enable()
395 chipone_writeb(icn, HBP_LI, hbp & 0xff); in chipone_atomic_enable()
400 HFP_HSW_HBP_HI_HBP(hbp)); in chipone_atomic_enable()
/linux/drivers/gpu/drm/i915/display/
H A Dvlv_dsi.c1026 u16 hactive, hfp, hsync, hbp, vfp, vsync; in bxt_dsi_get_pipe_config() local
1072 hbp = intel_de_read(display, MIPI_HBP_COUNT(display, port)); in bxt_dsi_get_pipe_config()
1079 hbp = pixels_from_txbyteclkhs(hbp, bpp, lane_count, in bxt_dsi_get_pipe_config()
1085 hbp *= 2; in bxt_dsi_get_pipe_config()
1092 adjusted_mode->crtc_htotal = hactive + hfp + hsync + hbp; in bxt_dsi_get_pipe_config()
1226 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; in set_dsi_timings() local
1231 hbp = adjusted_mode->crtc_htotal - adjusted_mode->crtc_hsync_end; in set_dsi_timings()
1239 hbp /= 2; in set_dsi_timings()
1252 hbp in set_dsi_timings()
[all...]
/linux/drivers/gpu/drm/mcde/
H A Dmcde_dsi.c436 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()
/linux/drivers/gpu/drm/sun4i/
H A Dsun6i_mipi_dsi.c405 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()
/linux/fs/xfs/
H A Dxfs_log_recover.c2997 char *hbp, *dbp; in xlog_do_recovery_pass() local
3012 hbp = xlog_alloc_buffer(log, hblks); in xlog_do_recovery_pass()
3013 if (!hbp) in xlog_do_recovery_pass()
3024 * new hbp that is the correct size. in xlog_do_recovery_pass()
3026 error = xlog_bread(log, tail_blk, 1, hbp, &offset); in xlog_do_recovery_pass()
3067 kvfree(hbp); in xlog_do_recovery_pass()
3068 hbp = xlog_alloc_buffer(log, hblks); in xlog_do_recovery_pass()
3069 if (!hbp) in xlog_do_recovery_pass()
3080 kvfree(hbp); in xlog_do_recovery_pass()
3095 offset = hbp; in xlog_do_recovery_pass()
[all...]
/linux/drivers/video/fbdev/omap/
H A Dlcd_palmte.c28 .hbp = 28,
H A Dlcd_ams_delta.c114 .hbp = 1,
/linux/drivers/gpu/drm/panel/
H A Dpanel-olimex-lcd-olinuxino.c31 u32 hbp; member
130 lcd_mode->hpw + lcd_mode->hbp; in lcd_olinuxino_get_modes()
/linux/drivers/gpu/drm/bridge/cadence/
H A Dcdns-dsi-core.h38 unsigned int hbp; member
/linux/drivers/gpu/drm/pl111/
H A Dpl111_display.c133 u32 ppl, hsw, hfp, hbp; in pl111_display_enable() local
150 hbp = mode->htotal - mode->hsync_end - 1; in pl111_display_enable()
162 (hbp << 24), in pl111_display_enable()
/linux/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_drm_dsi.c452 u32 hfp, hbp, hsw, vfp, vbp, vsw; in dsi_set_mode_timing() local
479 hbp = mode->htotal - mode->hsync_end; in dsi_set_mode_timing()
490 hbp_time = (hbp * lane_byte_clk_kHz) / pixel_clk_kHz; in dsi_set_mode_timing()
506 htot, hfp, hbp, hsw); in dsi_set_mode_timing()
/linux/arch/arm/include/asm/
H A Dprocessor.h27 struct perf_event *hbp[ARM_MAX_HBP_SLOTS]; member
/linux/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_regs.h417 #define BS_H_INTVALS(hfp, hbp) (((hfp) & 0xFFF) + (((hbp) & 0x3FF) << 16)) argument

123