Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/devicetree/bindings/display/bridge/
H A Danalogix,anx7625.yaml45 analogix,lane0-swing:
50 an array of swing register setting for DP tx lane0 PHY.
59 swing manual, increase [Swing control] setting to add Vp-p value
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.
149 analogix,lane0-swing = /bits/ 8 <0x14 0x54 0x64 0x74>;
150 analogix,lane1-swing = /bits/ 8 <0x14 0x54 0x64 0x74>;
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8723d.h135 #define OFDM_SWING_A(swing) FIELD_GET(GENMASK(9, 0), swing) argument
136 #define OFDM_SWING_B(swing) FIELD_GET(GENMASK(15, 10), swing) argument
137 #define OFDM_SWING_C(swing) FIELD_GET(GENMASK(21, 16), swing) argument
138 #define OFDM_SWING_D(swing) FIELD_GET(GENMASK(31, 22), swing) 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()
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()
/openbmc/linux/drivers/phy/qualcomm/
H A Dphy-qcom-edp.c241 u8 swing; in qcom_edp_set_voltages() local
254 swing = (*cfg->swing_hbr_rbr)[v_level][p_level]; in qcom_edp_set_voltages()
257 swing = (*cfg->swing_hbr3_hbr2)[v_level][p_level]; in qcom_edp_set_voltages()
261 if (swing == 0xff || emph == 0xff) in qcom_edp_set_voltages()
267 writel(swing, edp->tx0 + TXn_TX_DRV_LVL); in qcom_edp_set_voltages()
271 writel(swing, edp->tx1 + TXn_TX_DRV_LVL); in qcom_edp_set_voltages()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c498 swing = (swing == 0xFF) ? 0x00 : swing; in phy_get_tx_swing_8812A()
500 swing = 0x00; /* 0 dB */ in phy_get_tx_swing_8812A()
502 swing = 0x05; /* -3 dB */ in phy_get_tx_swing_8812A()
504 swing = 0x0A; /* -6 dB */ in phy_get_tx_swing_8812A()
506 swing = 0xFF; /* -9 dB */ in phy_get_tx_swing_8812A()
508 swing = 0x00; in phy_get_tx_swing_8812A()
513 swing = (swing == 0xFF) ? 0x00 : swing; in phy_get_tx_swing_8812A()
515 swing = 0x00; /* 0 dB */ in phy_get_tx_swing_8812A()
517 swing = 0x05; /* -3 dB */ in phy_get_tx_swing_8812A()
519 swing = 0x0A; /* -6 dB */ in phy_get_tx_swing_8812A()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Drealtek,usb2phy.yaml104 Control the magnitude of High speed Dp/Dm output swing (mV).
117 If the magnitude of High speed Dp/Dm output swing still not meet the
H A Dfsl,imx8mq-usb-phy.yaml79 fsl,phy-pcs-tx-swing-full-percent:
H A Drealtek,usb3phy.yaml62 description: A phandle to the tx lfps swing trim data provided by
H A Dmediatek,tphy.yaml226 boost eye swing, the unit step is about 4.16% increment; e.g. the
/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Dfsl,imx6q-pcie-common.yaml76 fsl,tx-swing-full:
81 fsl,tx-swing-low:
/openbmc/linux/arch/arm/boot/dts/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>;
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_training_dpia.c82 uint8_t swing : 2; member
186 data.set_vspe.swing = lt_settings->hw_lane_settings[0].VOLTAGE_SWING; in dpia_build_set_config_data()
/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_dp.c1422 u8 swing; in mtk_dp_train_update_swing_pre() local
1427 swing = (dpcd_adjust_req[index] >> shift) & in mtk_dp_train_update_swing_pre()
1432 val = swing << DP_TRAIN_VOLTAGE_SWING_SHIFT | in mtk_dp_train_update_swing_pre()
1435 if (swing == DP_TRAIN_VOLTAGE_SWING_LEVEL_3) in mtk_dp_train_update_swing_pre()
1440 mtk_dp_set_swing_pre_emphasis(mtk_dp, lane, swing, preemphasis); in mtk_dp_train_update_swing_pre()
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Dst,stm32mp1.txt175 - "st,digbypass" Configure the bypass mode as full-swing digital signal
/openbmc/u-boot/arch/arm/dts/
H A Dexynos5420-peach-pit.dts143 * 75% (250mV swing)
H A Dexynos5250-spring.dts623 /* [7:4] LVDS driver bias current 75% (250mV swing) */
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_init.c4460 uint16_t swing, emphasis, tx_sens, rx_sens; in qla2x00_update_fw_options() local
4480 swing = ha->fw_seriallink_options[2] & (BIT_2 | BIT_1 | BIT_0); in qla2x00_update_fw_options()
4487 ha->fw_options[10] = (emphasis << 14) | (swing << 8); in qla2x00_update_fw_options()
4498 swing = (ha->fw_seriallink_options[2] & in qla2x00_update_fw_options()
4505 ha->fw_options[11] = (emphasis << 14) | (swing << 8); in qla2x00_update_fw_options()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-codec-stateless.rst3084 - If set, signals full swing representation, i.e. "Full Range
3085 Quantization". If not set, signals studio swing representation, i.e.
4162 (see the semantics for color_range for an explanation of studio swing).
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery-2.0.3.min.js6 …queue&&x.dequeue(this,r.queue)},r},x.easing={linear:function(e){return e},swing:function(e){return… method in x.easing
H A Djquery-3.7.1.min.js2 …entNode&&(e.elem[e.prop]=e.now)}},ce.easing={linear:function(e){return e},swing:function(e){return… method in AnonymousClass48244069d701
H A Djquery-2.0.3.min.map1 …wn","slideUp","slideToggle","fadeIn","fadeOut","fadeToggle","linear","p","swing","cos","PI","inter…
H A Djquery-3.7.1.min.map1 …ased","duration","pos","step","fx","scrollTop","scrollLeft","linear","p","swing","cos","PI","fxNow…
/openbmc/rest-dbus/resources/
H A Djquery.min.js5 …rentNode&&(a.elem[a.prop]=a.now)}},m.easing={linear:function(a){return a},swing:function(a){return…