Searched refs:GPIO_OUTPUT_VAL (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/staging/olpc_dcon/ |
D | olpc_dcon_xo_1.c | 58 dcon->curr_src = cs5535_gpio_isset(OLPC_GPIO_DCON_LOAD, GPIO_OUTPUT_VAL) in dcon_init_xo_1() 157 cs5535_gpio_set(OLPC_GPIO_SMB_CLK, GPIO_OUTPUT_VAL); in dcon_wiggle_xo_1() 158 cs5535_gpio_set(OLPC_GPIO_SMB_DATA, GPIO_OUTPUT_VAL); in dcon_wiggle_xo_1() 170 cs5535_gpio_clear(OLPC_GPIO_SMB_CLK, GPIO_OUTPUT_VAL); in dcon_wiggle_xo_1() 172 cs5535_gpio_set(OLPC_GPIO_SMB_CLK, GPIO_OUTPUT_VAL); in dcon_wiggle_xo_1()
|
/linux-3.4.99/drivers/gpio/ |
D | gpio-cs5535.c | 237 cs5535_gpio_set(offset, GPIO_OUTPUT_VAL); in chip_gpio_set() 239 cs5535_gpio_clear(offset, GPIO_OUTPUT_VAL); in chip_gpio_set() 265 __cs5535_gpio_set(chip, offset, GPIO_OUTPUT_VAL); in chip_direction_output() 267 __cs5535_gpio_clear(chip, offset, GPIO_OUTPUT_VAL); in chip_direction_output()
|
/linux-3.4.99/include/linux/ |
D | cs5535.h | 145 #define GPIO_OUTPUT_VAL 0x00 macro
|