Home
last modified time | relevance | path

Searched full:swing (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/display/bridge/
H A Danalogix,anx7625.yaml45 analogix,lane0-swing:
50 an array of swing register setting for DP tx lane0 PHY.
54 [Swing control] setting.
58 Registers 0~9, bit 6:4 is [Swing control], these bits control
59 swing manual, increase [Swing control] setting to add Vp-p value
60 for each Swing, Pre.
72 analogix,lane1-swing:
77 an array of swing register setting for DP tx lane1 PHY.
78 DP TX lane1 swing register setting same with lane0
79 swing, please refer lane0-swing property description.
[all …]
/freebsd/sys/contrib/dev/rtw88/
H A Drtw8723d.h134 OFDM_SWING_A(swing) global() argument
135 OFDM_SWING_B(swing) global() argument
136 OFDM_SWING_C(swing) global() argument
137 OFDM_SWING_D(swing) global() argument
H A Drtw8821c.c121 u32 swing, table_value; in rtw8821c_get_swing_index() local
123 swing = rtw_read32_mask(rtwdev, REG_TXSCALE_A, 0xffe00000); in rtw8821c_get_swing_index()
126 if (swing == table_value) in rtw8821c_get_swing_index()
1088 rtw_warn(rtwdev, "swing index overflow\n"); in rtw8821c_phy_pwrtrack()
H A Drtw8822b.c112 u32 swing, table_value; in rtw8822b_get_swing_index() local
114 swing = rtw_read32_mask(rtwdev, 0xc1c, 0xffe00000); in rtw8822b_get_swing_index()
117 if (swing == table_value) in rtw8822b_get_swing_index()
1423 rtw_warn(rtwdev, "swing index overflow\n"); in rtw8822b_txagc_swing_offset()
H A Dphy.c2432 rtw_warn(rtwdev, "swing table not configured\n"); in rtw_phy_pwrtrack_get_pwridx()
2440 rtw_warn(rtwdev, "invalid swing table index\n"); in rtw_phy_pwrtrack_get_pwridx()
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dfsl,imx6q-pcie.txt25 - fsl,tx-swing-full: Gen2 TX SWING FULL value. Default: 127
26 - fsl,tx-swing-low: TX launch amplitude swing_low value. Default: 127
H A Dfsl,imx6q-pcie-common.yaml76 fsl,tx-swing-full:
77 description: Gen2 TX SWING FULL value (optional required).
81 fsl,tx-swing-low:
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8186-corsola-steelix.dtsi63 analogix,lane0-swing = /bits/ 8 <0x70 0x30>;
64 analogix,lane1-swing = /bits/ 8 <0x70 0x30>;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h9 // An implementation of the Swing Modulo Scheduling (SMS) software pipeliner.
14 // Swing Modulo Scheduling is an implementation of software pipelining
18 // "Swing Modulo Scheduling: A Lifetime-Sensitive Approach", by J. Llosa,
26 // "An Implementation of Swing Modulo Scheduling With Extensions for
H A DWindowScheduler.h18 // severe resource conflicts when compared to the classic Swing Modulo
H A DModuloSchedule.h13 // An example algorithm is Swing Modulo Scheduling (implemented by the
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6qdl-var-dart.dtsi395 fsl,tx-swing-full = <103>;
396 fsl,tx-swing-low = <103>;
H A Dimx6q-ba16.dtsi346 fsl,tx-swing-full = <103>;
347 fsl,tx-swing-low = <103>;
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dfsl,imx8mq-usb-phy.yaml79 fsl,phy-pcs-tx-swing-full-percent:
H A Dmediatek,tphy.yaml226 boost eye swing, the unit step is about 4.16% increment; e.g. the
/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_chan.c446 uint8_t swing; in r12a_set_band() local
460 swing = rs->tx_bbswing_2g; in r12a_set_band()
463 swing = rs->tx_bbswing_5g; in r12a_set_band()
473 switch ((swing >> i * 2) & 0x3) { in r12a_set_band()
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_pcie.h346 al_bool tx_swing_low; /* set tx swing low when true, and tx swing full when false */
369 uint8_t local_lf; /* Full Swing (FS) Value for Gen3 Transmit Equalization */
H A Dal_hal_serdes_interface.h197 * maximum swing of the driver.
/freebsd/share/dict/
H A Dweb2a17590 double-swing door
17591 double-swing joint
27271 half-swing
35426 mid-swing
35900 mood swing
41650 porch swing
54850 single-swing
54851 single-swing joint
61865 swing arm
61866 swing back
[all …]
/freebsd/contrib/ntp/ntpd/
H A Drefclock_true.c30 * number of uSecs since the last PPS upward swing, mediated by reading OUT0
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp9 // An implementation of the Swing Modulo Scheduling (SMS) software pipeliner.
243 /// The "main" function for implementing Swing Modulo Scheduling. in INITIALIZE_PASS_DEPENDENCY()
564 /// scheduling part of the Swing Modulo Scheduling algorithm.
3256 /// A property of the node order in swing-modulo-scheduling is
/freebsd/contrib/pam_modules/pam_passwdqc/
H A Dwordset_4k.c3588 "swing",
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress_block.c1025 * performance swing is caused by parts of the decompression loop falling in ZSTD_decompressSequences_body()
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js8433 // easing resolution: per property > opt.specialEasing > opt.easing > 'swing' (default)
8438 …imatedProperties[ name ] = opt.specialEasing && opt.specialEasing[ name ] || opt.easing || 'swing';
8662 swing: function( p, n, firstNum, diff ) { method
8829 // Perform the easing function, defaults to swing
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c1366 * performance swing is caused by parts of the decompression loop falling

12