Searched refs:hfp (Results 1 – 5 of 5) sorted by relevance
/freebsd/libexec/mknetid/ |
H A D | mknetid.c | 100 FILE *gfp, *pfp, *hfp, *nfp; in main() local 152 if ((hfp = fopen(hostsfile, "r")) == NULL) { in main() 242 while ((ptr = fgets(readbuf, LINSIZ, hfp))) { in main() 270 fclose(hfp); in main()
|
/freebsd/sys/arm/ti/am335x/ |
H A D | am335x_lcd.c | 308 uint32_t hbp, hfp, hsw; in am335x_mode_is_valid() local 322 hfp = MODE_HFP(mode) - 1; in am335x_mode_is_valid() 330 if (hfp > 0x3ff) in am335x_mode_is_valid() 618 uint32_t hbp, hfp, hsw; in am335x_lcd_configure() local 693 hfp = sc->sc_panel.panel_hfp - 1; in am335x_lcd_configure() 707 timing0 |= (hfp & 0xff) << RASTER_TIMING_0_HFP_SHIFT; in am335x_lcd_configure() 708 timing2 |= ((hfp >> 8) & 3) << RASTER_TIMING_2_HFPHI_SHIFT; in am335x_lcd_configure()
|
/freebsd/sys/dev/hdmi/ |
H A D | dwc_hdmi.c | 117 int hblank, vblank, hsync_len, hfp, vfp; in dwc_hdmi_av_composer() local 164 hfp = sc->sc_mode.hsync_start - sc->sc_mode.hdisplay; in dwc_hdmi_av_composer() 165 WR1(sc, HDMI_FC_HSYNCINDELAY1, hfp >> 8); in dwc_hdmi_av_composer() 166 WR1(sc, HDMI_FC_HSYNCINDELAY0, hfp); in dwc_hdmi_av_composer()
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | coex.c | 3234 u8 hfp: 1; in _set_bt_plut() 3616 struct rtw89_btc_bt_hfp_desc *hfp = &btc->cx.bt.link_info.hfp_desc; in _action_bt_pan() 3727 /* To avoid wl-s0 tx break by hid/hfp tx */ in _action_bt_pan_hid() 3728 if (hid->exist || hfp->exist) in _action_bt_pan_hid() 4966 struct rtw89_btc_bt_hfp_desc *hfp = &b->hfp_desc; in rtw89_coex_bt_devinfo_work() 5002 } else if ((hfp->exist && hid->exist) || hid->pair_cnt > 1) { in _update_bt_scbd() 5006 } else if (hfp->exist || hid->exist) { in _update_bt_scbd() 6884 struct rtw89_btc_bt_hfp_desc *hfp = &b->hfp_desc; in _show_fbtc_tdma() 6904 if (hfp->exist || hid->exist) in _show_fbtc_tdma() 7040 struct rtw89_btc_bt_hfp_desc *hfp in _show_fbtc_cysta_v2() 2487 u8 hfp: 1; global() member 2862 struct rtw89_btc_bt_hfp_desc *hfp = &btc->cx.bt.link_info.hfp_desc; rtw89_btc_set_policy_v1() local 3920 struct rtw89_btc_bt_hfp_desc *hfp = &b->hfp_desc; _set_wl_tx_limit() local 5423 struct rtw89_btc_bt_hfp_desc *hfp = &b->hfp_desc; rtw89_btc_ntfy_specific_packet() local 5532 struct rtw89_btc_bt_hfp_desc *hfp = &b->hfp_desc; _update_bt_info() local 6346 struct rtw89_btc_bt_hfp_desc hfp = bt_linfo->hfp_desc; _show_bt_profile_info() local [all...] |
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 270 static const char *aeabi_hardfp(uint64_t hfp); 1845 aeabi_hardfp(uint64_t hfp) in aeabi_hardfp() argument 1849 switch (hfp) { in aeabi_hardfp() 1856 (uintmax_t) hfp); in aeabi_hardfp()
|