Lines Matching refs:CONFIG1_POWERDOWN
422 #define CONFIG1_POWERDOWN (0x00000020) /* Turn off clocks */
506 if (unlikely((lanai->conf1 & CONFIG1_POWERDOWN) != 0))
1533 lanai->conf1 &= ~CONFIG1_POWERDOWN;
1553 lanai->conf1 |= CONFIG1_POWERDOWN;
1766 if (lanai->conf1 & CONFIG1_POWERDOWN)
1885 if (unlikely(lanai->conf1 & CONFIG1_POWERDOWN))
2146 lanai->conf1 &= ~(CONFIG1_GPOUT1 | CONFIG1_POWERDOWN |
2212 lanai->conf1 |= CONFIG1_POWERDOWN;
2233 lanai->conf1 = reg_read(lanai, Config1_Reg) | CONFIG1_POWERDOWN;
2256 lanai->conf1 = reg_read(lanai, Config1_Reg) & ~CONFIG1_POWERDOWN;
2263 lanai->conf1 |= CONFIG1_POWERDOWN;