Home
last modified time | relevance | path

Searched refs:GPIO_EVENTS_ENABLE (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/platform/olpc/
H A Dolpc-xo1-sci.c278 cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_EVENTS_ENABLE); in xo1_sci_suspend()
287 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_EVENTS_ENABLE); in xo1_sci_suspend()
301 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_EVENTS_ENABLE); in xo1_sci_resume()
382 cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_EVENTS_ENABLE); in setup_ec_sci()
412 cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_EVENTS_ENABLE); in setup_lid_events()
425 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_EVENTS_ENABLE); in setup_lid_events()
/linux/include/linux/
H A Dcs5535.h157 #define GPIO_EVENTS_ENABLE 0x38 macro