Searched refs:OLPC_GPIO_ECSCI (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/platform/olpc/ |
H A D | olpc-xo1-sci.c | 254 cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_NEGATIVE_EDGE_STS); in xo1_sci_intr() 359 r = gpio_request(OLPC_GPIO_ECSCI, "OLPC-ECSCI"); in setup_ec_sci() 363 gpio_direction_input(OLPC_GPIO_ECSCI); in setup_ec_sci() 366 cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_NEGATIVE_EDGE_STS); in setup_ec_sci() 367 cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_POSITIVE_EDGE_STS); in setup_ec_sci() 383 cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_EVENTS_ENABLE); in setup_ec_sci() 386 cs5535_gpio_setup_event(OLPC_GPIO_ECSCI, 7, 1); in setup_ec_sci() 396 gpio_free(OLPC_GPIO_ECSCI); in free_ec_sci()
|
/kernel/linux/linux-6.6/arch/x86/platform/olpc/ |
H A D | olpc-xo1-sci.c | 254 cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_NEGATIVE_EDGE_STS); in xo1_sci_intr() 359 r = gpio_request(OLPC_GPIO_ECSCI, "OLPC-ECSCI"); in setup_ec_sci() 363 gpio_direction_input(OLPC_GPIO_ECSCI); in setup_ec_sci() 366 cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_NEGATIVE_EDGE_STS); in setup_ec_sci() 367 cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_POSITIVE_EDGE_STS); in setup_ec_sci() 383 cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_EVENTS_ENABLE); in setup_ec_sci() 386 cs5535_gpio_setup_event(OLPC_GPIO_ECSCI, 7, 1); in setup_ec_sci() 396 gpio_free(OLPC_GPIO_ECSCI); in free_ec_sci()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | olpc.h | 100 #define OLPC_GPIO_ECSCI 27 macro
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | olpc.h | 100 #define OLPC_GPIO_ECSCI 27 macro
|
Completed in 3 milliseconds