/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | sprd,sc27xx-vibrator.yaml | 34 sc2731_pmic: pmic@0 { 36 reg = <0 0>; 42 #size-cells = <0>; 46 reg = <0xeb4>;
|
/openbmc/linux/drivers/dma/ |
H A D | ste_dma40_ll.h | 10 #define D40_DREG_PCBASE 0x400 35 #define D40_SREG_CFG_PHY_EVTL_POS 0 40 #define D40_SREG_ELEM_PHY_EIDX_POS 0 42 #define D40_SREG_ELEM_PHY_ECNT_MASK (0xFFFF << D40_SREG_ELEM_PHY_ECNT_POS) 45 #define D40_SREG_LNK_PHY_TCP_POS 0 52 #define D40_SREG_LNK_PHYS_LNK_MASK 0xFFFFFFF8UL 60 #define D40_SREG_ELEM_LOG_TCP_POS 0 62 #define D40_SREG_ELEM_LOG_LIDX_MASK (0xFF << D40_SREG_ELEM_LOG_LIDX_POS) 66 #define D40_EVENTLINE_MASK(i) (0x3 << D40_EVENTLINE_POS(i)) 72 #define D40_MEM_LCSP0_SPTR_POS 0 [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
H A D | phy.c | 29 0, 0x2f, 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x0 41 0x0B, 0x48, 0x49, 0x4B, 0x03, 0x04, 0x0E 62 {0xE43BE, 0xFC638, 0x77C0A, 0xDE471, 0xd7110, 0x8EB04}, 63 {0xE43BE, 0xFC078, 0xF7C1A, 0xE0C71, 0xD7550, 0xAEB04}, 64 {0xE43BF, 0xFF038, 0xF7C0A, 0xDE471, 0xE5550, 0xAEB04}, 65 {0xE43BF, 0xFF079, 0xF7C1A, 0xDE471, 0xE5550, 0xAEB04}, 66 {0xE43BF, 0xFF038, 0xF7C1A, 0xDE471, 0xd7550, 0xAEB04} 70 {0x643BC, 0xFC038, 0x77C1A, 0x41289, 0x01840}, 71 {0x643BC, 0xFC038, 0x07C1A, 0x41289, 0x01840}, 72 {0x243BC, 0xFC438, 0x07C1A, 0x4128B, 0x0FC41} [all …]
|
H A D | dm.c | 16 0x7f8001fe, /* 0, +6.0dB */ 17 0x788001e2, /* 1, +5.5dB */ 18 0x71c001c7, /* 2, +5.0dB */ 19 0x6b8001ae, /* 3, +4.5dB */ 20 0x65400195, /* 4, +4.0dB */ 21 0x5fc0017f, /* 5, +3.5dB */ 22 0x5a400169, /* 6, +3.0dB */ 23 0x55400155, /* 7, +2.5dB */ 24 0x50800142, /* 8, +2.0dB */ 25 0x4c000130, /* 9, +1.5dB */ [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
H A D | phy_common.c | 24 "BBR MASK=0x%x Addr[0x%x]=0x%x\n", in rtl92c_phy_query_bb_reg() 59 return 0; in _rtl92c_phy_fw_rf_serial_read() 79 u8 rfpi_enable = 0; in _rtl92c_phy_rf_serial_read() 82 offset &= 0x3f; in _rtl92c_phy_rf_serial_read() 86 return 0xFFFFFFFF; in _rtl92c_phy_rf_serial_read() 115 rtl_dbg(rtlpriv, COMP_RF, DBG_TRACE, "RFR-%d Addr[0x%x]=0x%x\n", in _rtl92c_phy_rf_serial_read() 136 offset &= 0x3f; in _rtl92c_phy_rf_serial_write() 138 data_and_addr = ((newoffset << 20) | (data & 0x000fffff)) & 0x0fffffff; in _rtl92c_phy_rf_serial_write() 140 rtl_dbg(rtlpriv, COMP_RF, DBG_TRACE, "RFW-%d Addr[0x%x]=0x%x\n", in _rtl92c_phy_rf_serial_write() 148 rtl_set_bbreg(hw, RFPGA0_TXINFO, 0x3, 0x2); in _rtl92c_phy_bb_config_1t() [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
H A D | phy.c | 38 u32 original_value = 0, readback_value, bitshift; in rtl8723e_phy_query_rf_reg() 70 u32 original_value = 0, bitshift; in rtl8723e_phy_set_rf_reg() 117 rtl_set_bbreg(hw, RFPGA0_TXINFO, 0x3, 0x2); in _rtl8723e_phy_bb_config_1t() 118 rtl_set_bbreg(hw, RFPGA1_TXINFO, 0x300033, 0x200022); in _rtl8723e_phy_bb_config_1t() 119 rtl_set_bbreg(hw, RCCK0_AFESETTING, MASKBYTE3, 0x45); in _rtl8723e_phy_bb_config_1t() 120 rtl_set_bbreg(hw, ROFDM0_TRXPATHENABLE, MASKBYTE0, 0x23); in _rtl8723e_phy_bb_config_1t() 121 rtl_set_bbreg(hw, ROFDM0_AGCPARAMETER1, 0x30, 0x1); in _rtl8723e_phy_bb_config_1t() 122 rtl_set_bbreg(hw, 0xe74, 0x0c000000, 0x2); in _rtl8723e_phy_bb_config_1t() 123 rtl_set_bbreg(hw, 0xe78, 0x0c000000, 0x2); in _rtl8723e_phy_bb_config_1t() 124 rtl_set_bbreg(hw, 0xe7c, 0x0c000000, 0x2); in _rtl8723e_phy_bb_config_1t() [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
H A D | phy.c | 52 "BBR MASK=0x%x Addr[0x%x]=0x%x\n", bitmask, in rtl88e_phy_query_bb_reg() 148 u8 rfpi_enable = 0; in _rtl88e_phy_rf_serial_read() 151 offset &= 0xff; in _rtl88e_phy_rf_serial_read() 155 return 0xFFFFFFFF; in _rtl88e_phy_rf_serial_read() 182 "RFR-%d Addr[0x%x]=0x%x\n", in _rtl88e_phy_rf_serial_read() 201 offset &= 0xff; in _rtl88e_phy_rf_serial_write() 203 data_and_addr = ((newoffset << 20) | (data & 0x000fffff)) & 0x0fffffff; in _rtl88e_phy_rf_serial_write() 206 "RFW-%d Addr[0x%x]=0x%x\n", in _rtl88e_phy_rf_serial_write() 215 rtl_write_byte(rtlpriv, 0x04CA, 0x0B); in rtl88e_phy_mac_config() 229 regval | BIT(13) | BIT(0) | BIT(1)); in rtl88e_phy_bb_config() [all …]
|
H A D | reg.h | 7 #define TXPKT_BUF_SELECT 0x69 8 #define RXPKT_BUF_SELECT 0xA5 9 #define DISABLE_TRXPKT_BUF_ACCESS 0x0 11 #define REG_SYS_ISO_CTRL 0x0000 12 #define REG_SYS_FUNC_EN 0x0002 13 #define REG_APS_FSMCO 0x0004 14 #define REG_SYS_CLKR 0x0008 15 #define REG_9346CR 0x000A 16 #define REG_EE_VPD 0x000C 17 #define REG_AFE_MISC 0x0010 [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | reg.h | 7 #define TXPKT_BUF_SELECT 0x69 8 #define RXPKT_BUF_SELECT 0xA5 9 #define DISABLE_TRXPKT_BUF_ACCESS 0x0 11 #define REG_SYS_ISO_CTRL 0x0000 12 #define REG_SYS_FUNC_EN 0x0002 13 #define REG_APS_FSMCO 0x0004 14 #define REG_SYS_CLKR 0x0008 15 #define REG_9346CR 0x000A 16 #define REG_EE_VPD 0x000C 17 #define REG_AFE_MISC 0x0010 [all …]
|
H A D | table.c | 7 0x800, 0x8020D010, 8 0x804, 0x080112E0, 9 0x808, 0x0E028233, 10 0x80C, 0x12131113, 11 0x810, 0x20101263, 12 0x814, 0x020C3D10, 13 0x818, 0x03A00385, 14 0x820, 0x00000000, 15 0x824, 0x00030FE0, 16 0x828, 0x00000000, [all …]
|
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | Hal8192CPhyReg.h | 41 /* BB-PHY register PMAC 0x100 PHY 0x800 - 0xEFF */ 43 /* 2. 0x800/0x900/0xA00/0xC00/0xD00/0xE00 */ 44 /* 3. RF register 0x00-2E */ 52 /* 1. Page1(0x100) */ 54 #define rPMAC_Reset 0x100 55 #define rPMAC_TxStart 0x104 56 #define rPMAC_TxLegacySIG 0x108 57 #define rPMAC_TxHTSIG1 0x10c 58 #define rPMAC_TxHTSIG2 0x110 59 #define rPMAC_PHYDebug 0x114 [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
H A D | reg.h | 7 #define TXPKT_BUF_SELECT 0x69 8 #define RXPKT_BUF_SELECT 0xA5 9 #define DISABLE_TRXPKT_BUF_ACCESS 0x0 11 #define REG_SYS_ISO_CTRL 0x0000 12 #define REG_SYS_FUNC_EN 0x0002 13 #define REG_APS_FSMCO 0x0004 14 #define REG_SYS_CLKR 0x0008 15 #define REG_9346CR 0x000A 16 #define REG_EE_VPD 0x000C 17 #define REG_SYS_SWR_CTRL1 0x0010 [all …]
|
H A D | phy.c | 52 "BBR MASK=0x%x Addr[0x%x]=0x%x\n", in rtl92ee_phy_query_bb_reg() 142 u8 rfpi_enable = 0; in _rtl92ee_phy_rf_serial_read() 145 offset &= 0xff; in _rtl92ee_phy_rf_serial_read() 149 return 0xFFFFFFFF; in _rtl92ee_phy_rf_serial_read() 175 "RFR-%d Addr[0x%x]=0x%x\n", in _rtl92ee_phy_rf_serial_read() 194 offset &= 0xff; in _rtl92ee_phy_rf_serial_write() 196 data_and_addr = ((newoffset << 20) | (data & 0x000fffff)) & 0x0fffffff; in _rtl92ee_phy_rf_serial_write() 199 "RFW-%d Addr[0x%x]=0x%x\n", rfpath, in _rtl92ee_phy_rf_serial_write() 219 regval | BIT(13) | BIT(0) | BIT(1)); in rtl92ee_phy_bb_config() 226 rtl_write_byte(rtlpriv, REG_AFE_XTAL_CTRL + 1, 0x80); in rtl92ee_phy_bb_config() [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
H A D | reg.h | 7 #define TXPKT_BUF_SELECT 0x69 8 #define RXPKT_BUF_SELECT 0xA5 9 #define DISABLE_TRXPKT_BUF_ACCESS 0x0 11 #define REG_SYS_ISO_CTRL 0x0000 12 #define REG_SYS_FUNC_EN 0x0002 13 #define REG_APS_FSMCO 0x0004 14 #define REG_SYS_CLKR 0x0008 15 #define REG_9346CR 0x000A 16 #define REG_EE_VPD 0x000C 17 #define REG_AFE_MISC 0x0010 [all …]
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | uncore_snbep.c | 7 #define SNBEP_CPUNODEID 0x40 8 #define SNBEP_GIDNIDMAP 0x54 11 #define SNBEP_PMON_BOX_CTL_RST_CTRL (1 << 0) 19 #define SNBEP_PMON_CTL_EV_SEL_MASK 0x000000ff 20 #define SNBEP_PMON_CTL_UMASK_MASK 0x0000ff00 26 #define SNBEP_PMON_CTL_TRESH_MASK 0xff000000 34 #define SNBEP_U_MSR_PMON_CTL_TRESH_MASK 0x1f000000 47 #define SNBEP_PCU_MSR_PMON_CTL_OCC_SEL_MASK 0x0000c000 48 #define SNBEP_PCU_MSR_PMON_CTL_TRESH_MASK 0x1f000000 65 #define SNBEP_PCI_PMON_BOX_CTL 0xf4 [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | rtw8821c_table.c | 10 0x010, 0x00000043, 11 0x025, 0x0000001D, 12 0x026, 0x000000CE, 13 0x04F, 0x00000001, 14 0x029, 0x000000F9, 15 0x420, 0x00000080, 16 0x421, 0x0000001F, 17 0x428, 0x0000000A, 18 0x429, 0x00000010, 19 0x430, 0x00000000, [all …]
|
H A D | rtw8822b_table.c | 10 0x029, 0x000000F9, 11 0x420, 0x00000080, 12 0x421, 0x0000001F, 13 0x428, 0x0000000A, 14 0x429, 0x00000010, 15 0x430, 0x00000000, 16 0x431, 0x00000000, 17 0x432, 0x00000000, 18 0x433, 0x00000001, 19 0x434, 0x00000004, [all …]
|