Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/loongson2ef/lemote-2f/
H A Dreset.c67 val = inl(gpio_base + GPIOL_OUT_VAL) & ~(1 << (13)); in fl2f_shutdown()
69 outl(val, gpio_base + GPIOL_OUT_VAL); in fl2f_shutdown()
/openbmc/linux/arch/mips/include/asm/mach-loongson2ef/cs5536/
H A Dcs5536.h303 #define GPIOL_OUT_VAL 0x00 macro