Home
last modified time | relevance | path

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

/linux/drivers/rtc/
H A Drtc-mxc_v2.c76 u32 lp_status; in mxc_rtc_interrupt() local
85 lp_status = readl(ioaddr + SRTC_LPSR); in mxc_rtc_interrupt()
89 if (lp_status & SRTC_LPSR_ALP) { in mxc_rtc_interrupt()
101 writel(lp_status, ioaddr + SRTC_LPSR); in mxc_rtc_interrupt()
/linux/drivers/net/dsa/mv88e6xxx/
H A Dpcs-639x.c897 u16 status, lp_status; in mv88e6393x_xg_pcs_get_state() local
906 err = err ? : mv88e639x_read(mpcs, MV88E6390_USXGMII_LP_STATUS, &lp_status); in mv88e6393x_xg_pcs_get_state()
915 phylink_decode_usxgmii_word(state, lp_status); in mv88e6393x_xg_pcs_get_state()