OLPC_GPIO_ECSCI
cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_NEGATIVE_EDGE_STS);
r = gpio_request(OLPC_GPIO_ECSCI, "OLPC-ECSCI");
gpio_direction_input(OLPC_GPIO_ECSCI);
cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_NEGATIVE_EDGE_STS);
cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_POSITIVE_EDGE_STS);
cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_EVENTS_ENABLE);
cs5535_gpio_setup_event(OLPC_GPIO_ECSCI, 7, 1);
gpio_free(OLPC_GPIO_ECSCI);