Lines Matching defs:lowemi
266 u32 lowemi;
342 unsigned offset, bool lowemi)
344 bool enabled = nmk_chip->lowemi & BIT(offset);
346 if (lowemi == enabled)
349 if (lowemi)
350 nmk_chip->lowemi |= BIT(offset);
352 nmk_chip->lowemi &= ~BIT(offset);
354 writel_relaxed(nmk_chip->lowemi,
1163 nmk_chip->lowemi = readl_relaxed(nmk_chip->addr + NMK_GPIO_LOWEMI);
1712 bool lowemi, gpiomode, sleep;
1732 lowemi = PIN_LOWEMI(cfg);
1765 "pin %d [%#lx]: pull %s, slpm %s (%s%s), lowemi %s\n",
1769 lowemi ? "on" : "off");
1783 __nmk_gpio_set_lowemi(nmk_chip, bit, lowemi);