Searched refs:OLPC_GPIO_ECSCI (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/platform/olpc/
H A Dolpc-xo1-sci.c253 cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_NEGATIVE_EDGE_STS); xo1_sci_intr()
358 r = gpio_request(OLPC_GPIO_ECSCI, "OLPC-ECSCI"); setup_ec_sci()
362 gpio_direction_input(OLPC_GPIO_ECSCI); setup_ec_sci()
365 cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_NEGATIVE_EDGE_STS); setup_ec_sci()
366 cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_POSITIVE_EDGE_STS); setup_ec_sci()
382 cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_EVENTS_ENABLE); setup_ec_sci()
385 cs5535_gpio_setup_event(OLPC_GPIO_ECSCI, 7, 1); setup_ec_sci()
395 gpio_free(OLPC_GPIO_ECSCI); free_ec_sci()
/linux-4.4.14/arch/x86/include/asm/
H A Dolpc.h130 #define OLPC_GPIO_ECSCI 27 macro

Completed in 57 milliseconds