| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | calxeda.yaml | 13 "hb-sregs" node. 24 - calxeda,hb-pll-clock 25 - calxeda,hb-a9periph-clock 26 - calxeda,hb-a9bus-clock 27 - calxeda,hb-emmc-clock 46 compatible = "calxeda,hb-sregs"; 61 compatible = "calxeda,hb-pll-clock"; 68 compatible = "calxeda,hb-pll-clock"; 75 compatible = "calxeda,hb-a9periph-clock";
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | ecx-common.dtsi | 26 compatible = "calxeda,hb-ahci"; 39 compatible = "calxeda,hb-sdhci"; 132 compatible = "calxeda,hb-sregs"; 147 compatible = "calxeda,hb-pll-clock"; 154 compatible = "calxeda,hb-pll-clock"; 175 compatible = "calxeda,hb-pll-clock"; 182 compatible = "calxeda,hb-emmc-clock"; 204 compatible = "calxeda,hb-xgmac"; 211 compatible = "calxeda,hb-xgmac"; 218 compatible = "calxeda,hb-combophy"; [all …]
|
| H A D | highbank.dts | 108 compatible = "calxeda,hb-ddr-ctrl"; 150 compatible = "calxeda,hb-sregs-l2-ecc";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/calxeda/ |
| H A D | hb-sregs.yaml | 4 $id: http://devicetree.org/schemas/arm/calxeda/hb-sregs.yaml# 19 const: calxeda,hb-sregs 36 compatible = "calxeda,hb-sregs";
|
| H A D | l2ecc.yaml | 19 const: "calxeda,hb-sregs-l2-ecc" 39 compatible = "calxeda,hb-sregs-l2-ecc";
|
| /f-stack/dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_shadow_tbl.c | 85 #define TF_SHADOW_BE0_MASK_CLEAR(hb) ((hb) & 0xffffffffffff0000ull) argument 86 #define TF_SHADOW_BE1_MASK_CLEAR(hb) ((hb) & 0xffffffff0000ffffull) argument 87 #define TF_SHADOW_BE2_MASK_CLEAR(hb) ((hb) & 0xffff0000ffffffffull) argument 88 #define TF_SHADOW_BE3_MASK_CLEAR(hb) ((hb) & 0x0000ffffffffffffull) argument
|
| H A D | tf_shadow_tcam.c | 85 #define TF_SHADOW_TCAM_BE0_MASK_CLEAR(hb) ((hb) & 0xffffffffffff0000ull) argument 86 #define TF_SHADOW_TCAM_BE1_MASK_CLEAR(hb) ((hb) & 0xffffffff0000ffffull) argument 87 #define TF_SHADOW_TCAM_BE2_MASK_CLEAR(hb) ((hb) & 0xffff0000ffffffffull) argument 88 #define TF_SHADOW_TCAM_BE3_MASK_CLEAR(hb) ((hb) & 0x0000ffffffffffffull) argument
|
| /f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | calxeda-ddr-ctrlr.yaml | 20 - calxeda,hb-ddr-ctrl 39 compatible = "calxeda,hb-ddr-ctrl";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/phy/ |
| H A D | calxeda-combophy.yaml | 22 const: calxeda,hb-combophy 46 compatible = "calxeda,hb-combophy";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | calxeda-xgmac.yaml | 21 const: calxeda,hb-xgmac 46 compatible = "calxeda,hb-xgmac";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/i2c/ |
| H A D | ov7670.txt | 21 - ov7670,pclk-hb-disable: a boolean property to suppress pixel clock output 44 ov7670,pclk-hb-disable;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ata/ |
| H A D | sata_highbank.yaml | 19 const: calxeda,hb-ahci 79 compatible = "calxeda,hb-ahci";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/fpga/ |
| H A D | altera-passive-serial.txt | 8 See https://www.altera.com/literature/hb/cyc/cyc_c51013.pdf
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | mpreset.S | 198 jr.hb ra
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_internal.h | 1088 U32 const hb = ZSTD_highbit32(newStat); in ZSTD_fWeight() local 1089 U32 const BWeight = hb * fp_multiplier; in ZSTD_fWeight() 1090 U32 const FWeight = (newStat << fp_accuracy) >> hb; in ZSTD_fWeight() 1092 assert(hb + fp_accuracy < 31); in ZSTD_fWeight()
|
| H A D | zstd_opt.c | 49 U32 const hb = ZSTD_highbit32(stat); in ZSTD_fracWeight() local 50 U32 const BWeight = hb * BITCOST_MULTIPLIER; in ZSTD_fracWeight() 51 U32 const FWeight = (stat << BITCOST_ACCURACY) >> hb; in ZSTD_fracWeight() 53 assert(hb + BITCOST_ACCURACY < 31); in ZSTD_fracWeight()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zap_micro.c | 1561 int hb; in zap_cursor_retrieve() local 1573 hb = zap_hashbits(zc->zc_zap); in zap_cursor_retrieve() 1574 zc->zc_hash = zc->zc_serialized << (64 - hb); in zap_cursor_retrieve() 1575 zc->zc_cd += zc->zc_serialized >> hb; in zap_cursor_retrieve()
|
| /f-stack/doc/ |
| H A D | F-Stack_Development_Guide.md | 41 …box.git;a=tree;f=lib/libplebnet;h=ae446dba0b4f8593b69b339ea667e12d5b709cfb;hb=refs/heads/work/svn_…
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_output.c | 11262 struct sctp_heartbeat_chunk *hb; in sctp_send_hb() local 11307 hb = mtod(chk->data, struct sctp_heartbeat_chunk *); in sctp_send_hb() 11308 memset(hb, 0, sizeof(struct sctp_heartbeat_chunk)); in sctp_send_hb() 11310 hb->ch.chunk_type = SCTP_HEARTBEAT_REQUEST; in sctp_send_hb() 11311 hb->ch.chunk_flags = 0; in sctp_send_hb() 11312 hb->ch.chunk_length = htons(chk->send_size); in sctp_send_hb() 11316 hb->heartbeat.hb_info.time_value_1 = now.tv_sec; in sctp_send_hb() 11317 hb->heartbeat.hb_info.time_value_2 = now.tv_usec; in sctp_send_hb() 11320 hb->heartbeat.hb_info.addr_len = net->ro._l_addr.sa.sa_len; in sctp_send_hb() 11335 memcpy(hb->heartbeat.hb_info.address, in sctp_send_hb() [all …]
|
| /f-stack/ |
| H A D | README.md | 25 …box.git;a=tree;f=lib/libplebnet;h=ae446dba0b4f8593b69b339ea667e12d5b709cfb;hb=refs/heads/work/svn_…
|
| H A D | LICENSE | 15 …box.git;a=tree;f=lib/libplebnet;h=ae446dba0b4f8593b69b339ea667e12d5b709cfb;hb=refs/heads/work/svn_…
|
| /f-stack/freebsd/contrib/x86emu/ |
| H A D | x86emu.c | 6030 uint8_t hb, lb; in aad_word() local 6032 hb = (uint8_t) ((d >> 8) & 0xff); in aad_word() 6034 l = (uint16_t) ((lb + 10 * hb) & 0xFF); in aad_word()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 2298 U32 name##hb[HUF_CTABLE_SIZE_U32(maxSymbolValue)]; \ 2299 void* name##hv = &(name##hb); \ 10920 U32 const hb = ZSTD_highbit32(newStat); in ZSTD_fWeight() local 10921 U32 const BWeight = hb * fp_multiplier; in ZSTD_fWeight() 10922 U32 const FWeight = (newStat << fp_accuracy) >> hb; in ZSTD_fWeight() 10924 assert(hb + fp_accuracy < 31); in ZSTD_fWeight() 20195 U32 const hb = ZSTD_highbit32(stat); in ZSTD_fracWeight() local 20196 U32 const BWeight = hb * BITCOST_MULTIPLIER; in ZSTD_fracWeight() 20197 U32 const FWeight = (stat << BITCOST_ACCURACY) >> hb; in ZSTD_fracWeight() 20199 assert(hb + BITCOST_ACCURACY < 31); in ZSTD_fracWeight()
|