Home
last modified time | relevance | path

Searched refs:GPIOD_ACTIVE_LOW (Results 1 – 12 of 12) sorted by relevance

/external/u-boot/drivers/spi/
Dsoft_spi.c218 cs_flags = (slave->mode & SPI_CS_HIGH) ? 0 : GPIOD_ACTIVE_LOW; in soft_spi_probe()
219 clk_flags = (slave->mode & SPI_CPOL) ? GPIOD_ACTIVE_LOW : 0; in soft_spi_probe()
/external/u-boot/drivers/gpio/
Dgpio-uclass.c128 desc->flags = GPIOD_ACTIVE_LOW; in gpio_xlate_offs_flags()
351 return desc->flags & GPIOD_ACTIVE_LOW ? !value : value; in dm_gpio_get_value()
362 if (desc->flags & GPIOD_ACTIVE_LOW) in dm_gpio_set_value()
413 if (flags & GPIOD_ACTIVE_LOW) in dm_gpio_set_dir_flags()
D74x164_gpio.c111 desc->flags = args->args[1] & GPIO_ACTIVE_LOW ? GPIOD_ACTIVE_LOW : 0; in gen_74x164_xlate()
Dsandbox.c173 desc->flags |= GPIOD_ACTIVE_LOW; in sb_gpio_xlate()
Dtegra186_gpio.c149 desc->flags = args->args[1] & GPIO_ACTIVE_LOW ? GPIOD_ACTIVE_LOW : 0; in tegra186_gpio_xlate()
Dsunxi_gpio.c225 desc->flags = args->args[2] & GPIO_ACTIVE_LOW ? GPIOD_ACTIVE_LOW : 0; in sunxi_gpio_xlate()
Dtegra_gpio.c246 desc->flags = args->args[1] & GPIO_ACTIVE_LOW ? GPIOD_ACTIVE_LOW : 0; in tegra_gpio_xlate()
Dpca953x_gpio.c230 desc->flags = args->args[1] & (GPIO_ACTIVE_LOW ? GPIOD_ACTIVE_LOW : 0); in pca953x_xlate()
/external/u-boot/include/asm-generic/
Dgpio.h123 #define GPIOD_ACTIVE_LOW (1 << 3) /* value has active low */ macro
/external/u-boot/drivers/i2c/
Di2c-uclass.c464 GPIOD_ACTIVE_LOW | in i2c_gpio_set_pin()
/external/u-boot/drivers/net/
Ddesignware.c813 reset_flags |= GPIOD_ACTIVE_LOW; in designware_eth_ofdata_to_platdata()
Dsun8i_emac.c868 reset_flags |= GPIOD_ACTIVE_LOW; in sun8i_emac_eth_ofdata_to_platdata()