CONFIG1_POWERDOWN  506 drivers/atm/lanai.c 	if (unlikely((lanai->conf1 & CONFIG1_POWERDOWN) != 0))
CONFIG1_POWERDOWN 1533 drivers/atm/lanai.c 		lanai->conf1 &= ~CONFIG1_POWERDOWN;
CONFIG1_POWERDOWN 1553 drivers/atm/lanai.c 		lanai->conf1 |= CONFIG1_POWERDOWN;
CONFIG1_POWERDOWN 1766 drivers/atm/lanai.c 	if (lanai->conf1 & CONFIG1_POWERDOWN)
CONFIG1_POWERDOWN 1885 drivers/atm/lanai.c 	if (unlikely(lanai->conf1 & CONFIG1_POWERDOWN))
CONFIG1_POWERDOWN 2146 drivers/atm/lanai.c 	lanai->conf1 &= ~(CONFIG1_GPOUT1 | CONFIG1_POWERDOWN |
CONFIG1_POWERDOWN 2212 drivers/atm/lanai.c 	lanai->conf1 |= CONFIG1_POWERDOWN;
CONFIG1_POWERDOWN 2233 drivers/atm/lanai.c 	lanai->conf1 = reg_read(lanai, Config1_Reg) | CONFIG1_POWERDOWN;
CONFIG1_POWERDOWN 2253 drivers/atm/lanai.c 	lanai->conf1 = reg_read(lanai, Config1_Reg) & ~CONFIG1_POWERDOWN;
CONFIG1_POWERDOWN 2260 drivers/atm/lanai.c 	lanai->conf1 |= CONFIG1_POWERDOWN;