Searched refs:GPIOL_OUT_VAL (Results 1 – 2 of 2) sorted by relevance
67 val = inl(gpio_base + GPIOL_OUT_VAL) & ~(1 << (13)); in fl2f_shutdown()69 outl(val, gpio_base + GPIOL_OUT_VAL); in fl2f_shutdown()
303 #define GPIOL_OUT_VAL 0x00 macro