Searched refs:hfp (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/libexec/mknetid/
H A Dmknetid.c105 FILE *gfp, *pfp, *hfp, *nfp; local
157 if ((hfp = fopen(hostsfile, "r")) == NULL) {
247 while ((ptr = fgets(readbuf, LINSIZ, hfp))) {
275 fclose(hfp);
/freebsd-13-stable/sys/arm/allwinner/
H A Da10_hdmi.c74 #define VID_HFP(hfp) (((hfp) - 1) << 0)
604 int dblscan, hfp, hspw, hbp, vfp, vspw, vbp; local
609 hfp = mode->hsync_start - mode->hdisplay;
655 VID_VFP(vfp) | VID_HFP(hfp << dblscan));
/freebsd-13-stable/sys/arm/ti/am335x/
H A Dam335x_lcd.c310 uint32_t hbp, hfp, hsw; local
324 hfp = MODE_HFP(mode) - 1;
332 if (hfp > 0x3ff)
620 uint32_t hbp, hfp, hsw; local
695 hfp = sc->sc_panel.panel_hfp - 1;
709 timing0 |= (hfp & 0xff) << RASTER_TIMING_0_HFP_SHIFT;
710 timing2 |= ((hfp >> 8) & 3) << RASTER_TIMING_2_HFPHI_SHIFT;
/freebsd-13-stable/sys/mips/ingenic/
H A Djz4780_lcd.c201 u_int hbp, hfp, hsw, vbp, vfp, vsw; local
207 hfp = mode->hsync_start - mode->hdisplay;
215 ht = hde + hfp;
/freebsd-13-stable/sys/dev/hdmi/
H A Ddwc_hdmi.c119 int hblank, vblank, hsync_len, hfp, vfp; local
166 hfp = sc->sc_mode.hsync_start - sc->sc_mode.hdisplay;
167 WR1(sc, HDMI_FC_HSYNCINDELAY1, hfp >> 8);
168 WR1(sc, HDMI_FC_HSYNCINDELAY0, hfp);
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c264 static const char *aeabi_hardfp(uint64_t hfp);
1814 aeabi_hardfp(uint64_t hfp) argument
1818 switch (hfp) {
1825 (uintmax_t) hfp);

Completed in 60 milliseconds