Home
last modified time | relevance | path

Searched refs:wakeup_mask (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/platform/olpc/
H A Dolpc-xo1-pm.c26 static u16 wakeup_mask = CS5536_PM_PWRBTN; variable
36 wakeup_mask |= value; in olpc_xo1_pm_wakeup_set()
43 wakeup_mask &= ~value; in olpc_xo1_pm_wakeup_clear()
78 outl(wakeup_mask << 16, acpi_base + CS5536_PM1_STS); in xo1_do_sleep()
/openbmc/linux/drivers/irqchip/
H A Dirq-vic.c493 u32 wakeup_mask = ~0; in vic_of_init() local
501 of_property_read_u32(node, "valid-wakeup-mask", &wakeup_mask); in vic_of_init()
509 __vic_init(regs, parent_irq, 0, interrupt_mask, wakeup_mask, node); in vic_of_init()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_pci1xxxx.c222 u8 wakeup_mask; in pci1xxxx_port_suspend() local
226 wakeup_mask = readb(up->port.membase + UART_WAKE_MASK_REG); in pci1xxxx_port_suspend()
233 ret = (wakeup_mask & UART_WAKE_SRCS) != UART_WAKE_SRCS; in pci1xxxx_port_suspend()
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dpower.h26 unsigned int wakeup_mask; member
262 unsigned int wakeup_mask; member
885 unsigned int wakeup_mask; member