Lines Matching defs:lowemi
263 u32 lowemi;
339 unsigned offset, bool lowemi)
341 bool enabled = nmk_chip->lowemi & BIT(offset);
343 if (lowemi == enabled)
346 if (lowemi)
347 nmk_chip->lowemi |= BIT(offset);
349 nmk_chip->lowemi &= ~BIT(offset);
351 writel_relaxed(nmk_chip->lowemi,
1155 nmk_chip->lowemi = readl_relaxed(nmk_chip->addr + NMK_GPIO_LOWEMI);
1703 bool lowemi, gpiomode, sleep;
1723 lowemi = PIN_LOWEMI(cfg);
1756 "pin %d [%#lx]: pull %s, slpm %s (%s%s), lowemi %s\n",
1760 lowemi ? "on" : "off");
1774 __nmk_gpio_set_lowemi(nmk_chip, bit, lowemi);