Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/alchemy/devboards/
Dpm.c139 !!(db1x_pm_wakemsk & SYS_WAKEMSK_GPIO(idx))); in db1x_pmattr_show()
174 db1x_pm_wakemsk |= SYS_WAKEMSK_GPIO(tmp); in db1x_pmattr_store()
176 db1x_pm_wakemsk &= ~SYS_WAKEMSK_GPIO(tmp); in db1x_pmattr_store()
/linux-5.19.10/arch/mips/include/asm/mach-au1x00/
Dau1000.h469 #define SYS_WAKEMSK_GPIO(x) (1 << (x)) macro