Lines Matching refs:CONFIG1_POWERDOWN
422 #define CONFIG1_POWERDOWN (0x00000020) /* Turn off clocks */
506 if (unlikely((lanai->conf1 & CONFIG1_POWERDOWN) != 0))
1532 lanai->conf1 &= ~CONFIG1_POWERDOWN;
1552 lanai->conf1 |= CONFIG1_POWERDOWN;
1765 if (lanai->conf1 & CONFIG1_POWERDOWN)
1884 if (unlikely(lanai->conf1 & CONFIG1_POWERDOWN))
2145 lanai->conf1 &= ~(CONFIG1_GPOUT1 | CONFIG1_POWERDOWN |
2211 lanai->conf1 |= CONFIG1_POWERDOWN;
2232 lanai->conf1 = reg_read(lanai, Config1_Reg) | CONFIG1_POWERDOWN;
2255 lanai->conf1 = reg_read(lanai, Config1_Reg) & ~CONFIG1_POWERDOWN;
2262 lanai->conf1 |= CONFIG1_POWERDOWN;