GPIO_LEVEL
ret = (val & GPIO_LEVEL) != 0;
return ((obio_read_1(reg) & GPIO_LEVEL) != 0);
int data = (obio_read_1(owaddr) & GPIO_LEVEL) ? 1 : 0;