Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dptrace.c385 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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dam335x-fb.c137 panel->hfp, panel->hbp, panel->hsw); in am335xfb_init()
167 LCD_HBPLSB(panel->hbp) | in am335xfb_init()
176 LCD_HBPMSB(panel->hbp) | in am335xfb_init()
H A Dam335x-fb.h51 unsigned int hbp; /* Horizontal back porch */ member
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dmax96755f.c23 u32 hfp, hsa, hbp, hact; in max96755f_mipi_dsi_rx_config() local
47 hbp = mode->htotal - mode->hsync_end; in max96755f_mipi_dsi_rx_config()
63 FIELD_PREP(DPI_HBP_L, hbp) | in max96755f_mipi_dsi_rx_config()
65 dm_i2c_reg_write(priv->dev, 0x03ac, FIELD_PREP(DPI_HBP_H, (hbp >> 4))); in max96755f_mipi_dsi_rx_config()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c3445 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 …]
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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c280 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c3368 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 …]
/OK3568_Linux_fs/u-boot/board/siemens/pxm2/
H A Dboard.c252 .hbp = 64,
266 .hbp = 84,
283 .hbp = 0,
/OK3568_Linux_fs/u-boot/board/siemens/rut/
H A Dboard.c233 .hbp = 50,
247 .hbp = 50,
261 .hbp = 50,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/
H A Dpanel-maxim-max96772.c154 u32 hfp, hsa, hbp, hact; in max96772_prepare() local
199 hbp = mode->htotal - mode->hsync_end; in max96772_prepare()
207 maxim_deserializer_write(p, 0xe79a, hbp & 0xff); in max96772_prepare()
208 maxim_deserializer_write(p, 0xe79b, (hbp >> 8) & 0xff); in max96772_prepare()
/OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/
H A Drk628_dsi.c154 u32 hline, hs, hbp, hline_time, hs_time, hbp_time; in rk628_dsi_set_vid_mode() local
195 hbp = bt->hbackporch; in rk628_dsi_set_vid_mode()
211 hbp_time = DIV_ROUND_CLOSEST_ULL(hbp * lanebyteclk, dpipclk); in rk628_dsi_set_vid_mode()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dvlv_dsi.c1086 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()
/OK3568_Linux_fs/u-boot/board/BuR/common/
H A Dcommon.c135 pnltmp.hbp = FDTPROP(PATHTIM, "hback-porch"); in load_lcdtiming()
193 pnltmp.hbp = env_get_ulong("ds1_hbp", 10, ~0UL); in load_lcdtiming()
209 ~0UL == (pnltmp.hbp) || in load_lcdtiming()
235 pnltmp.hfp, pnltmp.hbp, pnltmp.hsw, in load_lcdtiming()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_log_recover.c2939 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 …]
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dmaxim-max96755f.c202 u32 hfp, hsa, hbp, hact; in max96755f_mipi_dsi_rx_config() local
232 hbp = mode->htotal - mode->hsync_end; in max96755f_mipi_dsi_rx_config()
249 FIELD_PREP(DPI_HBP_L, hbp) | in max96755f_mipi_dsi_rx_config()
251 regmap_write(ser->regmap, 0x03ac, FIELD_PREP(DPI_HBP_H, (hbp >> 4))); in max96755f_mipi_dsi_rx_config()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap/
H A Dlcd_htcherald.c36 .hbp = 20,
H A Dlcd_palmte.c28 .hbp = 28,
H A Dlcd_palmtt.c39 .hbp = 28,
H A Dlcd_palmz71.c33 .hbp = 28,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/kirin/
H A Ddw_drm_dsi.c366 u32 hfp, hbp, hsw, vfp, vbp, vsw; in dsi_set_mode_timing() local
393 hbp = mode->htotal - mode->hsync_end; in dsi_set_mode_timing()
404 hbp_time = (hbp * lane_byte_clk_kHz) / pixel_clk_kHz; in dsi_set_mode_timing()
420 htot, hfp, hbp, hsw); in dsi_set_mode_timing()

1234