| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/ |
| H A D | rtw8723d.h | 115 #define OFDM_SWING_A(swing) FIELD_GET(GENMASK(9, 0), swing) argument 116 #define OFDM_SWING_B(swing) FIELD_GET(GENMASK(15, 10), swing) argument 117 #define OFDM_SWING_C(swing) FIELD_GET(GENMASK(21, 16), swing) argument 118 #define OFDM_SWING_D(swing) FIELD_GET(GENMASK(31, 22), swing) argument
|
| H A D | rtw8821c.c | 74 u32 swing, table_value; in rtw8821c_get_swing_index() local 76 swing = rtw_read32_mask(rtwdev, REG_TXSCALE_A, 0xffe00000); in rtw8821c_get_swing_index() 79 if (swing == table_value) in rtw8821c_get_swing_index()
|
| H A D | rtw8822b.c | 93 u32 swing, table_value; in rtw8822b_get_swing_index() local 95 swing = rtw_read32_mask(rtwdev, 0xc1c, 0xffe00000); in rtw8822b_get_swing_index() 98 if (swing == table_value) in rtw8822b_get_swing_index()
|
| /OK3568_Linux_fs/kernel/drivers/phy/rockchip/ |
| H A D | phy-rockchip-typec.c | 411 int swing; member 623 {{ .swing = 0x2a, .pe = 0x00 }, 624 { .swing = 0x1f, .pe = 0x15 }, 625 { .swing = 0x14, .pe = 0x22 }, 626 { .swing = 0x02, .pe = 0x2b } }, 628 {{ .swing = 0x21, .pe = 0x00 }, 629 { .swing = 0x12, .pe = 0x15 }, 630 { .swing = 0x02, .pe = 0x22 }, 631 { .swing = 0, .pe = 0 } }, 633 {{ .swing = 0x15, .pe = 0x00 }, [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/rtl8821c/ |
| H A D | rtl8821c_phy.c | 614 u32 swing = 0, onePathSwing = 0; in phy_get_tx_bbswing_8821c() local 618 swing = pHalData->tx_bbswing_24G; in phy_get_tx_bbswing_8821c() 620 swing = 0x00; /* 0 dB */ in phy_get_tx_bbswing_8821c() 622 swing = 0x55; /* -3 dB */ in phy_get_tx_bbswing_8821c() 624 swing = 0xAA; /* -6 dB */ in phy_get_tx_bbswing_8821c() 626 swing = 0xFF; /* -9 dB */ in phy_get_tx_bbswing_8821c() 628 swing = 0x00; in phy_get_tx_bbswing_8821c() 631 swing = pHalData->tx_bbswing_5G; in phy_get_tx_bbswing_8821c() 633 swing = 0x00; /* 0 dB */ in phy_get_tx_bbswing_8821c() 635 swing = 0x55; /* -3 dB */ in phy_get_tx_bbswing_8821c() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/rtl8821c/ |
| H A D | rtl8821c_phy.c | 612 u32 swing = 0, onePathSwing = 0; in phy_get_tx_bbswing_8821c() local 616 swing = pHalData->tx_bbswing_24G; in phy_get_tx_bbswing_8821c() 618 swing = 0x00; /* 0 dB */ in phy_get_tx_bbswing_8821c() 620 swing = 0x55; /* -3 dB */ in phy_get_tx_bbswing_8821c() 622 swing = 0xAA; /* -6 dB */ in phy_get_tx_bbswing_8821c() 624 swing = 0xFF; /* -9 dB */ in phy_get_tx_bbswing_8821c() 626 swing = 0x00; in phy_get_tx_bbswing_8821c() 629 swing = pHalData->tx_bbswing_5G; in phy_get_tx_bbswing_8821c() 631 swing = 0x00; /* 0 dB */ in phy_get_tx_bbswing_8821c() 633 swing = 0x55; /* -3 dB */ in phy_get_tx_bbswing_8821c() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/phy/ |
| H A D | phy-rockchip-typec.h | 12 u8 swing, u8 pre_emp); 17 int lanes, u8 swing, u8 pre_emp) in tcphy_dp_set_phy_config() argument
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/ |
| H A D | phy-rockchip-typec.txt | 20 - rockchip,phy-config : A list of voltage swing(mV) and pre-emphasis 23 s2p0 ~ s2p3, s3p0 ~ s2p3 swing and pre-emphasis
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pci/ |
| H A D | fsl,imx6q-pcie.txt | 25 - fsl,tx-swing-full: Gen2 TX SWING FULL value. Default: 127 26 - fsl,tx-swing-low: TX launch amplitude swing_low value. Default: 127
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| H A D | phy.c | 492 u32 swing = 0, swing_a = 0, swing_b = 0; in phy_get_tx_swing_8812A() local 496 efuse_shadow_read(hw, 1, 0xC6, (u32 *)&swing); in phy_get_tx_swing_8812A() 497 swing = (swing == 0xFF) ? 0x00 : swing; in phy_get_tx_swing_8812A() 499 swing = 0x00; /* 0 dB */ in phy_get_tx_swing_8812A() 501 swing = 0x05; /* -3 dB */ in phy_get_tx_swing_8812A() 503 swing = 0x0A; /* -6 dB */ in phy_get_tx_swing_8812A() 505 swing = 0xFF; /* -9 dB */ in phy_get_tx_swing_8812A() 507 swing = 0x00; in phy_get_tx_swing_8812A() 511 efuse_shadow_read(hw, 1, 0xC7, (u32 *)&swing); in phy_get_tx_swing_8812A() 512 swing = (swing == 0xFF) ? 0x00 : swing; in phy_get_tx_swing_8812A() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | cdn-dp-link-training.c | 18 u8 swing = (dp->train_set[0] & DP_TRAIN_VOLTAGE_SWING_MASK) >> in cdn_dp_set_signal_levels() local 24 swing, pre_emphasis); in cdn_dp_set_signal_levels()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588s-evb8-lp4x.dtsi | 269 /* voltage swing 0, pre-emphasis 0->3 */ 274 /* voltage swing 1, pre-emphasis 0->2 */ 278 /* voltage swing 2, pre-emphasis 0->1 */ 281 /* voltage swing 3, pre-emphasis 0 */
|
| H A D | rk3588s-evb1-lp4x.dtsi | 286 /* voltage swing 0, pre-emphasis 0->3 */ 291 /* voltage swing 1, pre-emphasis 0->2 */ 295 /* voltage swing 2, pre-emphasis 0->1 */ 298 /* voltage swing 3, pre-emphasis 0 */
|
| H A D | rk3588s-tablet.dtsi | 387 /* voltage swing 0, pre-emphasis 0->3 */ 392 /* voltage swing 1, pre-emphasis 0->2 */ 396 /* voltage swing 2, pre-emphasis 0->1 */ 399 /* voltage swing 3, pre-emphasis 0 */
|
| H A D | rk3588s-tablet-single.dtsi | 444 /* voltage swing 0, pre-emphasis 0->3 */ 449 /* voltage swing 1, pre-emphasis 0->2 */ 453 /* voltage swing 2, pre-emphasis 0->1 */ 456 /* voltage swing 3, pre-emphasis 0 */
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | imx6qdl-var-dart.dtsi | 395 fsl,tx-swing-full = <103>; 396 fsl,tx-swing-low = <103>;
|
| H A D | imx6q-ba16.dtsi | 331 fsl,tx-swing-full = <103>; 332 fsl,tx-swing-low = <103>;
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | exynos5420-peach-pit.dts | 128 * 75% (250mV swing)
|
| H A D | exynos5250-spring.dts | 572 /* [7:4] LVDS driver bias current 75% (250mV swing) */
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_init.c | 3975 uint16_t swing, emphasis, tx_sens, rx_sens; in qla2x00_update_fw_options() local 3995 swing = ha->fw_seriallink_options[2] & (BIT_2 | BIT_1 | BIT_0); in qla2x00_update_fw_options() 4002 ha->fw_options[10] = (emphasis << 14) | (swing << 8); in qla2x00_update_fw_options() 4013 swing = (ha->fw_seriallink_options[2] & in qla2x00_update_fw_options() 4020 ha->fw_options[11] = (emphasis << 14) | (swing << 8); in qla2x00_update_fw_options()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | jquery-2.0.3.min.js | 6 …queue&&x.dequeue(this,r.queue)},r},x.easing={linear:function(e){return e},swing:function(e){return… method
|
| H A D | jquery-2.0.3.min.map | 1 …wn","slideUp","slideToggle","fadeIn","fadeOut","fadeToggle","linear","p","swing","cos","PI","inter…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | target.def | 1514 used by the swing modulo scheduler. The parameter is a pointer 1518 "This hook is called by the swing modulo scheduler to calculate a\n\
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | target.def | 1514 used by the swing modulo scheduler. The parameter is a pointer 1518 "This hook is called by the swing modulo scheduler to calculate a\n\
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gcc.info | 8622 Perform swing modulo scheduling immediately before the first 11493 The minimum value of stage count that swing modulo scheduler 12040 A threshold on the average loop count considered by the swing 12044 The number of cycles the swing modulo scheduler considers when 12055 A factor for tuning the upper bound that swing modulo 60284 fixes. 'GtkImage' rewrite, 2D, awt, free swing and date/time fixes
|