Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/platform/olpc/
Dolpc-xo1-sci.c94 cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_INPUT_INVERT); in flip_lid_inverter()
96 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_INPUT_INVERT); in flip_lid_inverter()
115 state = cs5535_gpio_isset(OLPC_GPIO_LID, GPIO_READ_BACK); in detect_lid_state()
228 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_NEGATIVE_EDGE_STS); in xo1_sci_intr()
229 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_POSITIVE_EDGE_STS); in xo1_sci_intr()
249 cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_EVENTS_ENABLE); in xo1_sci_suspend()
255 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_NEGATIVE_EDGE_STS); in xo1_sci_suspend()
256 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_POSITIVE_EDGE_STS); in xo1_sci_suspend()
258 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_EVENTS_ENABLE); in xo1_sci_suspend()
272 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_EVENTS_ENABLE); in xo1_sci_resume()
[all …]
/linux-3.4.99/arch/x86/include/asm/
Dolpc.h148 #define OLPC_GPIO_LID 26 macro