Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/regulator/
Dmc13xxx.h71 .enable_bit = prefix ## _reg ## _ ## _name ## EN, \
89 .enable_bit = prefix ## _reg ## _ ## _name ## EN, \
104 .enable_bit = prefix ## _reg ## _ ## _name ## EN, \
/linux-4.4.14/Documentation/devicetree/bindings/mips/cavium/
Dcib.txt10 - reg: Two elements consisting of the addresses of the RAW and EN
29 <0x10700 0x0000e100 0x0 0x8>; /* EN */
/linux-4.4.14/drivers/staging/sm750fb/
Dddk750_hwi2c.c35 value = FIELD_SET(value, I2C_CTRL, EN, ENABLE); in sm750_hw_i2c_init()
47 value = FIELD_SET(value, I2C_CTRL, EN, DISABLE); in sm750_hw_i2c_close()
/linux-4.4.14/Documentation/devicetree/bindings/iio/light/
Dapds9300.txt3 http://www.avagotech.com/docs/AV02-1077EN
Dapds9960.txt3 http://www.avagotech.com/docs/AV02-4191EN
/linux-4.4.14/Documentation/devicetree/bindings/leds/backlight/
Dsky81452-backlight.txt8 - gpios : GPIO to use to EN pin.
/linux-4.4.14/Documentation/devicetree/bindings/media/i2c/
Dadp1653.txt9 - enable-gpios: Specifier of the GPIO connected to EN pin
/linux-4.4.14/Documentation/devicetree/bindings/rtc/
Drtc-omap.txt7 This RTC IP has special WAKE-EN Register to enable
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-sti.c106 #define EN BIT(1) macro
245 regmap_update_bits(regmap, reg, EN_MASK, EN); in sti_dwmac_init()
/linux-4.4.14/Documentation/devicetree/bindings/net/nfc/
Dtrf7970a.txt8 - ti,enable-gpios: Two GPIO entries used for 'EN' and 'EN2' pins on the
/linux-4.4.14/sound/soc/sh/rcar/
Dssi.c45 #define EN (1 << 0) /* SSI Module Enable */ macro
209 EN; in rsnd_ssi_hw_start()
249 rsnd_mod_write(mod, SSICR, cr | EN); in rsnd_ssi_hw_stop()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dtrinityd.h217 # define EN (1 << 9) macro
Dtrinity_dpm.c762 WREG32_P(CG_CG_VOLTAGE_CNTL, 0, ~EN); in trinity_start_dpm()
792 WREG32_P(CG_CG_VOLTAGE_CNTL, EN, ~EN); in trinity_stop_dpm()
/linux-4.4.14/Documentation/hwmon/
Dzl610049 http://archive.ericsson.net/service/internet/picov/get?DocNo=28701-EN/LZT146401
54 http://archive.ericsson.net/service/internet/picov/get?DocNo=28701-EN/LZT146256
Dpmbus9 http://archive.ericsson.net/service/internet/picov/get?DocNo=28701-EN/LZT146395
/linux-4.4.14/arch/arm/boot/dts/
Dste-nomadik-nhk15.dts157 line-name = "SATA EN";
Dam437x-gp-evm.dts288 0x0ec (PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS AC BIAS EN */
633 IOVDD-supply = <&evm_v3_3d>; /* V3_3D -> <tps63031> EN: V1_8D -> VBAT */
Dam437x-sk-evm.dts364 0x0ec (PIN_OUTPUT | MUX_MODE0) /* DSS AC BIAS EN */
Dam43x-epos-evm.dts307 0x0EC (PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS AC BIAS EN */
/linux-4.4.14/sound/atmel/
Dabdac.c249 dac_writel(dac, CTRL, DAC_BIT(EN)); in atmel_abdac_trigger()
/linux-4.4.14/Documentation/dvb/
Dfaq.txt120 the MPE standard (EN 301 192, http://www.etsi.org/). You can
/linux-4.4.14/drivers/dma/
Dat_hdmac.c1922 dma_writel(atdma, EN, 0); in at_dma_off()
2092 dma_writel(atdma, EN, AT_DMA_ENABLE); in at_dma_probe()
2271 dma_writel(atdma, EN, AT_DMA_ENABLE); in at_dma_resume_noirq()
/linux-4.4.14/drivers/staging/media/omap4iss/
Diss_resizer.c75 RZA_PRINT_REGISTER(iss, EN); in resizer_print_status()
/linux-4.4.14/Documentation/powerpc/
Dqe_firmware.txt250 is written as-is to the TIBCR[i] register, so be sure to set the EN
/linux-4.4.14/arch/arm/kvm/
Dinterrupts_head.S52 VFPFMXR FPEXC, r2 @ FPEXC (last, in case !EN)
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dgfx_v8_0.c3819 tmp = REG_SET_FIELD(tmp, CP_PQ_WPTR_POLL_CNTL, EN, 0); in gfx_v8_0_cp_compute_resume()