GPIOL_OUT_VAL
val = inl(gpio_base + GPIOL_OUT_VAL) & ~(1 << (13));
outl(val, gpio_base + GPIOL_OUT_VAL);