Home
last modified time | relevance | path

Searched refs:lp_status (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-mxc_v2.c78 u32 lp_status; in mxc_rtc_interrupt() local
87 lp_status = readl(ioaddr + SRTC_LPSR); in mxc_rtc_interrupt()
91 if (lp_status & SRTC_LPSR_ALP) { in mxc_rtc_interrupt()
103 writel(lp_status, ioaddr + SRTC_LPSR); in mxc_rtc_interrupt()
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dsnvs_pwrkey.c74 u32 lp_status; in imx_snvs_pwrkey_interrupt() local
78 regmap_read(pdata->snvs, SNVS_LPSR_REG, &lp_status); in imx_snvs_pwrkey_interrupt()
79 if (lp_status & SNVS_LPSR_SPO) { in imx_snvs_pwrkey_interrupt()