Home
last modified time | relevance | path

Searched refs:hb (Results 1 – 23 of 23) sorted by relevance

/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dcalxeda.yaml13 "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 Decx-common.dtsi26 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 Dhighbank.dts108 compatible = "calxeda,hb-ddr-ctrl";
150 compatible = "calxeda,hb-sregs-l2-ecc";
/f-stack/freebsd/contrib/device-tree/Bindings/arm/calxeda/
H A Dhb-sregs.yaml4 $id: http://devicetree.org/schemas/arm/calxeda/hb-sregs.yaml#
19 const: calxeda,hb-sregs
36 compatible = "calxeda,hb-sregs";
H A Dl2ecc.yaml19 const: "calxeda,hb-sregs-l2-ecc"
39 compatible = "calxeda,hb-sregs-l2-ecc";
/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_shadow_tbl.c85 #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 Dtf_shadow_tcam.c85 #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 Dcalxeda-ddr-ctrlr.yaml20 - calxeda,hb-ddr-ctrl
39 compatible = "calxeda,hb-ddr-ctrl";
/f-stack/freebsd/contrib/device-tree/Bindings/phy/
H A Dcalxeda-combophy.yaml22 const: calxeda,hb-combophy
46 compatible = "calxeda,hb-combophy";
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dcalxeda-xgmac.yaml21 const: calxeda,hb-xgmac
46 compatible = "calxeda,hb-xgmac";
/f-stack/freebsd/contrib/device-tree/Bindings/media/i2c/
H A Dov7670.txt21 - 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 Dsata_highbank.yaml19 const: calxeda,hb-ahci
79 compatible = "calxeda,hb-ahci";
/f-stack/freebsd/contrib/device-tree/Bindings/fpga/
H A Daltera-passive-serial.txt8 See https://www.altera.com/literature/hb/cyc/cyc_c51013.pdf
/f-stack/freebsd/mips/nlm/
H A Dmpreset.S198 jr.hb ra
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h1088 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 Dzstd_opt.c49 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 Dzap_micro.c1561 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 DF-Stack_Development_Guide.md41 …box.git;a=tree;f=lib/libplebnet;h=ae446dba0b4f8593b69b339ea667e12d5b709cfb;hb=refs/heads/work/svn_…
/f-stack/freebsd/netinet/
H A Dsctp_output.c11262 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 DREADME.md25 …box.git;a=tree;f=lib/libplebnet;h=ae446dba0b4f8593b69b339ea667e12d5b709cfb;hb=refs/heads/work/svn_…
H A DLICENSE15 …box.git;a=tree;f=lib/libplebnet;h=ae446dba0b4f8593b69b339ea667e12d5b709cfb;hb=refs/heads/work/svn_…
/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c6030 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 Dzstd.c2298 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()