/freebsd/sys/contrib/device-tree/Bindings/mailbox/ |
H A D | nvidia,tegra186-hsp.yaml | 4 $id: http://devicetree.org/schemas/mailbox/nvidia,tegra186-hsp.yaml# 7 title: NVIDIA Tegra Hardware Synchronization Primitives (HSP) 14 The HSP modules are used for the processors to share resources and 21 The features that HSP supported are shared mailboxes, shared 25 contain two cells. The first cell determines the HSP type and the 53 mailboxes may vary by instance of the HSP block and SoC 59 <dt-bindings/mailbox/tegra186-hsp.h> 63 pattern: "^hsp@[0-9a-f]+$" 67 - const: nvidia,tegra186-hsp 68 - const: nvidia,tegra194-hsp [all …]
|
H A D | nvidia,tegra186-hsp.txt | 1 NVIDIA Tegra Hardware Synchronization Primitives (HSP) 3 The HSP modules are used for the processors to share resources and communicate 9 The features that HSP supported are shared mailboxes, shared semaphores, 13 - name : Should be hsp 17 - "nvidia,tegra186-hsp" 18 - "nvidia,tegra194-hsp", "nvidia,tegra186-hsp" 26 external interrupts supported by the HSP instance minus one. 36 two cells. The first cell determines the HSP type and the second cell is used 52 may vary by instance of the HSP block and SoC generation. 57 <dt-bindings/mailbox/tegra186-hsp.h> [all …]
|
/freebsd/usr.bin/ruptime/ |
H A D | ruptime.c | 180 struct hs *hsp; in ruptime() local 189 hsp = NULL; in ruptime() 208 hsp = hs + nhosts; in ruptime() 211 wd = &hsp->hs_wd; in ruptime() 225 if (!ISDOWN(hsp)) { in ruptime() 231 for (hsp->hs_nusers = 0, we = &wd->wd_we[0]; in ruptime() 234 ++hsp->hs_nusers; in ruptime() 235 if (userswidth < iwidth(hsp->hs_nusers)) in ruptime() 236 userswidth = iwidth(hsp->hs_nusers); in ruptime() 239 ++hsp; in ruptime() [all …]
|
/freebsd/contrib/ncurses/ncurses/tty/ |
H A D | hashmap.c | 289 HASHMAP *hsp; in NCURSES_SP_NAME() local 350 for (hsp = hashtab(SP_PARM); hsp->hashval; hsp++) in NCURSES_SP_NAME() 351 if (hsp->hashval == hashval) in NCURSES_SP_NAME() 353 hsp->hashval = hashval; /* in case this is a new entry */ in NCURSES_SP_NAME() 354 hsp->oldcount++; in NCURSES_SP_NAME() 355 hsp->oldindex = i; in NCURSES_SP_NAME() 360 for (hsp = hashtab(SP_PARM); hsp->hashval; hsp++) in NCURSES_SP_NAME() 361 if (hsp->hashval == hashval) in NCURSES_SP_NAME() 363 hsp->hashval = hashval; /* in case this is a new entry */ in NCURSES_SP_NAME() 364 hsp->newcount++; in NCURSES_SP_NAME() [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | print-ascii.c | 111 char hexstuff[HEXDUMP_SHORTS_PER_LINE*HEXDUMP_HEXSTUFF_PER_SHORT+1], *hsp; in hex_and_ascii_print_with_offset() local 121 hsp = hexstuff; asp = asciistuff; in hex_and_ascii_print_with_offset() 127 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff), in hex_and_ascii_print_with_offset() 129 hsp += HEXDUMP_HEXSTUFF_PER_SHORT; in hex_and_ascii_print_with_offset() 134 *hsp = *asp = '\0'; in hex_and_ascii_print_with_offset() 138 i = 0; hsp = hexstuff; asp = asciistuff; in hex_and_ascii_print_with_offset() 146 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff), in hex_and_ascii_print_with_offset() 148 hsp += 3; in hex_and_ascii_print_with_offset() 153 *hsp = *asp = '\0'; in hex_and_ascii_print_with_offset()
|
/freebsd/sys/dev/fxp/ |
H A D | if_fxp.c | 2022 struct fxp_hwstats *hsp; in fxp_update_stats() local 2037 hsp = &sc->fxp_hwstats; in fxp_update_stats() 2038 hsp->tx_good += le32toh(sp->tx_good); in fxp_update_stats() 2039 hsp->tx_maxcols += le32toh(sp->tx_maxcols); in fxp_update_stats() 2040 hsp->tx_latecols += le32toh(sp->tx_latecols); in fxp_update_stats() 2041 hsp->tx_underruns += le32toh(sp->tx_underruns); in fxp_update_stats() 2042 hsp->tx_lostcrs += le32toh(sp->tx_lostcrs); in fxp_update_stats() 2043 hsp->tx_deffered += le32toh(sp->tx_deffered); in fxp_update_stats() 2044 hsp->tx_single_collisions += le32toh(sp->tx_single_collisions); in fxp_update_stats() 2045 hsp->tx_multiple_collisions += in fxp_update_stats() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/firmware/ |
H A D | nvidia,tegra186-bpmp.yaml | 26 - .../mailbox/nvidia,tegra186-hsp.yaml 142 #include <dt-bindings/mailbox/tegra186-hsp.h> 145 hsp_top0: hsp@3c00000 { 146 compatible = "nvidia,tegra186-hsp"; 201 #include <dt-bindings/mailbox/tegra186-hsp.h>
|
H A D | nvidia,tegra186-bpmp.txt | 27 - .../mailbox/nvidia,tegra186-hsp.txt 68 hsp_top0: hsp@3c00000 {
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/mailbox/ |
H A D | tegra186-hsp.h | 3 * This header provides constants for binding nvidia,tegra186-hsp.
|
/freebsd/sys/contrib/device-tree/Bindings/serial/ |
H A D | nvidia,tegra194-tcu.txt | 25 - .../mailbox/nvidia,tegra186-hsp.txt
|
H A D | nvidia,tegra194-tcu.yaml | 54 #include <dt-bindings/mailbox/tegra186-hsp.h>
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | imx31-clock.yaml | 26 hsp 7
|
H A D | imx35-clock.yaml | 24 hsp 5
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | os2 | 47 0 string HSP\x01\x9b\x00 OS/2 INF 51 0 string HSP\x10\x9b\x00 OS/2 HLP
|
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/ |
H A D | tegra186-p3310.dtsi | 161 hsp@3c00000 {
|
H A D | tegra194.dtsi | 5 #include <dt-bindings/mailbox/tegra186-hsp.h> 1360 hsp_top0: hsp@3c00000 { 1361 compatible = "nvidia,tegra194-hsp"; 1558 hsp_aon: hsp@c150000 { 1559 compatible = "nvidia,tegra194-hsp";
|
H A D | tegra186.dtsi | 5 #include <dt-bindings/mailbox/tegra186-hsp.h> 1194 hsp_top0: hsp@3c00000 { 1195 compatible = "nvidia,tegra186-hsp";
|
H A D | tegra234.dtsi | 6 #include <dt-bindings/mailbox/tegra186-hsp.h> 3302 hsp_top0: hsp@3c00000 { 3303 compatible = "nvidia,tegra234-hsp", "nvidia,tegra194-hsp"; 3828 hsp_aon: hsp@c150000 { 3829 compatible = "nvidia,tegra234-hsp", "nvidia,tegra194-hsp";
|
H A D | tegra186-p3509-0000+p3636-0001.dts | 715 hsp@3c00000 {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86RegisterInfo.td | 155 def HSP : X86Reg<"", -1>; 242 def ESP : X86Reg<"esp", 4, [SP, HSP]>, DwarfRegNum<[-2, 5, 4]>; 570 (add HAX, HCX, HDX, HSI, HDI, HBX, HBP, HSP, HIP, R8WH,
|
/freebsd/share/misc/ |
H A D | pci_vendors | 5473 163e VanGogh HSP 18097 2850 HSP MicroModem 56 18345 7890 HSP MicroModem 56 18347 7891 HSP MicroModem 56 18348 134d 0001 HSP MicroModem 56 18349 7892 HSP MicroModem 56 18350 7893 HSP MicroModem 56 18351 7894 HSP MicroModem 56 18352 7895 HSP MicroModem 56 18353 7896 HSP MicroModem 56 [all …]
|
/freebsd/sys/dev/usb/ |
H A D | usbdevs | 2689 product INTEL2 HSP 0x0026 Harrison Peak (22560) Bluetooth Module
|