Home
last modified time | relevance | path

Searched refs:snvs (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/drivers/input/keyboard/
Dsnvs_pwrkey.c39 struct regmap *snvs; member
54 regmap_read(pdata->snvs, SNVS_HPSR_REG, &state); in imx_imx_snvs_check_for_events()
80 regmap_read(pdata->snvs, SNVS_LPSR_REG, &lp_status); in imx_snvs_pwrkey_interrupt()
85 regmap_write(pdata->snvs, SNVS_LPSR_REG, SNVS_LPSR_SPO); in imx_snvs_pwrkey_interrupt()
113 pdata->snvs = syscon_regmap_lookup_by_phandle(np, "regmap"); in imx_snvs_pwrkey_probe()
114 if (!pdata->snvs) { in imx_snvs_pwrkey_probe()
132 regmap_update_bits(pdata->snvs, SNVS_LPCR_REG, SNVS_LPCR_DEP_EN, SNVS_LPCR_DEP_EN); in imx_snvs_pwrkey_probe()
135 regmap_write(pdata->snvs, SNVS_LPSR_REG, SNVS_LPSR_SPO); in imx_snvs_pwrkey_probe()
DKconfig409 This is the snvs powerkey driver for the Freescale i.MX application
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/
Dimx-snvs-poweroff.txt13 snvs@020cc000 {
19 snvs_poweroff: snvs-poweroff@38 {
/linux-4.4.14/arch/arm/boot/dts/
Dimx6ul.dtsi420 snvs: snvs@020cc000 { label
424 snvs_rtc: snvs-rtc-lp {
426 regmap = <&snvs>;
432 snvs_poweroff: snvs-poweroff {
434 regmap = <&snvs>;
440 snvs_pwrkey: snvs-powerkey {
442 regmap = <&snvs>;
Dimx7d.dtsi533 snvs: snvs@30370000 { label
537 snvs_rtc: snvs-rtc-lp {
539 regmap = <&snvs>;
545 snvs_poweroff: snvs-poweroff {
547 regmap = <&snvs>;
552 snvs_pwrkey: snvs-powerkey {
554 regmap = <&snvs>;
Dimx6sl.dtsi582 snvs: snvs@020cc000 { label
586 snvs_rtc: snvs-rtc-lp {
588 regmap = <&snvs>;
594 snvs_poweroff: snvs-poweroff {
596 regmap = <&snvs>;
Dimx6sx.dtsi665 snvs: snvs@020cc000 { label
669 snvs_rtc: snvs-rtc-lp {
671 regmap = <&snvs>;
676 snvs_poweroff: snvs-poweroff {
678 regmap = <&snvs>;
684 snvs_pwrkey: snvs-powerkey {
686 regmap = <&snvs>;
Dimx6qdl.dtsi721 snvs: snvs@020cc000 { label
725 snvs_rtc: snvs-rtc-lp {
727 regmap = <&snvs>;
733 snvs_poweroff: snvs-poweroff {
735 regmap = <&snvs>;
Dvfxxx.dtsi426 snvs0: snvs@400a7000 {
430 snvsrtc: snvs-rtc-lp {
436 clock-names = "snvs-rtc";
/linux-4.4.14/drivers/power/reset/
DMakefile9 obj-$(CONFIG_POWER_RESET_IMX) += imx-snvs-poweroff.o
/linux-4.4.14/Documentation/devicetree/bindings/crypto/
Dfsl-sec4.txt402 regmap = <&snvs>;
409 The snvs-pwrkey is designed to enable POWER key function which controlled
439 snvs-pwrkey@0x020cc000 {
441 regmap = <&snvs>;
528 snvs-pwrkey@0x020cc000 {
/linux-4.4.14/drivers/rtc/
DMakefile139 obj-$(CONFIG_RTC_DRV_SNVS) += rtc-snvs.o
DKconfig1564 will be called "rtc-snvs".