Home
last modified time | relevance | path

Searched refs:EN (Results 1 – 25 of 77) sorted by relevance

1234

/linux/drivers/thermal/qcom/
H A Dtsens-8960.c24 #define EN BIT(0) macro
70 mask = SLP_CLK_ENA | EN; in suspend_8960()
72 mask = SLP_CLK_ENA_8660 | EN; in suspend_8960()
143 reg |= mask | SLP_CLK_ENA | EN; in enable_8960()
145 reg |= mask | SLP_CLK_ENA_8660 | EN; in enable_8960()
162 mask |= EN; in disable_8960()
/linux/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_gpio.c47 REG_GET(EN_reg, EN, &gpio->store.en); in store_registers()
56 REG_UPDATE(EN_reg, EN, gpio->store.en); in restore_registers()
110 /* We use (EN) to faster switch (used in DDC GPIO). in dal_hw_gpio_set_value()
111 * So (A) is grounded, output is driven by (EN = 0) in dal_hw_gpio_set_value()
112 * to pull the line down (output == 0) and (EN=1) in dal_hw_gpio_set_value()
114 REG_UPDATE(EN_reg, EN, ~value); in dal_hw_gpio_set_value()
151 REG_UPDATE(EN_reg, EN, 0); in dal_hw_gpio_config_mode()
161 /* grounding the A register then use the EN register bit in dal_hw_gpio_config_mode()
H A Dddc_regs.h43 DDC_GPIO_REG_LIST_ENTRY(EN, cd, id),\
66 DDC_GPIO_VGA_REG_LIST_ENTRY(EN, cd),\
83 DDC_GPIO_I2C_REG_LIST_ENTRY(EN, cd),\
H A Dgeneric_regs.h40 GENERIC_GPIO_REG_LIST_ENTRY(EN, cd, id),\
H A Dhpd_regs.h48 HPD_GPIO_REG_LIST_ENTRY(EN, cd, id),\
/linux/Documentation/hwmon/
H A Dir38064.rst12 https://www.infineon.com/dgdl/Infineon-IR38060M-DS-v03_16-EN.pdf?fileId=5546d4625c167129015c3291ea9a4cee
20 https://www.infineon.com/dgdl/Infineon-IR38064MTRPBF-DS-v03_07-EN.pdf?fileId=5546d462584d1d4a0158db0d9efb67ca
28 https://www.infineon.com/dgdl/Infineon-IR38164M-DS-v02_02-EN.pdf?fileId=5546d462636cc8fb01640046efea1248
36 https://www.infineon.com/dgdl/Infineon-IR38263M-DataSheet-v03_05-EN.pdf?fileId=5546d4625b62cd8a015bcf81f90a6e52
H A Dxdp710.rst14 Publicly available at the Infineon website : https://www.infineon.com/dgdl/Infineon-XDP710-001-DataSheet-v01_00-EN.pdf?fileId=8ac78c8c8412f8d301848a5316290b97
/linux/drivers/regulator/
H A Dmc13xxx.h67 .enable_bit = prefix ## _reg ## _ ## _name ## EN, \
85 .enable_bit = prefix ## _reg ## _ ## _name ## EN, \
100 .enable_bit = prefix ## _reg ## _ ## _name ## EN, \
/linux/Documentation/devicetree/bindings/mips/cavium/
H A Dcib.txt10 - reg: Two elements consisting of the addresses of the RAW and EN
27 <0x10700 0x0000e100 0x0 0x8>; /* EN */
/linux/drivers/gpu/drm/nouveau/
H A Dgv100_fence.c31 NVDEF(NVC36F, SEM_EXECUTE, RELEASE_WFI, EN) | in gv100_fence_emit32()
57 NVDEF(NVC36F, SEM_EXECUTE, ACQUIRE_SWITCH_TSG, EN) | in gv100_fence_sync32()
H A Dnvc0_fence.c48 NVDEF(NV906F, SEMAPHORED, RELEASE_WFI, EN) | in nvc0_fence_emit32()
/linux/drivers/hwmon/
H A Das370-hwmon.c19 #define EN BIT(1) macro
41 val |= EN; in init_pvt()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dumsch_mm_v4_0.c192 data = REG_SET_FIELD(data, VCN_AGDB_CTRL0, EN, 1); in umsch_mm_v4_0_aggregated_doorbell_init()
198 data = REG_SET_FIELD(data, VCN_AGDB_CTRL1, EN, 1); in umsch_mm_v4_0_aggregated_doorbell_init()
204 data = REG_SET_FIELD(data, VCN_AGDB_CTRL2, EN, 1); in umsch_mm_v4_0_aggregated_doorbell_init()
210 data = REG_SET_FIELD(data, VCN_AGDB_CTRL3, EN, 1); in umsch_mm_v4_0_aggregated_doorbell_init()
222 data = REG_SET_FIELD(data, VCN_UMSCH_RB_DB_CTRL, EN, 1); in umsch_mm_v4_0_ring_start()
255 data = REG_SET_FIELD(data, VCN_UMSCH_RB_DB_CTRL, EN, 0); in umsch_mm_v4_0_ring_stop()
/linux/Documentation/translations/zh_TW/arch/loongarch/
H A Dirq-chip-model.rst142 https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-3A5000-usermanual-1.02-EN.pdf (英文版)
148 https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-7A1000-usermanual-2.00-EN.pdf (英文版)
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-i2c.c40 XI2C_IOWRITE_BITS(pdata, IC_ENABLE, EN, 1); in xgbe_i2c_abort()
61 XI2C_IOWRITE_BITS(pdata, IC_ENABLE, EN, mode); in xgbe_i2c_set_enable()
62 if (XI2C_IOREAD_BITS(pdata, IC_ENABLE_STATUS, EN) == mode) in xgbe_i2c_set_enable()
/linux/drivers/gpu/drm/imx/dc/
H A Ddc-fg.c48 #define EN BIT(31) macro
168 regmap_write(fg->reg, PKICKCONFIG, COL(kick_col) | ROW(kick_row) | EN); in dc_fg_cfg_videomode()
171 regmap_write(fg->reg, SKICKCONFIG, COL(kick_col) | ROW(kick_row) | EN); in dc_fg_cfg_videomode()
/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-h2-plus-bananapi-m2-zero.dts221 "", "", "", "", "", "", "CSI-PWR-EN", "",
253 "VCC-IO-EN", "USB0-ID", "WL-PWR-EN",
/linux/Documentation/translations/zh_CN/arch/loongarch/
H A Dirq-chip-model.rst229 https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-3A5000-usermanual-1.02-EN.pdf (英文版)
235 https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-7A1000-usermanual-2.00-EN.pdf (英文版)
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-sti.c72 #define EN BIT(1) macro
170 regmap_update_bits(regmap, reg, EN_MASK, EN); in sti_dwmac_set_mode()
/linux/Documentation/devicetree/bindings/leds/backlight/
H A Dsky81452-backlight.txt8 - gpios : GPIO to use to EN pin.
/linux/Documentation/devicetree/bindings/media/i2c/
H A Dadi,adp1653.txt9 - enable-gpios: Specifier of the GPIO connected to EN pin
/linux/drivers/net/ethernet/tehuti/
H A DKconfig36 DLink DXE-810S, ASUS XG-C100F, and Edimax EN-9320.
/linux/Documentation/devicetree/bindings/rtc/
H A Drtc-omap.txt7 This RTC IP has special WAKE-EN Register to enable
/linux/drivers/gpu/drm/radeon/
H A Dtrinityd.h217 # define EN (1 << 9) macro
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_dpi_regs.h10 #define EN BIT(0) macro

1234