Home
last modified time | relevance | path

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

12345678910>>...211

/linux-5.19.10/drivers/clk/stm32/
Dstm32mp13_rcc.h238 #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 …]
/linux-5.19.10/drivers/gpu/drm/bridge/
Dsil-sii8620.h35 #define BIT_SYS_CTRL1_OTPVMUTEOVR_SET BIT(7)
36 #define BIT_SYS_CTRL1_VSYNCPIN BIT(6)
37 #define BIT_SYS_CTRL1_OTPADROPOVR_SET BIT(5)
38 #define BIT_SYS_CTRL1_BLOCK_DDC_BY_HPD BIT(4)
39 #define BIT_SYS_CTRL1_OTP2XVOVR_EN BIT(3)
40 #define BIT_SYS_CTRL1_OTP2XAOVR_EN BIT(2)
41 #define BIT_SYS_CTRL1_TX_CTRL_HDMI BIT(1)
42 #define BIT_SYS_CTRL1_OTPAMUTEOVR_SET BIT(0)
46 #define BIT_DPD_PWRON_PLL BIT(7)
47 #define BIT_DPD_PDNTX12 BIT(6)
[all …]
/linux-5.19.10/drivers/net/ethernet/freescale/dpaa2/
Ddpkg.h64 #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 …]
/linux-5.19.10/include/linux/soc/mediatek/
Dinfracfg.h33 #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 …]
/linux-5.19.10/drivers/staging/r8188eu/include/
Drtl8188e_spec.h328 #define RXERR_RPT_RST BIT(27)
431 #define CmdEEPROM_En BIT(5)
433 #define CmdEERPOMSEL BIT(4)
434 #define Cmd9346CR_9356SEL BIT(4)
438 #define GPIOSEL_ENBT BIT(5)
451 #define HSIMR_GPIO12_0_INT_EN BIT(0)
452 #define HSIMR_SPS_OCP_INT_EN BIT(5)
453 #define HSIMR_RON_INT_EN BIT(6)
454 #define HSIMR_PDN_INT_EN BIT(7)
455 #define HSIMR_GPIO9_INT_EN BIT(25)
[all …]
/linux-5.19.10/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_regs.h10 #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 …]
/linux-5.19.10/drivers/staging/emxx_udc/
Demxx_udc.h48 #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 …]
/linux-5.19.10/drivers/gpu/drm/mcde/
Dmcde_dsi_regs.h8 #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 …]
/linux-5.19.10/drivers/staging/sm750fb/
Dddk750_reg.h7 #define DE_STATE1_DE_ABORT BIT(0)
10 #define DE_STATE2_DE_FIFO_EMPTY BIT(3)
11 #define DE_STATE2_DE_STATUS_BUSY BIT(2)
12 #define DE_STATE2_DE_MEM_FIFO_EMPTY BIT(1)
20 #define SYSTEM_CTRL_PCI_BURST BIT(29)
21 #define SYSTEM_CTRL_PCI_MASTER BIT(25)
22 #define SYSTEM_CTRL_LATENCY_TIMER_OFF BIT(24)
23 #define SYSTEM_CTRL_DE_FIFO_EMPTY BIT(23)
24 #define SYSTEM_CTRL_DE_STATUS_BUSY BIT(22)
25 #define SYSTEM_CTRL_DE_MEM_FIFO_EMPTY BIT(21)
[all …]
/linux-5.19.10/arch/mips/include/asm/mach-ath79/
Dar71xx_regs.h171 #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 …]
/linux-5.19.10/drivers/usb/dwc2/
Dhw.h44 #define GOTGCTL_CHIRPEN BIT(27)
47 #define GOTGCTL_CURMODE_HOST BIT(21)
48 #define GOTGCTL_OTGVER BIT(20)
49 #define GOTGCTL_BSESVLD BIT(19)
50 #define GOTGCTL_ASESVLD BIT(18)
51 #define GOTGCTL_DBNC_SHORT BIT(17)
52 #define GOTGCTL_CONID_B BIT(16)
53 #define GOTGCTL_DBNCE_FLTR_BYPASS BIT(15)
54 #define GOTGCTL_DEVHNPEN BIT(11)
55 #define GOTGCTL_HSTSETHNPEN BIT(10)
[all …]
/linux-5.19.10/drivers/net/wireless/realtek/rtw89/
Dreg.h9 #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_XTAL_OFF_A_DIE BIT(22)
23 #define B_AX_DIS_WLBT_PDNSUSEN_SOPC BIT(18)
24 #define B_AX_RDY_SYSPWR BIT(17)
25 #define B_AX_EN_WLON BIT(16)
[all …]
/linux-5.19.10/drivers/net/dsa/microchip/
Dksz9477_reg.h43 #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 …]
/linux-5.19.10/drivers/comedi/drivers/
Dni_stc.h25 #define NISTC_INTA_ACK_G0_GATE BIT(15)
26 #define NISTC_INTA_ACK_G0_TC BIT(14)
27 #define NISTC_INTA_ACK_AI_ERR BIT(13)
28 #define NISTC_INTA_ACK_AI_STOP BIT(12)
29 #define NISTC_INTA_ACK_AI_START BIT(11)
30 #define NISTC_INTA_ACK_AI_START2 BIT(10)
31 #define NISTC_INTA_ACK_AI_START1 BIT(9)
32 #define NISTC_INTA_ACK_AI_SC_TC BIT(8)
33 #define NISTC_INTA_ACK_AI_SC_TC_ERR BIT(7)
34 #define NISTC_INTA_ACK_G0_TC_ERR BIT(6)
[all …]
/linux-5.19.10/include/linux/mfd/abx500/
Dab8500-sysctrl.h83 #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 …]
/linux-5.19.10/drivers/usb/typec/tcpm/
Dfusb302_reg.h13 #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 …]
/linux-5.19.10/sound/soc/fsl/
Dfsl_xcvr.h67 #define FSL_XCVR_EXT_CTRL_CORE_RESET BIT(31)
69 #define FSL_XCVR_EXT_CTRL_RX_CMDC_RESET BIT(30)
70 #define FSL_XCVR_EXT_CTRL_TX_CMDC_RESET BIT(29)
71 #define FSL_XCVR_EXT_CTRL_CMDC_RESET(t) (t ? BIT(29) : BIT(30))
73 #define FSL_XCVR_EXT_CTRL_RX_DPTH_RESET BIT(28)
74 #define FSL_XCVR_EXT_CTRL_TX_DPTH_RESET BIT(27)
75 #define FSL_XCVR_EXT_CTRL_DPTH_RESET(t) (t ? BIT(27) : BIT(28))
77 #define FSL_XCVR_EXT_CTRL_TX_RX_MODE BIT(26)
78 #define FSL_XCVR_EXT_CTRL_DMA_RD_DIS BIT(25)
79 #define FSL_XCVR_EXT_CTRL_DMA_WR_DIS BIT(24)
[all …]
/linux-5.19.10/include/linux/mfd/
Dlp873x.h76 #define LP873X_BUCK0_CTRL_1_BUCK0_FPWM BIT(3)
77 #define LP873X_BUCK0_CTRL_1_BUCK0_RDIS_EN BIT(2)
78 #define LP873X_BUCK0_CTRL_1_BUCK0_EN_PIN_CTRL BIT(1)
79 #define LP873X_BUCK0_CTRL_1_BUCK0_EN BIT(0)
84 #define LP873X_BUCK1_CTRL_1_BUCK1_FPWM BIT(3)
85 #define LP873X_BUCK1_CTRL_1_BUCK1_RDIS_EN BIT(2)
86 #define LP873X_BUCK1_CTRL_1_BUCK1_EN_PIN_CTRL BIT(1)
87 #define LP873X_BUCK1_CTRL_1_BUCK1_EN BIT(0)
96 #define LP873X_LDO0_CTRL_LDO0_RDIS_EN BIT(2)
97 #define LP873X_LDO0_CTRL_LDO0_EN_PIN_CTRL BIT(1)
[all …]
Drohm-bd71815.h236 #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 …]
Dlp87565.h97 #define LP87565_BUCK_CTRL_1_EN BIT(7)
98 #define LP87565_BUCK_CTRL_1_EN_PIN_CTRL BIT(6)
101 #define LP87565_BUCK_CTRL_1_ROOF_FLOOR_EN BIT(3)
102 #define LP87565_BUCK_CTRL_1_RDIS_EN BIT(2)
103 #define LP87565_BUCK_CTRL_1_FPWM BIT(1)
105 #define LP87565_BUCK_CTRL_1_FPWM_MP_0_2 BIT(0)
119 #define LP87565_RESET_SW_RESET BIT(0)
121 #define LP87565_CONFIG_DOUBLE_DELAY BIT(7)
122 #define LP87565_CONFIG_CLKIN_PD BIT(6)
123 #define LP87565_CONFIG_EN4_PD BIT(5)
[all …]
/linux-5.19.10/drivers/scsi/
Dnsp32.h83 # define IRQSTATUS_LATCHED_MSG BIT(0)
84 # define IRQSTATUS_LATCHED_IO BIT(1)
85 # define IRQSTATUS_LATCHED_CD BIT(2)
86 # define IRQSTATUS_LATCHED_BUS_FREE BIT(3)
87 # define IRQSTATUS_RESELECT_OCCUER BIT(4)
88 # define IRQSTATUS_PHASE_CHANGE_IRQ BIT(5)
89 # define IRQSTATUS_SCSIRESET_IRQ BIT(6)
90 # define IRQSTATUS_TIMER_IRQ BIT(7)
91 # define IRQSTATUS_FIFO_SHLD_IRQ BIT(8)
92 # define IRQSTATUS_PCI_IRQ BIT(9)
[all …]
/linux-5.19.10/drivers/net/ethernet/asix/
Dax88796c_main.h121 #define AX_FC_RX BIT(0)
122 #define AX_FC_TX BIT(1)
123 #define AX_FC_ANEG BIT(2)
126 #define AX_CAP_COMP BIT(0)
153 #define PSR_DEV_READY BIT(7)
155 #define PSR_RESET_CLR BIT(15)
158 #define FER_IPALM BIT(0)
159 #define FER_DCRC BIT(1)
160 #define FER_RH3M BIT(2)
161 #define FER_HEADERSWAP BIT(7)
[all …]
/linux-5.19.10/drivers/net/ieee802154/
Dmcr20a.h257 #define DAR_IRQSTS1_RX_FRM_PEND BIT(7)
258 #define DAR_IRQSTS1_PLL_UNLOCK_IRQ BIT(6)
259 #define DAR_IRQSTS1_FILTERFAIL_IRQ BIT(5)
260 #define DAR_IRQSTS1_RXWTRMRKIRQ BIT(4)
261 #define DAR_IRQSTS1_CCAIRQ BIT(3)
262 #define DAR_IRQSTS1_RXIRQ BIT(2)
263 #define DAR_IRQSTS1_TXIRQ BIT(1)
264 #define DAR_IRQSTS1_SEQIRQ BIT(0)
267 #define DAR_IRQSTS2_CRCVALID BIT(7)
268 #define DAR_IRQSTS2_CCA BIT(6)
[all …]
/linux-5.19.10/include/linux/platform_data/x86/
Dpmc_atom.h28 #define BIT_FD_GMM BIT(3)
29 #define BIT_FD_ISH BIT(4)
34 #define BIT_LPC_CLOCK_RUN BIT(4)
35 #define BIT_SHARED_IRQ_GPSC BIT(5)
36 #define BIT_ORED_DEDICATED_IRQ_GPSS BIT(18)
37 #define BIT_ORED_DEDICATED_IRQ_GPSC BIT(19)
38 #define BIT_SHARED_IRQ_GPSS BIT(20)
58 #define PMC_PSS_BIT_GBE BIT(0)
59 #define PMC_PSS_BIT_SATA BIT(1)
60 #define PMC_PSS_BIT_HDA BIT(2)
[all …]
/linux-5.19.10/drivers/media/i2c/
Dtda1997x_regs.h128 #define DETECT_UTIL BIT(7) /* utility of HDMI level */
129 #define DETECT_HPD BIT(6) /* HPD of HDMI level */
130 #define DETECT_5V_SEL BIT(2) /* 5V present on selected input */
131 #define DETECT_5V_B BIT(1) /* 5V present on input B */
132 #define DETECT_5V_A BIT(0) /* 5V present on input A */
135 #define INPUT_SEL_RST_FMT BIT(7) /* 1=reset format measurement */
136 #define INPUT_SEL_RST_VDP BIT(2) /* 1=reset video data path */
137 #define INPUT_SEL_OUT_MODE BIT(1) /* 0=loop 1=bypass */
138 #define INPUT_SEL_B BIT(0) /* 0=inputA 1=inputB */
151 #define SVC_MODE_RAMP BIT(3) /* 0=colorbar 1=ramp */
[all …]

12345678910>>...211