Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/include/asm/
Dkeylargo.h203 #define KL3_IT_PORT_WAKEUP_ENABLE(p) (0x00080000 << ((p)<<3)) macro
/linux-5.19.10/arch/powerpc/platforms/powermac/
Dfeature.c1145 reg &= ~(KL3_IT_PORT_WAKEUP_ENABLE(0) | KL3_IT_PORT_RESUME_WAKE_EN(0) | in core99_usb_enable()
1147 reg &= ~(KL3_IT_PORT_WAKEUP_ENABLE(1) | KL3_IT_PORT_RESUME_WAKE_EN(1) | in core99_usb_enable()
1199 reg |= KL3_IT_PORT_WAKEUP_ENABLE(0) | KL3_IT_PORT_RESUME_WAKE_EN(0) | in core99_usb_enable()
1201 reg |= KL3_IT_PORT_WAKEUP_ENABLE(1) | KL3_IT_PORT_RESUME_WAKE_EN(1) | in core99_usb_enable()