Home
last modified time | relevance | path

Searched full:hps (Results 1 – 25 of 25) sorted by relevance

/src/sys/contrib/device-tree/Bindings/soc/intel/
H A Dintel,hps-copy-engine.yaml5 $id: http://devicetree.org/schemas/soc/intel/intel,hps-copy-engine.yaml#
8 title: Intel HPS Copy Engine
14 The Intel Hard Processor System (HPS) Copy Engine is an IP block used to copy
15 a bootable image from host memory to HPS DDR. Additionally, there is a
16 register the HPS can use to indicate the state of booting the copied image as
21 const: intel,hps-copy-engine
47 compatible = "intel,hps-copy-engine";
/src/lib/libcasper/services/cap_dns/tests/
H A Ddns_test.c203 struct hostent *hps, *hpc; in runtest() local
210 hps = gethostbyname("example.com"); in runtest()
211 if (hps == NULL) { in runtest()
215 if (hostent_compare(hps, hpc)) in runtest()
219 hps = gethostbyname2("example.com", AF_INET); in runtest()
220 if (hps == NULL) { in runtest()
224 if (hostent_compare(hps, hpc)) in runtest()
228 hps = gethostbyname2("example.com", AF_INET6); in runtest()
229 if (hps == NULL) { in runtest()
233 if (hostent_compare(hps, hpc)) in runtest()
[all …]
/src/sys/contrib/device-tree/src/arm/intel/socfpga/
H A Dsocfpga_cyclone5_sodia.dts40 label = "hps:green:led0";
45 label = "hps:green:led1";
50 label = "hps:green:led2";
55 label = "hps:green:led3";
H A Dsocfpga_cyclone5_sockit.dts34 label = "hps:blue:led0";
40 label = "hps:blue:led1";
46 label = "hps:blue:led2";
52 label = "hps:blue:led3";
/src/sys/contrib/device-tree/Bindings/firmware/
H A Dintel,stratix10-svc.txt4 processor system (HPS) and Secure Device Manager (SDM). When the FPGA is
5 configured from HPS, there needs to be a way for HPS to notify SDM the
H A Dintel,stratix10-svc.yaml15 processor system (HPS) and Secure Device Manager (SDM). When the FPGA is
16 configured from HPS, there needs to be a way for HPS to notify SDM the
/src/sys/contrib/device-tree/Bindings/fpga/
H A Daltr,socfpga-hps2fpga-bridge.yaml7 title: Altera FPGA/HPS Bridge
H A Daltera-hps2fpga-bridge.txt1 Altera FPGA/HPS Bridge Driver
H A Dintel,stratix10-soc-fpga-mgr.yaml16 processor system (HPS) and a Secure Device Manager (SDM). The Stratix10
H A Dfpga-region.txt210 bridge's region (0xff200000) and the hps bridge's region (0xc0000000) for use by
/src/sys/contrib/device-tree/src/arm64/intel/
H A Dsocfpga_agilex_n6000.dts40 compatible = "intel,hps-copy-engine";
/src/contrib/ntp/html/hints/
H A Dparse65 starting the daemon on a variety of Suns and HPs
/src/sys/dev/usb/net/
H A Dusb_ethernet.h75 /* NOTE: the "ue_ifp" pointer must be first --hps */
/src/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp411 HexPrintStyle HPS = FB.Upper ? HexPrintStyle::Upper : HexPrintStyle::Lower; in operator <<() local
435 llvm::write_hex(*this, Offset + LineIndex, HPS, OffsetWidth); in operator <<()
448 llvm::write_hex(*this, Line[I], HPS, 2); in operator <<()
/src/contrib/tcpdump/
H A DCREDITS138 Hans Petter Selasky <hps at selasky dot org>
H A Dprint-ptp.c172 * |Start Bndry Hps| Boundary Hops | flags | Reserved |
/src/tools/tools/usbtest/
H A Dusbtest.c59 /* a perceptual white noise generator (after HPS' invention) */
/src/sys/dev/sound/pcm/
H A Dmixer.c677 /* mixer uninit can sleep --hps */ in mixer_delete()
802 /* mixer uninit can sleep --hps */ in mixer_uninit()
/src/lib/libusb/
H A Dlibusb10_io.c540 * per-transfer basis is slow. --HPS
/src/lib/virtual_oss/bt/
H A Davdtp.c5 * Copyright (c) 2016-2019 Hans Petter Selasky <hps@selasky.org>
/src/sys/contrib/dev/broadcom/brcm80211/brcmsmac/
H A Dmain.c1370 /* IHR accesses are always enabled, PSM disabled, HPS off and WAKE on */ in brcms_c_mctrl_reset()
3725 /* push sw hps and wake state through hardware */
3729 bool hps; in brcms_c_set_ps_ctrl() local
3732 hps = brcms_c_ps_allowed(wlc); in brcms_c_set_ps_ctrl()
3734 brcms_dbg_mac80211(wlc->hw->d11core, "wl%d: hps %d\n", wlc->pub->unit, in brcms_c_set_ps_ctrl()
3735 hps); in brcms_c_set_ps_ctrl()
3739 if (hps) in brcms_c_set_ps_ctrl()
/src/contrib/ntp/ntpd/
H A Drefclock_datum.c266 ** we have termios. This code has only been tested on SUNs and HPs. If your in datum_pts_start()
/src/sys/dev/usb/
H A Dusb_busdma.c730 * different cases to optimise the code. --HPS in usb_pc_cpu_invalidate()
/src/contrib/one-true-awk/testdir/
H A Dfunstack.in16242 @Article{Pfefferkorn:1975:HPS,
/src/contrib/ncurses/misc/
H A Dterminfo.src10314 # Note: no <home> on HPs since that homes to top of memory, not screen.