| /freebsd/sys/contrib/zstd/programs/ |
| H A D | benchzstd.c | 251 const BMK_advancedParams_t* adv) in BMK_initCCtx() argument 254 if (adv->nbWorkers == 1) { in BMK_initCCtx() 257 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_nbWorkers, adv->nbWorkers)); in BMK_initCCtx() 261 ctx, ZSTD_c_useRowMatchFinder, adv->useRowMatchFinder)); in BMK_initCCtx() 263 ctx, ZSTD_c_enableLongDistanceMatching, adv->ldmFlag)); in BMK_initCCtx() 264 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_ldmMinMatch, adv->ldmMinMatch)); in BMK_initCCtx() 265 CHECK_Z(ZSTD_CCtx_setParameter(ctx, ZSTD_c_ldmHashLog, adv->ldmHashLog)); in BMK_initCCtx() 267 ctx, ZSTD_c_ldmBucketSizeLog, adv->ldmBucketSizeLog)); in BMK_initCCtx() 269 ctx, ZSTD_c_ldmHashRateLog, adv->ldmHashRateLog)); in BMK_initCCtx() 285 (int)adv->literalCompressionMode)); in BMK_initCCtx() [all …]
|
| H A D | benchzstd.h | 122 int displayLevel, const BMK_advancedParams_t* adv); 137 int displayLevel, const BMK_advancedParams_t* adv); 187 const BMK_advancedParams_t* adv);
|
| /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/arm64/mediatek/ |
| H A D | mt8183-pumpkin.dts | 248 mediatek,pull-up-adv = <3>; 256 mediatek,pull-up-adv = <3>; 264 mediatek,pull-up-adv = <3>; 272 mediatek,pull-up-adv = <3>; 280 mediatek,pull-up-adv = <3>; 288 mediatek,pull-up-adv = <3>; 296 mediatek,pull-up-adv = <3>; 321 mediatek,pull-up-adv = <01>; 327 mediatek,pull-down-adv = <10>; 333 mediatek,pull-down-adv = <01>; [all …]
|
| H A D | mt8183-kukui.dtsi | 512 mediatek,pull-up-adv = <3>; 520 mediatek,pull-up-adv = <3>; 536 mediatek,pull-up-adv = <3>; 552 mediatek,pull-up-adv = <3>; 577 mediatek,pull-up-adv = <01>; 583 mediatek,pull-down-adv = <10>; 589 mediatek,pull-down-adv = <01>; 606 mediatek,pull-up-adv = <01>; 612 mediatek,pull-down-adv = <10>; 618 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/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>; 115 gpmc,adv-on-ns = <6>; 116 gpmc,adv-rd-off-ns = <24>; 117 gpmc,adv-wr-off-ns = <36>; 160 gpmc,adv-on-ns = <0>; 161 gpmc,adv-rd-off-ns = <18>; 162 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 | 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-igep.dtsi | 122 gpmc,adv-on-ns = <6>; 123 gpmc,adv-rd-off-ns = <34>; 124 gpmc,adv-wr-off-ns = <44>; 154 gpmc,adv-on-ns = <0>; 155 gpmc,adv-rd-off-ns = <12>; 156 gpmc,adv-wr-off-ns = <12>;
|
| H A D | omap3-evm.dts | 71 gpmc,adv-on-ns = <6>; 72 gpmc,adv-rd-off-ns = <34>; 73 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 | 71 gpmc,adv-on-ns = <6>; 72 gpmc,adv-rd-off-ns = <34>; 73 gpmc,adv-wr-off-ns = <44>;
|
| 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-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 | omap3-sb-t35.dtsi | 116 gpmc,adv-on-ns = <0>; 117 gpmc,adv-rd-off-ns = <15>; 118 gpmc,adv-wr-off-ns = <40>;
|
| /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
|
| /freebsd/sys/contrib/device-tree/src/arm64/ti/ |
| H A D | k3-am62-lp-sk-nand.dtso | 65 gpmc,adv-on-ns = <0>; 66 gpmc,adv-rd-off-ns = <25>; 67 gpmc,adv-wr-off-ns = <25>;
|