/openbmc/linux/drivers/clk/stm32/ |
H A D | stm32mp13_rcc.h | 238 #define RCC_MP_SREQSETR_STPREQ_P0 BIT(0) 241 #define RCC_MP_SREQCLRR_STPREQ_P0 BIT(0) 244 #define RCC_MP_APRSTCR_RDCTLEN BIT(0) 257 #define RCC_MP_GRSTCSETR_MPSYSRST BIT(0) 258 #define RCC_MP_GRSTCSETR_MPUP0RST BIT(4) 261 #define RCC_BR_RSTSCLRR_PORRSTF BIT(0) 262 #define RCC_BR_RSTSCLRR_BORRSTF BIT(1) 263 #define RCC_BR_RSTSCLRR_PADRSTF BIT(2) 264 #define RCC_BR_RSTSCLRR_HCSSRSTF BIT(3) 265 #define RCC_BR_RSTSCLRR_VCORERSTF BIT(4) [all …]
|
/openbmc/linux/drivers/platform/x86/intel/pmc/ |
H A D | mtl.c | 23 {"PMC", BIT(0)}, 24 {"OPI", BIT(1)}, 25 {"SPI", BIT(2)}, 26 {"XHCI", BIT(3)}, 27 {"SPA", BIT(4)}, 28 {"SPB", BIT(5)}, 29 {"SPC", BIT(6)}, 30 {"GBE", BIT(7)}, 32 {"SATA", BIT(0)}, 33 {"DSP0", BIT(1)}, [all …]
|
H A D | adl.c | 15 {"SPI/eSPI", BIT(2)}, 16 {"XHCI", BIT(3)}, 17 {"SPA", BIT(4)}, 18 {"SPB", BIT(5)}, 19 {"SPC", BIT(6)}, 20 {"GBE", BIT(7)}, 22 {"SATA", BIT(0)}, 23 {"HDA_PGD0", BIT(1)}, 24 {"HDA_PGD1", BIT(2)}, 25 {"HDA_PGD2", BIT(3)}, [all …]
|
H A D | tgl.c | 17 {"PSF9", BIT(0)}, 18 {"RES_66", BIT(1)}, 19 {"RES_67", BIT(2)}, 20 {"RES_68", BIT(3)}, 21 {"RES_69", BIT(4)}, 22 {"RES_70", BIT(5)}, 23 {"TBTLSX", BIT(6)}, 38 {"USB2PLL_OFF_STS", BIT(18)}, 39 {"PCIe/USB3.1_Gen2PLL_OFF_STS", BIT(19)}, 40 {"PCIe_Gen3PLL_OFF_STS", BIT(20)}, [all …]
|
/openbmc/linux/include/linux/soc/mediatek/ |
H A D | infracfg.h | 33 #define MT8195_TOP_AXI_PROT_EN_VDOSYS0 BIT(6) 34 #define MT8195_TOP_AXI_PROT_EN_VPPSYS0 BIT(10) 35 #define MT8195_TOP_AXI_PROT_EN_MFG1 BIT(11) 37 #define MT8195_TOP_AXI_PROT_EN_VPPSYS0_2ND BIT(23) 39 #define MT8195_TOP_AXI_PROT_EN_1_CAM BIT(22) 40 #define MT8195_TOP_AXI_PROT_EN_2_CAM BIT(0) 42 #define MT8195_TOP_AXI_PROT_EN_2_MFG1 BIT(7) 43 #define MT8195_TOP_AXI_PROT_EN_2_AUDIO (BIT(9) | BIT(11)) 44 #define MT8195_TOP_AXI_PROT_EN_2_ADSP (BIT(12) | GENMASK(16, 14)) 45 #define MT8195_TOP_AXI_PROT_EN_MM_CAM (BIT(0) | BIT(2) | BIT(4)) [all …]
|
/openbmc/qemu/hw/net/ |
H A D | tulip.h | 13 #define CSR0_SWR BIT(0) 14 #define CSR0_BAR BIT(1) 17 #define CSR0_BLE BIT(7) 27 #define CSR0_RLE BIT(23) 28 #define CSR0_WIE BIT(24) 32 #define CSR5_TI BIT(0) 33 #define CSR5_TPS BIT(1) 34 #define CSR5_TU BIT(2) 35 #define CSR5_TJT BIT(3) 36 #define CSR5_LNP_ANC BIT(4) [all …]
|
/openbmc/linux/drivers/gpu/drm/mcde/ |
H A D | mcde_dsi_regs.h | 8 #define DSI_MCTL_MAIN_DATA_CTL_LINK_EN BIT(0) 9 #define DSI_MCTL_MAIN_DATA_CTL_IF1_MODE BIT(1) 10 #define DSI_MCTL_MAIN_DATA_CTL_VID_EN BIT(2) 11 #define DSI_MCTL_MAIN_DATA_CTL_TVG_SEL BIT(3) 12 #define DSI_MCTL_MAIN_DATA_CTL_TBG_SEL BIT(4) 13 #define DSI_MCTL_MAIN_DATA_CTL_IF1_TE_EN BIT(5) 14 #define DSI_MCTL_MAIN_DATA_CTL_IF2_TE_EN BIT(6) 15 #define DSI_MCTL_MAIN_DATA_CTL_REG_TE_EN BIT(7) 16 #define DSI_MCTL_MAIN_DATA_CTL_READ_EN BIT(8) 17 #define DSI_MCTL_MAIN_DATA_CTL_BTA_EN BIT(9) [all …]
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpkg.h | 64 #define NH_FLD_ETH_DA BIT(0) 65 #define NH_FLD_ETH_SA BIT(1) 66 #define NH_FLD_ETH_LENGTH BIT(2) 67 #define NH_FLD_ETH_TYPE BIT(3) 68 #define NH_FLD_ETH_FINAL_CKSUM BIT(4) 69 #define NH_FLD_ETH_PADDING BIT(5) 70 #define NH_FLD_ETH_ALL_FIELDS (BIT(6) - 1) 73 #define NH_FLD_VLAN_VPRI BIT(0) 74 #define NH_FLD_VLAN_CFI BIT(1) 75 #define NH_FLD_VLAN_VID BIT(2) [all …]
|
/openbmc/linux/arch/mips/include/asm/mach-ath79/ |
H A D | ar71xx_regs.h | 171 #define QCA956X_MAC_CFG1_SOFT_RST BIT(31) 172 #define QCA956X_MAC_CFG1_RX_RST BIT(19) 173 #define QCA956X_MAC_CFG1_TX_RST BIT(18) 174 #define QCA956X_MAC_CFG1_LOOPBACK BIT(8) 175 #define QCA956X_MAC_CFG1_RX_EN BIT(2) 176 #define QCA956X_MAC_CFG1_TX_EN BIT(0) 179 #define QCA956X_MAC_CFG2_IF_1000 BIT(9) 180 #define QCA956X_MAC_CFG2_IF_10_100 BIT(8) 181 #define QCA956X_MAC_CFG2_HUGE_FRAME_EN BIT(5) 182 #define QCA956X_MAC_CFG2_LEN_CHECK BIT(4) [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | reg.h | 9 #define B_AX_AUTOLOAD_SUS BIT(5) 13 #define B_AX_PWC_EV2EF_B15 BIT(15) 14 #define B_AX_PWC_EV2EF_B14 BIT(14) 15 #define B_AX_ISO_EB2CORE BIT(8) 18 #define B_AX_FEN_BB_GLB_RSTN BIT(1) 19 #define B_AX_FEN_BBRSTB BIT(0) 22 #define B_AX_SOP_ASWRM BIT(31) 23 #define B_AX_SOP_PWMM_DSWR BIT(29) 24 #define B_AX_XTAL_OFF_A_DIE BIT(22) 25 #define B_AX_DIS_WLBT_PDNSUSEN_SOPC BIT(18) [all …]
|
/openbmc/u-boot/arch/mips/mach-ath79/include/mach/ |
H A D | ar71xx_regs.h | 17 #ifndef BIT 18 #define BIT(nr) (1 << (nr)) macro 342 #define AR933X_PLL_CLK_CTRL_BYPASS BIT(2) 368 #define AR934X_PLL_CPU_CONFIG_PLLPWD BIT(30) 369 #define AR934X_PLL_CPU_CONFIG_UPDATING BIT(31) 381 #define AR934X_PLL_DDR_CONFIG_PLLPWD BIT(30) 382 #define AR934X_PLL_DDR_CONFIG_UPDATING BIT(31) 384 #define AR934X_PLL_CLK_CTRL_CPU_PLL_BYPASS BIT(2) 385 #define AR934X_PLL_CLK_CTRL_DDR_PLL_BYPASS BIT(3) 386 #define AR934X_PLL_CLK_CTRL_AHB_PLL_BYPASS BIT(4) [all …]
|
/openbmc/linux/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/ |
H A D | sun8i_a83t_mipi_csi2_reg.h | 14 #define SUN8I_A83T_MIPI_CSI2_CTRL_RESET_N BIT(31) 24 #define SUN8I_A83T_MIPI_CSI2_INT_STA0_ECC_ERR_DBL BIT(28) 25 #define SUN8I_A83T_MIPI_CSI2_INT_STA0_LINE_CKSM_ERR_VC3 BIT(27) 26 #define SUN8I_A83T_MIPI_CSI2_INT_STA0_LINE_CKSM_ERR_VC2 BIT(26) 27 #define SUN8I_A83T_MIPI_CSI2_INT_STA0_LINE_CKSM_ERR_VC1 BIT(25) 28 #define SUN8I_A83T_MIPI_CSI2_INT_STA0_LINE_CKSM_ERR_VC0 BIT(24) 29 #define SUN8I_A83T_MIPI_CSI2_INT_STA0_LINE_SEQ_ERR_DT3 BIT(23) 30 #define SUN8I_A83T_MIPI_CSI2_INT_STA0_LINE_SEQ_ERR_DT2 BIT(22) 31 #define SUN8I_A83T_MIPI_CSI2_INT_STA0_LINE_SEQ_ERR_DT1 BIT(21) 32 #define SUN8I_A83T_MIPI_CSI2_INT_STA0_LINE_SEQ_ERR_DT0 BIT(20) [all …]
|
/openbmc/linux/drivers/net/dsa/microchip/ |
H A D | ksz9477_reg.h | 43 #define PME_ENABLE BIT(1) 44 #define PME_POLARITY BIT(0) 48 #define SW_GIGABIT_ABLE BIT(6) 49 #define SW_REDUNDANCY_ABLE BIT(5) 50 #define SW_AVB_ABLE BIT(4) 68 #define SW_QW_ABLE BIT(5) 74 #define LUE_INT BIT(31) 75 #define TRIG_TS_INT BIT(30) 76 #define APB_TIMEOUT_INT BIT(29) 87 #define SW_SPARE_REG_2 BIT(7) [all …]
|
/openbmc/linux/include/linux/mfd/abx500/ |
H A D | ab8500-sysctrl.h | 83 #define AB8500_TURNONSTATUS_PORNVBAT BIT(0) 84 #define AB8500_TURNONSTATUS_PONKEY1DBF BIT(1) 85 #define AB8500_TURNONSTATUS_PONKEY2DBF BIT(2) 86 #define AB8500_TURNONSTATUS_RTCALARM BIT(3) 87 #define AB8500_TURNONSTATUS_MAINCHDET BIT(4) 88 #define AB8500_TURNONSTATUS_VBUSDET BIT(5) 89 #define AB8500_TURNONSTATUS_USBIDDETECT BIT(6) 91 #define AB8500_RESETSTATUS_RESETN4500NSTATUS BIT(0) 92 #define AB8500_RESETSTATUS_SWRESETN4500NSTATUS BIT(2) 97 #define AB8500_SYSCLKREQSTATUS_SYSCLKREQ1STATUS BIT(0) [all …]
|
/openbmc/linux/drivers/usb/typec/tcpm/ |
H A D | fusb302_reg.h | 13 #define FUSB_REG_SWITCHES0_CC2_PU_EN BIT(7) 14 #define FUSB_REG_SWITCHES0_CC1_PU_EN BIT(6) 15 #define FUSB_REG_SWITCHES0_VCONN_CC2 BIT(5) 16 #define FUSB_REG_SWITCHES0_VCONN_CC1 BIT(4) 17 #define FUSB_REG_SWITCHES0_MEAS_CC2 BIT(3) 18 #define FUSB_REG_SWITCHES0_MEAS_CC1 BIT(2) 19 #define FUSB_REG_SWITCHES0_CC2_PD_EN BIT(1) 20 #define FUSB_REG_SWITCHES0_CC1_PD_EN BIT(0) 22 #define FUSB_REG_SWITCHES1_POWERROLE BIT(7) 23 #define FUSB_REG_SWITCHES1_SPECREV1 BIT(6) [all …]
|
/openbmc/u-boot/board/keymile/km_arm/ |
H A D | kwbimage_256M8_1.cfg | 11 # Two 8-Bit devices are connected on the 16-Bit bus on the same 20 # bit 3-0: 2, MPPSel0 SPI_CSn (1=NF_IO[2]) 21 # bit 7-4: 2, MPPSel1 SPI_MOSI (1=NF_IO[3]) 22 # bit 12-8: 2, MPPSel2 SPI_SCK (1=NF_IO[4]) 23 # bit 15-12: 2, MPPSel3 SPI_MISO (1=NF_IO[5]) 24 # bit 19-16: 1, MPPSel4 NF_IO[6] 25 # bit 23-20: 1, MPPSel5 NF_IO[7] 26 # bit 27-24: 1, MPPSel6 SYSRST_O 27 # bit 31-28: 0, MPPSel7 GPO[7] 30 # bit 3-0: 0, MPPSel8 GPIO[8] CPU_SDA bitbanged [all …]
|
H A D | kwbimage_128M16_1.cfg | 20 # bit 3-0: 2, MPPSel0 SPI_CSn (1=NF_IO[2]) 21 # bit 7-4: 2, MPPSel1 SPI_SI (1=NF_IO[3]) 22 # bit 12-8: 2, MPPSel2 SPI_SCK (1=NF_IO[4]) 23 # bit 15-12: 2, MPPSel3 SPI_SO (1=NF_IO[5]) 24 # bit 19-16: 1, MPPSel4 NF_IO[6] 25 # bit 23-20: 1, MPPSel5 NF_IO[7] 26 # bit 27-24: 1, MPPSel6 SYSRST_O 27 # bit 31-28: 0, MPPSel7 GPO[7] 30 # bit 3-0: 0, MPPSel8 GPIO[8] 31 # bit 7-4: 0, MPPSel9 GPIO[9] [all …]
|
/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/ |
H A D | timer.c | 40 #define TCU_TCSR_PWM_SD BIT(9) 41 #define TCU_TCSR_PWM_INITL_HIGH BIT(8) 42 #define TCU_TCSR_PWM_EN BIT(7) 51 #define TCU_TCSR_EXT_EN BIT(2) 52 #define TCU_TCSR_RTC_EN BIT(1) 53 #define TCU_TCSR_PCK_EN BIT(0) 55 #define TCU_TER_TCEN5 BIT(5) 56 #define TCU_TER_TCEN4 BIT(4) 57 #define TCU_TER_TCEN3 BIT(3) 58 #define TCU_TER_TCEN2 BIT(2) [all …]
|
/openbmc/linux/include/linux/mfd/ |
H A D | rohm-bd71815.h | 236 #define BD71815_BUCK_PWM_FIXED BIT(4) 237 #define BD71815_BUCK_SNVS_ON BIT(3) 238 #define BD71815_BUCK_RUN_ON BIT(2) 239 #define BD71815_BUCK_LPSR_ON BIT(1) 240 #define BD71815_BUCK_SUSP_ON BIT(0) 243 #define BD71815_BUCK_DVSSEL BIT(7) 244 #define BD71815_BUCK_STBY_DVS BIT(6) 257 #define LED_CHGDONE_EN BIT(4) 258 #define LED_RUN_ON BIT(2) 259 #define LED_LPSR_ON BIT(1) [all …]
|
H A D | lp873x.h | 68 #define LP873X_BUCK0_CTRL_1_BUCK0_FPWM BIT(3) 69 #define LP873X_BUCK0_CTRL_1_BUCK0_RDIS_EN BIT(2) 70 #define LP873X_BUCK0_CTRL_1_BUCK0_EN_PIN_CTRL BIT(1) 71 #define LP873X_BUCK0_CTRL_1_BUCK0_EN BIT(0) 76 #define LP873X_BUCK1_CTRL_1_BUCK1_FPWM BIT(3) 77 #define LP873X_BUCK1_CTRL_1_BUCK1_RDIS_EN BIT(2) 78 #define LP873X_BUCK1_CTRL_1_BUCK1_EN_PIN_CTRL BIT(1) 79 #define LP873X_BUCK1_CTRL_1_BUCK1_EN BIT(0) 88 #define LP873X_LDO0_CTRL_LDO0_RDIS_EN BIT(2) 89 #define LP873X_LDO0_CTRL_LDO0_EN_PIN_CTRL BIT(1) [all …]
|
/openbmc/linux/drivers/usb/dwc2/ |
H A D | hw.h | 14 #define GOTGCTL_CHIRPEN BIT(27) 17 #define GOTGCTL_CURMODE_HOST BIT(21) 18 #define GOTGCTL_OTGVER BIT(20) 19 #define GOTGCTL_BSESVLD BIT(19) 20 #define GOTGCTL_ASESVLD BIT(18) 21 #define GOTGCTL_DBNC_SHORT BIT(17) 22 #define GOTGCTL_CONID_B BIT(16) 23 #define GOTGCTL_DBNCE_FLTR_BYPASS BIT(15) 24 #define GOTGCTL_DEVHNPEN BIT(11) 25 #define GOTGCTL_HSTSETHNPEN BIT(10) [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_regs.h | 10 #define SYS_ISO_MD2PP BIT(0) 11 #define SYS_ISO_ANALOG_IPS BIT(5) 12 #define SYS_ISO_DIOR BIT(9) 13 #define SYS_ISO_PWC_EV25V BIT(14) 14 #define SYS_ISO_PWC_EV12V BIT(15) 17 #define SYS_FUNC_BBRSTB BIT(0) 18 #define SYS_FUNC_BB_GLB_RSTN BIT(1) 19 #define SYS_FUNC_USBA BIT(2) 20 #define SYS_FUNC_UPLL BIT(3) 21 #define SYS_FUNC_USBD BIT(4) [all …]
|
/openbmc/qemu/include/hw/usb/ |
H A D | dwc2-regs.h | 48 #define GOTGCTL_CHIRPEN BIT(27) 51 #define GOTGCTL_OTGVER BIT(20) 52 #define GOTGCTL_BSESVLD BIT(19) 53 #define GOTGCTL_ASESVLD BIT(18) 54 #define GOTGCTL_DBNC_SHORT BIT(17) 55 #define GOTGCTL_CONID_B BIT(16) 56 #define GOTGCTL_DBNCE_FLTR_BYPASS BIT(15) 57 #define GOTGCTL_DEVHNPEN BIT(11) 58 #define GOTGCTL_HSTSETHNPEN BIT(10) 59 #define GOTGCTL_HNPREQ BIT(9) [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | reg.h | 9 #define BIT_FEN_EN_25_1 BIT(13) 10 #define BIT_FEN_ELDR BIT(12) 11 #define BIT_FEN_CPUEN BIT(2) 12 #define BIT_FEN_BB_GLB_RST BIT(1) 13 #define BIT_FEN_BB_RSTB BIT(0) 14 #define BIT_R_DIS_PRST BIT(6) 15 #define BIT_WLOCK_1C_B6 BIT(5) 17 #define BIT_PFM_WOWL BIT(3) 19 #define BIT_CPU_CLK_EN BIT(14) 22 #define BIT_ANA8M BIT(1) [all …]
|
/openbmc/linux/drivers/staging/emxx_udc/ |
H A D | emxx_udc.h | 48 #define TEST_FORCE_ENABLE (BIT(18) | BIT(16)) 50 #define INT_SEL BIT(10) 51 #define CONSTFS BIT(9) 52 #define SOF_RCV BIT(8) 53 #define RSUM_IN BIT(7) 54 #define SUSPEND BIT(6) 55 #define CONF BIT(5) 56 #define DEFAULT BIT(4) 57 #define CONNECTB BIT(3) 58 #define PUE2 BIT(2) [all …]
|