Searched refs:GPIO_OUTPUT_ENABLE (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/sound/pci/oxygen/ |
H A D | xonar_dg.c | 157 GPIO_OUTPUT_ENABLE | GPIO_HP_REAR | GPIO_INPUT_ROUTE); in dg_init() 161 GPIO_OUTPUT_ENABLE | GPIO_INPUT_ROUTE); in dg_init() 166 oxygen_clear_bits16(chip, OXYGEN_GPIO_DATA, GPIO_OUTPUT_ENABLE); in dg_cleanup() 178 oxygen_set_bits16(chip, OXYGEN_GPIO_DATA, GPIO_OUTPUT_ENABLE); in dg_resume()
|
H A D | xonar_dg.h | 11 #define GPIO_OUTPUT_ENABLE 0x0100 macro
|
/openbmc/linux/drivers/staging/olpc_dcon/ |
H A D | olpc_dcon_xo_1.c | 158 cs5535_gpio_set(OLPC_GPIO_SMB_CLK, GPIO_OUTPUT_ENABLE); in dcon_wiggle_xo_1() 159 cs5535_gpio_set(OLPC_GPIO_SMB_DATA, GPIO_OUTPUT_ENABLE); in dcon_wiggle_xo_1()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-cs5535.c | 250 __cs5535_gpio_clear(chip, offset, GPIO_OUTPUT_ENABLE); in chip_direction_input() 264 __cs5535_gpio_set(chip, offset, GPIO_OUTPUT_ENABLE); in chip_direction_output()
|
/openbmc/linux/include/linux/ |
H A D | cs5535.h | 144 #define GPIO_OUTPUT_ENABLE 0x04 macro
|