Searched +full:mlt +full:- +full:3 (Results 1 – 4 of 4) sorted by relevance
1 /* SPDX-License-Identifier: GPL-2.0 */38 #define GREG_STAT_ACNTEXP 0x00000004 /* Align-error counter expired */39 #define GREG_STAT_CCNTEXP 0x00000008 /* CRC-error counter expired */40 #define GREG_STAT_LCNTEXP 0x00000010 /* Length-error counter expired */42 #define GREG_STAT_CVCNTEXP 0x00000040 /* Code-violation counter expired */46 #define GREG_STAT_MAXPKTERR 0x00000400 /* Max-packet size error */47 #define GREG_STAT_NCNTEXP 0x00000800 /* Normal-collision counter expired */48 #define GREG_STAT_ECNTEXP 0x00001000 /* Excess-collision counter expired */49 #define GREG_STAT_LCCNTEXP 0x00002000 /* Late-collision counter expired */50 #define GREG_STAT_FCNTEXP 0x00004000 /* First-collision counter expired */[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */2 /* Copyright(c) 2009-2012 Realtek Corporation.*/43 /* 3. MACID Setting Registers */72 #define MLT 0x009D macro294 /* Config register (Offset 0x800-) */309 #define ISO_PA2PCIE BIT(3)366 #define HCI_RXDMA_EN BIT(3)372 #define STOPVO BIT(3)378 #define LBK_MAC_LB (BIT(0) | BIT(1) | BIT(3))393 BIT(3) | BIT(4) | BIT(5) | \[all …]
1 // SPDX-License-Identifier: GPL-2.02 /* Copyright(c) 2009-2012 Realtek Corporation.*/27 *((u32 *) (val)) = rtlpci->receive_config; in rtl92se_get_hw_reg()31 *((enum rf_pwrstate *)(val)) = ppsc->rfpwr_state; in rtl92se_get_hw_reg()35 *((bool *) (val)) = ppsc->fw_current_inpsmode; in rtl92se_get_hw_reg()51 *((bool *)(val)) = rtlpriv->dm.current_mrc_switch; in rtl92se_get_hw_reg()81 if (rtlhal->version == VERSION_8192S_ACUT) in rtl92se_set_hw_reg()120 rtlpriv->cfg->ops->set_hw_reg(hw, in rtl92se_set_hw_reg()129 reg_tmp = (mac->cur_40_prime_sc) << 5; in rtl92se_set_hw_reg()142 if (rtlpriv->sec.pairwise_enc_algorithm == in rtl92se_set_hw_reg()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (C) 1999 - 2010 Intel Corporation.4 * Copyright (C) 2010 - 2012 LAPIS SEMICONDUCTOR CO., LTD.37 /* Initialize the wake-on-LAN settings */56 ((((R)->next_to_clean > (R)->next_to_use) ? 0 : (R)->count) + \57 (R)->next_to_clean - (R)->next_to_use - 1)106 u8 *data = skb->data; in pch_ptp_match()116 if (skb->len < offset + OFF_PTP_SEQUENCE_ID + sizeof(seqid)) in pch_ptp_match()134 if (!adapter->hwts_rx_en) in pch_rx_timestamp()138 pdev = adapter->ptp_pdev; in pch_rx_timestamp()[all …]