HomeSort by: relevance | last modified time | path
    Searched defs:hbp (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/dev/ic/
monitors.h 41 u_int16_t hbp; /* Horizontal Back Porch */ member in struct:monitor
  /src/sbin/fsck_ffs/
quota2.c 76 quota2_alloc_quota(union dinode * dp, struct bufarea *hbp,
80 struct quota2_header *q2h = (void *)hbp->b_un.b_buf;
104 bp = hbp;
125 dirty(hbp);
127 if (bp != hbp)
140 quota2_walk_list(union dinode *dp, struct bufarea *hbp, uint64_t *offp, void *a,
144 struct bufarea *bp, *obp = hbp;
151 bp = hbp;
170 if (bp != hbp && bp != obp)
174 if (obp != bp && obp != hbp)
238 struct bufarea *bp, *hbp; local
466 struct bufarea *hbp; local
    [all...]
  /src/sys/arch/arm/ti/
ti_lcdc.c 164 const u_int hbp = adjusted_mode->crtc_htotal - adjusted_mode->crtc_hsync_end; local
193 RASTER_TIMING_0_HBP(hbp) |
205 RASTER_TIMING_2_HBP(hbp) |
  /src/sys/fs/nfs/server/
nfs_nfsdcache.c 582 struct nfsrchash_bucket *hbp; local
586 hbp = NFSRCAHASH(rp->rc_sockref);
587 mtx_lock(&hbp->mtx);
590 LIST_INSERT_HEAD(&hbp->tbl, rp, rc_ahash);
592 mtx_unlock(&hbp->mtx);
785 struct nfsrchash_bucket *hbp; local
792 hbp = NFSRCAHASH(rp->rc_sockref);
793 mtx_lock(&hbp->mtx);
796 mtx_unlock(&hbp->mtx);
841 struct nfsrchash_bucket *hbp; local
    [all...]
  /src/sys/arch/arm/nvidia/
tegra_drm_mode.c 576 const u_int hbp = mode->crtc_htotal - mode->crtc_hsync_end; local
632 const u_int pulse_start = 1 + hspw + hbp - 10;
653 __SHIFTIN(hbp, DC_DISP_BACK_PORCH_H));
1029 const u_int hbp = mode->htotal - mode->hsync_end; local
1031 const u_int max_ac_packet = (hspw + hbp + hfp - rekey - 18) / 32;
  /src/sys/arch/arm/sunxi/
sunxi_tcon.c 735 const u_int hbp = mode->htotal - mode->hsync_start; local
776 ((mode->htotal - 1) << 16) | (hbp - 1));
sunxi_hdmi.c 843 const u_int hbp = mode->htotal - mode->hsync_start; local
857 mode->hdisplay, hbp, hfp, hspw);
960 val = __SHIFTIN((hbp << dblscan_p) - 1,
sunxi_lcdc.c 222 const u_int hbp = mode->crtc_htotal - mode->crtc_hsync_start; local
233 TCON_WRITE(sc, TCON0_BASIC1_REG, ((mode->crtc_htotal - 1) << 16) | (hbp - 1));
275 const u_int hbp = mode->crtc_htotal - mode->crtc_hsync_start; local
288 TCON_WRITE(sc, TCON1_BASIC3_REG, ((mode->crtc_htotal - 1) << 16) | (hbp - 1));
  /src/sys/ufs/lfs/
ulfs_quota2.c 194 quota2_walk_list(struct ulfsmount *ump, struct buf *hbp, int type,
201 struct buf *bp, *obp = hbp;
213 bp = hbp;
232 if (bp != hbp && bp != obp)
236 if (obp != bp && obp != hbp) {
254 if (obp != hbp) {
296 struct buf *hbp, *bp; local
306 error = getq2h(ump, type, &hbp, &q2h, B_MODIFY);
318 brelse(hbp, 0);
331 brelse(hbp, 0)
690 struct buf *hbp, *bp; local
1128 struct buf *hbp; local
    [all...]
  /src/sys/ufs/ufs/
ufs_quota2.c 193 quota2_walk_list(struct ufsmount *ump, struct buf *hbp, int type,
200 struct buf *bp, *obp = hbp;
212 bp = hbp;
231 if (bp != hbp && bp != obp)
235 if (obp != bp && obp != hbp) {
253 if (obp != hbp) {
294 struct buf *hbp, *bp; local
303 error = getq2h(ump, type, &hbp, &q2h, B_MODIFY);
315 brelse(hbp, 0);
328 brelse(hbp, 0)
695 struct buf *hbp, *bp; local
1133 struct buf *hbp; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
vlv_dsi.c 1046 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; local
1089 hbp = I915_READ(MIPI_HBP_COUNT(port));
1096 hbp = pixels_from_txbyteclkhs(hbp, bpp, lane_count,
1102 hbp *= 2;
1110 adjusted_mode->crtc_htotal = hactive + hfp + hsync + hbp;
1240 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; local
1245 hbp = adjusted_mode->crtc_htotal - adjusted_mode->crtc_hsync_end;
1253 hbp /= 2;
1266 hbp = txbyteclkhs(hbp, bpp, lane_count, intel_dsi->burst_mode_ratio)
1290 I915_WRITE(MIPI_HBP_COUNT(port), hbp); local
    [all...]

Completed in 35 milliseconds