Home
last modified time | relevance | path

Searched full:gpiod_active_low (Results 1 – 16 of 16) sorted by relevance

/openbmc/u-boot/drivers/spi/
H A 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()
/openbmc/u-boot/drivers/gpio/
H A Dgpio-uclass.c131 desc->flags = GPIOD_ACTIVE_LOW; in gpio_xlate_offs_flags()
477 return desc->flags & GPIOD_ACTIVE_LOW ? !value : value; in dm_gpio_get_value()
488 if (desc->flags & GPIOD_ACTIVE_LOW) in dm_gpio_set_value()
539 if (flags & GPIOD_ACTIVE_LOW) in dm_gpio_set_dir_flags()
H A D74x164_gpio.c111 desc->flags = args->args[1] & GPIO_ACTIVE_LOW ? GPIOD_ACTIVE_LOW : 0; in gen_74x164_xlate()
H A Dsandbox.c173 desc->flags |= GPIOD_ACTIVE_LOW; in sb_gpio_xlate()
H A Dtegra186_gpio.c149 desc->flags = args->args[1] & GPIO_ACTIVE_LOW ? GPIOD_ACTIVE_LOW : 0; in tegra186_gpio_xlate()
H A Dxilinx_gpio.c223 GPIO_ACTIVE_LOW ? GPIOD_ACTIVE_LOW : 0); in xilinx_gpio_xlate()
H A Dsunxi_gpio.c225 desc->flags = args->args[2] & GPIO_ACTIVE_LOW ? GPIOD_ACTIVE_LOW : 0; in sunxi_gpio_xlate()
H A Dtegra_gpio.c246 desc->flags = args->args[1] & GPIO_ACTIVE_LOW ? GPIOD_ACTIVE_LOW : 0; in tegra_gpio_xlate()
H A Dpca953x_gpio.c249 desc->flags = args->args[1] & GPIO_ACTIVE_LOW ? GPIOD_ACTIVE_LOW : 0; in pca953x_xlate()
H A Dda8xx_gpio.c505 desc->flags = GPIOD_ACTIVE_LOW; in davinci_gpio_xlate()
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Draw-nand-chip.yaml104 set to GPIOD_ACTIVE_LOW unless the signal is inverted.
/openbmc/linux/drivers/rtc/
H A Drtc-ds2404.c41 /* This will de-assert RESET, declare this GPIO as GPIOD_ACTIVE_LOW */ in ds2404_gpio_map()
/openbmc/u-boot/include/asm-generic/
H A Dgpio.h123 #define GPIOD_ACTIVE_LOW (1 << 3) /* value has active low */ macro
217 * GPIOD_ACTIVE_LOW if the GPIO_ACTIVE_LOW flag is present in args[1].
/openbmc/u-boot/drivers/i2c/
H A Di2c-uclass.c495 GPIOD_ACTIVE_LOW | in i2c_gpio_set_pin()
/openbmc/u-boot/drivers/net/
H A Ddesignware.c825 reset_flags |= GPIOD_ACTIVE_LOW; in designware_eth_ofdata_to_platdata()
H A Dsun8i_emac.c925 reset_flags |= GPIOD_ACTIVE_LOW; in sun8i_emac_eth_ofdata_to_platdata()