| /linux/arch/arm/kernel/ |
| H A D | ptrace.c | 359 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/video/fbdev/omap2/omapfb/dss/ |
| H A D | dsi.c | 3449 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 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()
|
| H A D | display-sysfs.c | 99 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/gpu/drm/tilcdc/ |
| H A D | tilcdc_crtc.c | 279 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() 769 uint32_t hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_mode_valid() local 789 hbp = mode->htotal - mode->hsync_end; in tilcdc_crtc_mode_valid() 796 if ((hbp-1) & ~0x3ff) { in tilcdc_crtc_mode_valid()
|
| /linux/drivers/gpu/drm/logicvc/ |
| H A D | logicvc_crtc.c | 74 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 D | lontium-lt8912b.c | 286 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()
|
| /linux/drivers/video/fbdev/omap/ |
| H A D | lcd_palmte.c | 28 .hbp = 28,
|
| H A D | lcd_ams_delta.c | 114 .hbp = 1,
|
| H A D | omapfb.h | 69 int hbp; /* Horizontal back porch */ member
|
| /linux/drivers/gpu/drm/sun4i/ |
| H A 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()
|
| /linux/arch/arm/include/asm/ |
| H A D | processor.h | 27 struct perf_event *hbp[ARM_MAX_HBP_SLOTS]; member
|
| /linux/drivers/gpu/drm/arm/display/komeda/d71/ |
| H A D | d71_regs.h | 417 #define BS_H_INTVALS(hfp, hbp) (((hfp) & 0xFFF) + (((hbp) & 0x3FF) << 16)) argument
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | dsi.c | 483 unsigned int hact, hsw, hbp, hfp, i, mul, div; in tegra_dsi_configure() local 547 hbp = (mode->htotal - mode->hsync_end) * mul / div; in tegra_dsi_configure() 555 hbp /= 2; in tegra_dsi_configure() 560 hbp += hsw; in tegra_dsi_configure() 564 hbp -= 14; in tegra_dsi_configure() 568 tegra_dsi_writel(dsi, hact << 16 | hbp, DSI_PKT_LEN_2_3); in tegra_dsi_configure()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_modes.c | 339 unsigned int hbp, hbp_duration_ns; in fill_analog_mode() local 440 hbp = porches - hfp; in fill_analog_mode() 441 drm_dbg_kms(dev, "Horizontal Back Porch: %u\n", hbp); in fill_analog_mode() 443 hbp_duration_ns = hbp * pixel_duration_ns; in fill_analog_mode() 452 if (htotal != (hactive + hfp + hslen + hbp)) in fill_analog_mode() 459 mode->htotal = mode->hsync_end + hbp; in fill_analog_mode()
|
| /linux/fs/jfs/ |
| H A D | jfs_imap.c | 2853 struct metapage *bp, *hbp; in diExtendFS() local 2920 if ((rc = diIAGRead(imap, head, &hbp))) { in diExtendFS() 2924 hiagp = (struct iag *) hbp->data; in diExtendFS() 2928 write_metapage(hbp); in diExtendFS() 2946 if ((rc = diIAGRead(imap, head, &hbp))) { in diExtendFS() 2950 hiagp = (struct iag *) hbp->data; in diExtendFS() 2954 write_metapage(hbp); in diExtendFS()
|
| /linux/drivers/video/fbdev/omap2/omapfb/displays/ |
| H A D | connector-analog-tv.c | 33 .hbp = 68,
|
| H A D | connector-hdmi.c | 26 .hbp = 48,
|
| H A D | panel-lgphilips-lb035q02.c | 26 .hbp = 68,
|
| H A D | panel-nec-nl8048hl11.c | 70 .hbp = 4,
|
| H A D | connector-dvi.c | 26 .hbp = 80,
|
| H A D | panel-sharp-ls037v7dw01.c | 42 .hbp = 28,
|
| H A D | panel-tpo-td028ttec1.c | 38 .hbp = 8,
|
| /linux/drivers/gpu/drm/bridge/analogix/ |
| H A D | anx7625.c | 2253 u32 hsync, hfp, hbp, hblanking; in anx7625_bridge_mode_fixup() local 2265 hbp = mode->htotal - mode->hsync_end; in anx7625_bridge_mode_fixup() 2270 hsync, hfp, hbp, adj->clock); in anx7625_bridge_mode_fixup() 2276 adj_hbp = hbp; in anx7625_bridge_mode_fixup() 2286 if (hbp & 0x1) { in anx7625_bridge_mode_fixup() 2304 if (hblanking < HBLANKING_MIN || (hfp < HP_MIN && hbp < HP_MIN)) { in anx7625_bridge_mode_fixup() 2320 DRM_WARN("hfp(%d), hbp(%d), hsync(%d).\n", hfp, hbp, hsync); in anx7625_bridge_mode_fixup()
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| H A D | dsi.h | 201 u16 hbp; member
|