Home
last modified time | relevance | path

Searched refs:GPIO_POSITIVE_EDGE_STS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/platform/olpc/
H A Dolpc-xo1-sci.c259 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_POSITIVE_EDGE_STS); in xo1_sci_intr()
286 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_POSITIVE_EDGE_STS); in xo1_sci_suspend()
367 cs5535_gpio_set(OLPC_GPIO_ECSCI, GPIO_POSITIVE_EDGE_STS); in setup_ec_sci()
417 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_POSITIVE_EDGE_STS); in setup_lid_events()
/openbmc/linux/drivers/staging/olpc_dcon/
H A Dolpc_dcon_xo_1.c131 cs5535_gpio_set(OLPC_GPIO_DCON_IRQ, GPIO_POSITIVE_EDGE_STS); in dcon_init_xo_1()
132 cs5535_gpio_set(OLPC_GPIO_DCON_BLANK, GPIO_POSITIVE_EDGE_STS); in dcon_init_xo_1()
/openbmc/linux/include/linux/
H A Dcs5535.h161 #define GPIO_POSITIVE_EDGE_STS 0x48 macro
/openbmc/linux/drivers/gpio/
H A Dgpio-cs5535.c74 if (reg != GPIO_POSITIVE_EDGE_STS && reg != GPIO_NEGATIVE_EDGE_STS) { in errata_outl()