/freebsd/sys/contrib/zstd/programs/ |
H A D | benchzstd.c | 169 const BMK_advancedParams_t* adv) in BMK_initCCtx() argument 172 if (adv->nbWorkers==1) { in BMK_initCCtx() 175 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_nbWorkers, adv->nbWorkers)); in BMK_initCCtx() 178 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_useRowMatchFinder, adv->useRowMatchFinder)); in BMK_initCCtx() 179 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_enableLongDistanceMatching, adv->ldmFlag)); in BMK_initCCtx() 180 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_ldmMinMatch, adv->ldmMinMatch)); in BMK_initCCtx() 181 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_ldmHashLog, adv->ldmHashLog)); in BMK_initCCtx() 182 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_ldmBucketSizeLog, adv->ldmBucketSizeLog)); in BMK_initCCtx() 183 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_ldmHashRateLog, adv->ldmHashRateLog)); in BMK_initCCtx() 190 …CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_literalCompressionMode, (int)adv->literalCompressionMod… in BMK_initCCtx() [all …]
|
H A D | benchzstd.h | 133 int displayLevel, const BMK_advancedParams_t* adv); 155 int displayLevel, const BMK_advancedParams_t* adv); 205 const BMK_advancedParams_t* adv);
|
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt8183-pumpkin.dts | 199 mediatek,pull-up-adv = <3>; 207 mediatek,pull-up-adv = <3>; 215 mediatek,pull-up-adv = <3>; 223 mediatek,pull-up-adv = <3>; 231 mediatek,pull-up-adv = <3>; 239 mediatek,pull-up-adv = <3>; 247 mediatek,pull-up-adv = <3>; 272 mediatek,pull-up-adv = <01>; 278 mediatek,pull-down-adv = <10>; 284 mediatek,pull-down-adv = <01>; [all …]
|
H A D | mt8183-kukui.dtsi | 525 mediatek,pull-up-adv = <3>; 533 mediatek,pull-up-adv = <3>; 549 mediatek,pull-up-adv = <3>; 565 mediatek,pull-up-adv = <3>; 590 mediatek,pull-up-adv = <01>; 596 mediatek,pull-down-adv = <10>; 602 mediatek,pull-down-adv = <01>; 619 mediatek,pull-up-adv = <01>; 625 mediatek,pull-down-adv = <10>; 631 mediatek,pull-down-adv = <10>; [all …]
|
H A D | mt8183-evb.dts | 162 mediatek,pull-up-adv = <3>; 170 mediatek,pull-up-adv = <3>; 178 mediatek,pull-up-adv = <3>; 186 mediatek,pull-up-adv = <3>; 194 mediatek,pull-up-adv = <3>; 202 mediatek,pull-up-adv = <3>;
|
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_aq100x.c | 276 unsigned int adv; in aq100x_advertise() local 280 adv = 0; in aq100x_advertise() 282 adv |= ADV_10G_FULL; in aq100x_advertise() 284 ADV_10G_FULL, adv); in aq100x_advertise() 289 adv = 0; in aq100x_advertise() 291 adv |= ADV_1G_FULL; in aq100x_advertise() 293 adv |= ADV_1G_HALF; in aq100x_advertise() 295 ADV_1G_FULL | ADV_1G_HALF, adv); in aq100x_advertise() 300 adv = 0; in aq100x_advertise() 302 adv |= ADVERTISE_100HALF; in aq100x_advertise() [all …]
|
H A D | cxgb_vsc8211.c | 134 unsigned int bmcr, status, lpa, adv; in vsc8211_get_link_status() local 180 err = mdio_read(cphy, 0, MII_ADVERTISE, &adv); in vsc8211_get_link_status() 184 if (lpa & adv & ADVERTISE_PAUSE_CAP) in vsc8211_get_link_status() 188 (adv & ADVERTISE_PAUSE_ASYM)) in vsc8211_get_link_status() 191 (adv & ADVERTISE_PAUSE_CAP)) in vsc8211_get_link_status() 207 unsigned int bmcr, status, lpa, adv; in vsc8211_get_link_status_fiber() local 239 err = mdio_read(cphy, 0, MII_ADVERTISE, &adv); in vsc8211_get_link_status_fiber() 243 if (adv & lpa & ADVERTISE_1000XFULL) { in vsc8211_get_link_status_fiber() 246 } else if (adv & lpa & ADVERTISE_1000XHALF) { in vsc8211_get_link_status_fiber() 252 if (lpa & adv & ADVERTISE_1000XPAUSE) in vsc8211_get_link_status_fiber() [all …]
|
H A D | cxgb_tn1010.c | 134 unsigned int status, lpa, adv; in tn1010_get_link_status() local 152 &adv); in tn1010_get_link_status() 156 if (lpa & adv & ADVERTISE_PAUSE_CAP) in tn1010_get_link_status() 160 (adv & ADVERTISE_PAUSE_ASYM)) in tn1010_get_link_status() 163 (adv & ADVERTISE_PAUSE_CAP)) in tn1010_get_link_status()
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap3430-sdp.dts | 66 gpmc,adv-on-ns = <12>; 67 gpmc,adv-rd-off-ns = <48>; 68 gpmc,adv-wr-off-ns = <48>; 116 gpmc,adv-on-ns = <6>; 117 gpmc,adv-rd-off-ns = <24>; 118 gpmc,adv-wr-off-ns = <36>; 162 gpmc,adv-on-ns = <0>; 163 gpmc,adv-rd-off-ns = <18>; 164 gpmc,adv-wr-off-ns = <18>;
|
H A D | omap2420-h4.dts | 34 gpmc,adv-on-ns = <20>; 35 gpmc,adv-rd-off-ns = <50>; 36 gpmc,adv-wr-off-ns = <50>;
|
H A D | omap3-overo-tobiduo-common.dtsi | 29 gpmc,adv-on-ns = <6>; 30 gpmc,adv-rd-off-ns = <12>; 31 gpmc,adv-wr-off-ns = <12>;
|
H A D | omap3-igep.dtsi | 123 gpmc,adv-on-ns = <6>; 124 gpmc,adv-rd-off-ns = <34>; 125 gpmc,adv-wr-off-ns = <44>; 155 gpmc,adv-on-ns = <0>; 156 gpmc,adv-rd-off-ns = <12>; 157 gpmc,adv-wr-off-ns = <12>;
|
H A D | omap-gpmc-smsc911x.dtsi | 33 gpmc,adv-on-ns = <0>; 34 gpmc,adv-rd-off-ns = <15>; 35 gpmc,adv-wr-off-ns = <40>;
|
H A D | omap-gpmc-smsc9221.dtsi | 36 gpmc,adv-on-ns = <6>; 37 gpmc,adv-rd-off-ns = <12>; 38 gpmc,adv-wr-off-ns = <12>;
|
H A D | omap2430-sdp.dts | 51 gpmc,adv-on-ns = <18>; 52 gpmc,adv-rd-off-ns = <48>; 53 gpmc,adv-wr-off-ns = <48>;
|
H A D | omap3-evm.dts | 72 gpmc,adv-on-ns = <6>; 73 gpmc,adv-rd-off-ns = <34>; 74 gpmc,adv-wr-off-ns = <44>;
|
H A D | omap2420-n8x0-common.dtsi | 67 gpmc,adv-on-ns = <0>; 68 gpmc,adv-rd-off-ns = <18>; 69 gpmc,adv-wr-off-ns = <18>;
|
H A D | omap3-evm-37xx.dts | 72 gpmc,adv-on-ns = <6>; 73 gpmc,adv-rd-off-ns = <34>; 74 gpmc,adv-wr-off-ns = <44>;
|
H A D | omap3-devkit8000-common.dtsi | 236 gpmc,adv-on-ns = <6>; 237 gpmc,adv-rd-off-ns = <34>; 238 gpmc,adv-wr-off-ns = <44>; 294 gpmc,adv-on-ns = <0>; 295 gpmc,adv-rd-off-ns = <18>; 296 gpmc,adv-wr-off-ns = <48>;
|
H A D | omap-zoom-common.dtsi | 35 gpmc,adv-on-ns = <15>; 36 gpmc,adv-rd-off-ns = <40>; 37 gpmc,adv-wr-off-ns = <40>;
|
H A D | omap3-sb-t35.dtsi | 116 gpmc,adv-on-ns = <0>; 117 gpmc,adv-rd-off-ns = <15>; 118 gpmc,adv-wr-off-ns = <40>;
|
H A D | omap3-gta04a5one.dts | 68 gpmc,adv-on-ns = <0>; 69 gpmc,adv-rd-off-ns = <10>; 70 gpmc,adv-wr-off-ns = <10>;
|
/freebsd/contrib/wpa/src/p2p/ |
H A D | p2p_build.c | 470 struct p2ps_advertisement *adv; in p2p_wfa_service_adv() local 472 for (adv = p2p->p2ps_adv_list; adv; adv = adv->next) { in p2p_wfa_service_adv() 473 if (os_strncmp(adv->svc_name, P2PS_WILD_HASH_STR, in p2p_wfa_service_adv() 604 struct p2ps_advertisement *adv; in p2p_buf_add_service_instance() local 644 for (adv = adv_list; adv && total_len <= MAX_SVC_ADV_LEN; in p2p_buf_add_service_instance() 645 adv = adv->next) { in p2p_buf_add_service_instance() 651 if (os_memcmp(test, adv->hash, P2PS_HASH_LEN) == 0 && in p2p_buf_add_service_instance() 653 adv->id, in p2p_buf_add_service_instance() 654 adv->config_methods, in p2p_buf_add_service_instance() 655 adv->svc_name, in p2p_buf_add_service_instance()
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | pinctrl-mt8183.txt | 51 10 or 11. So It needs config "mediatek,pull-up-adv" or 52 "mediatek,pull-down-adv" to support arguments for those special pins. 74 We can add "mediatek,drive-strength-adv = <XXX>;" to describe the specific 82 So the valid arguments of "mediatek,drive-strength-adv" are from 0 to 7. 117 mediatek,pull-up-adv = <3>; 118 mediatek,drive-strength-adv = <7>; 126 mediatek,pull-down-adv = <2>; 127 mediatek,drive-strength-adv = <4>;
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | omap-gpmc.txt | 63 - gpmc,adv-on-ns: Assertion time 64 - gpmc,adv-rd-off-ns: Read deassertion time 65 - gpmc,adv-wr-off-ns: Write deassertion time 66 - gpmc,adv-aad-mux-on-ns: Assertion time for AAD 67 - gpmc,adv-aad-mux-rd-off-ns: Read deassertion time for AAD 68 - gpmc,adv-aad-mux-wr-off-ns: Write deassertion time for AAD 94 - gpmc,adv-extra-delay: ADV signal is delayed by half GPMC clock
|