Home
last modified time | relevance | path

Searched refs:KL4_PORT_RESUME_WAKE_EN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dkeylargo.h213 #define KL4_PORT_RESUME_WAKE_EN(p) (0x00000004 << ((p)<<3)) macro
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dfeature.c1138 reg &= ~(KL4_PORT_WAKEUP_ENABLE(number) | KL4_PORT_RESUME_WAKE_EN(number) | in core99_usb_enable()
1140 reg &= ~(KL4_PORT_WAKEUP_ENABLE(number+1) | KL4_PORT_RESUME_WAKE_EN(number+1) | in core99_usb_enable()
1192 reg |= KL4_PORT_WAKEUP_ENABLE(number) | KL4_PORT_RESUME_WAKE_EN(number) | in core99_usb_enable()
1194 reg |= KL4_PORT_WAKEUP_ENABLE(number+1) | KL4_PORT_RESUME_WAKE_EN(number+1) | in core99_usb_enable()