Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
221 cs_flags = GPIOD_ACTIVE_LOW; in soft_spi_probe()
H A Drockchip_sfc.c322 GPIOD_IS_OUT | GPIOD_ACTIVE_LOW); in rockchip_cs_setup()
/rk3399_rockchip-uboot/drivers/power/regulator/
H A Dfixed.c40 flags |= GPIOD_ACTIVE_LOW; in fixed_regulator_ofdata_to_platdata()
H A Drk801_regulator.c610 val = (priv->pwrctrl_gpio.flags & GPIOD_ACTIVE_LOW) ? in rk801_buck_probe()
/rk3399_rockchip-uboot/drivers/gpio/
H A Dgpio-uclass.c130 desc->flags = GPIOD_ACTIVE_LOW; in gpio_xlate_offs_flags()
476 return desc->flags & GPIOD_ACTIVE_LOW ? !value : value; in dm_gpio_get_value()
487 if (desc->flags & GPIOD_ACTIVE_LOW) in dm_gpio_set_value()
538 if (flags & GPIOD_ACTIVE_LOW) in dm_gpio_set_dir_flags()
H A D74x164_gpio.c112 desc->flags = args->args[1] & GPIO_ACTIVE_LOW ? GPIOD_ACTIVE_LOW : 0; in gen_74x164_xlate()
H A Dsandbox.c175 desc->flags |= GPIOD_ACTIVE_LOW; in sb_gpio_xlate()
H A Dtegra186_gpio.c152 desc->flags = args->args[1] & GPIO_ACTIVE_LOW ? GPIOD_ACTIVE_LOW : 0; in tegra186_gpio_xlate()
H A Dnca9539_gpio.c228 desc->flags = args->args[1] & GPIO_ACTIVE_LOW ? GPIOD_ACTIVE_LOW : 0; in nca9539_xlate()
H A Dsunxi_gpio.c228 desc->flags = args->args[2] & GPIO_ACTIVE_LOW ? GPIOD_ACTIVE_LOW : 0; in sunxi_gpio_xlate()
H A Dpca953x_gpio.c234 desc->flags = args->args[1] & GPIO_ACTIVE_LOW ? GPIOD_ACTIVE_LOW : 0; in pca953x_xlate()
H A Dtegra_gpio.c249 desc->flags = args->args[1] & GPIO_ACTIVE_LOW ? GPIOD_ACTIVE_LOW : 0; in tegra_gpio_xlate()
/rk3399_rockchip-uboot/include/asm-generic/
H A Dgpio.h123 #define GPIOD_ACTIVE_LOW (1 << 3) /* value has active low */ macro
/rk3399_rockchip-uboot/drivers/power/pmic/
H A Dpmic_rk801.c189 priv->pwrctrl_gpio.flags & GPIOD_ACTIVE_LOW ? "low" : "high"); in rk801_probe()
/rk3399_rockchip-uboot/drivers/pinctrl/rockchip/
H A Dpinctrl-rockchip-core.c391 if (!arg) desc.flags |= GPIOD_ACTIVE_LOW; in rockchip_pinconf_set()
/rk3399_rockchip-uboot/drivers/net/
H A Ddesignware.c759 reset_flags |= GPIOD_ACTIVE_LOW; in designware_eth_ofdata_to_platdata()
H A Dsun8i_emac.c825 reset_flags |= GPIOD_ACTIVE_LOW; in sun8i_emac_eth_ofdata_to_platdata()
H A Ddwc_eth_qos.c1895 reset_flags |= GPIOD_ACTIVE_LOW; in eqos_probe_resources_stm32()