Home
last modified time | relevance | path

Searched refs:GPIO_OUTPUT_ENABLE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/sound/pci/oxygen/
H A Dxonar_dg.c157 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 Dxonar_dg.h11 #define GPIO_OUTPUT_ENABLE 0x0100 macro
/openbmc/linux/drivers/staging/olpc_dcon/
H A Dolpc_dcon_xo_1.c158 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 Dgpio-cs5535.c250 __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 Dcs5535.h144 #define GPIO_OUTPUT_ENABLE 0x04 macro