Searched refs:OLPC_GPIO_ECSCI (Results 1 – 2 of 2) sorted by relevance
224 cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_NEGATIVE_EDGE_STS); in xo1_sci_intr()328 r = gpio_request(OLPC_GPIO_ECSCI, "OLPC-ECSCI"); in setup_ec_sci()332 gpio_direction_input(OLPC_GPIO_ECSCI); in setup_ec_sci()335 cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_NEGATIVE_EDGE_STS); in setup_ec_sci()336 cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_POSITIVE_EDGE_STS); in setup_ec_sci()352 cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_EVENTS_ENABLE); in setup_ec_sci()355 cs5535_gpio_setup_event(OLPC_GPIO_ECSCI, 7, 1); in setup_ec_sci()365 gpio_free(OLPC_GPIO_ECSCI); in free_ec_sci()
149 #define OLPC_GPIO_ECSCI 27 macro