Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/olpc_dcon/
H A Dolpc_dcon_xo_1.c57 cs5535_gpio_clear(OLPC_GPIO_DCON_IRQ, GPIO_EVENTS_ENABLE); in dcon_init_xo_1()
85 cs5535_gpio_setup_event(OLPC_GPIO_DCON_IRQ, 2, 0); in dcon_init_xo_1()
102 cs5535_gpio_clear(OLPC_GPIO_DCON_IRQ, GPIO_INPUT_INVERT); in dcon_init_xo_1()
108 cs5535_gpio_clear(OLPC_GPIO_DCON_IRQ, GPIO_INPUT_FILTER); in dcon_init_xo_1()
111 cs5535_gpio_clear(OLPC_GPIO_DCON_IRQ, GPIO_INPUT_EVENT_COUNT); in dcon_init_xo_1()
121 cs5535_gpio_set(OLPC_GPIO_DCON_IRQ, GPIO_NEGATIVE_EDGE_EN); in dcon_init_xo_1()
127 cs5535_gpio_set(OLPC_GPIO_DCON_IRQ, GPIO_NEGATIVE_EDGE_STS); in dcon_init_xo_1()
131 cs5535_gpio_set(OLPC_GPIO_DCON_IRQ, GPIO_POSITIVE_EDGE_STS); in dcon_init_xo_1()
135 cs5535_gpio_set(OLPC_GPIO_DCON_IRQ, GPIO_EVENTS_ENABLE); in dcon_init_xo_1()
191 cs5535_gpio_set(OLPC_GPIO_DCON_IRQ, GPIO_NEGATIVE_EDGE_STS); in dcon_read_status_xo_1()
/openbmc/linux/arch/x86/include/asm/
H A Dolpc.h92 #define OLPC_GPIO_DCON_IRQ 7 macro