/openbmc/u-boot/doc/device-tree-bindings/video/ |
H A D | tegra20-dc.txt | 28 * delay between panel_vdd-rise and data-rise 29 * delay between data-rise and backlight_vdd-rise 30 * delay between backlight_vdd and pwm-rise 31 * delay between pwm-rise and backlight_en-rise
|
/openbmc/qemu/hw/intc/ |
H A D | omap_intc.c | 111 uint32_t rise; in omap_set_intr() local 117 rise = ~bank->irqs & (1 << n); in omap_set_intr() 119 rise &= ~bank->inputs; in omap_set_intr() 122 if (rise) { in omap_set_intr() 123 bank->irqs |= rise; in omap_set_intr() 128 rise = bank->sens_edge & bank->irqs & (1 << n); in omap_set_intr() 129 bank->irqs &= ~rise; in omap_set_intr()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-mt7621.c | 112 u32 rise, fall, high, low; in mediatek_gpio_irq_unmask() local 117 rise = mtk_gpio_r32(rg, GPIO_REG_REDGE); in mediatek_gpio_irq_unmask() 121 mtk_gpio_w32(rg, GPIO_REG_REDGE, rise | (BIT(pin) & rg->rising)); in mediatek_gpio_irq_unmask() 135 u32 rise, fall, high, low; in mediatek_gpio_irq_mask() local 138 rise = mtk_gpio_r32(rg, GPIO_REG_REDGE); in mediatek_gpio_irq_mask() 143 mtk_gpio_w32(rg, GPIO_REG_REDGE, rise & ~BIT(pin)); in mediatek_gpio_irq_mask()
|
H A D | gpio-mlxbf2.c | 293 bool rise = false; in mlxbf2_gpio_irq_set_type() local 299 rise = true; in mlxbf2_gpio_irq_set_type() 302 rise = true; in mlxbf2_gpio_irq_set_type() 318 if (rise) { in mlxbf2_gpio_irq_set_type()
|
H A D | gpio-stmpe.c | 298 u8 rise = NOT_SUPPORTED_IDX; in stmpe_dbg_show_one() local 321 rise = !!(ret & mask); in stmpe_dbg_show_one() 346 rise_values[rise], in stmpe_dbg_show_one()
|
/openbmc/linux/Documentation/leds/ |
H A D | leds-sc27xx.rst | 12 hardware pattern, which is used to configure the rise time, 17 format, we should set brightness as 0 for rise stage, fall
|
H A D | leds-cht-wcove.rst | 27 The rise and fall times must be the same value.
|
/openbmc/linux/Documentation/devicetree/bindings/i2c/ |
H A D | i2c-mux-ltc4306.txt | 24 - ltc,downstream-accelerators-enable: Enables the rise time accelerators 26 - ltc,upstream-accelerators-enable: Enables the rise time accelerators
|
H A D | i2c.txt | 45 Number of nanoseconds the SCL signal takes to rise; t(r) in the I2C
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3399-gru-kevin.dts | 185 /* These are relatively safe rise/fall times. */ 201 /* These are relatively safe rise/fall times. */
|
H A D | rk3399-gru-chromebook.dtsi | 449 /* These are relatively safe rise/fall times */ 465 /* These are relatively safe rise/fall times */
|
H A D | rk3399-gru-scarlet.dtsi | 262 /* These are relatively safe rise/fall times. */ 294 /* These are relatively safe rise/fall times; TODO: measure */
|
H A D | rk3399-gru.dtsi | 418 /* These are relatively safe rise/fall times */ 428 /* These are relatively safe rise/fall times */
|
H A D | px30-evb.dts | 440 /* These are relatively safe rise/fall times; TODO: measure */
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | rk3399-gru-kevin.dts | 166 /* These are relatively safe rise/fall times. */ 182 /* These are relatively safe rise/fall times. */
|
H A D | rk3399-gru-chromebook.dtsi | 255 /* These are relatively safe rise/fall times */ 271 /* These are relatively safe rise/fall times */
|
H A D | rk3399-gru.dtsi | 396 /* These are relatively safe rise/fall times */ 406 /* These are relatively safe rise/fall times */
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-led-driver-lm3533 | 27 Set the pattern generator fall and rise times (0..7), where:
|
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | mvebu-devbus.txt | 92 address and data to DEV_WEn rise. 100 data after DEV_WEn rise.
|
/openbmc/linux/Documentation/filesystems/ |
H A D | locks.rst | 35 for example. This gave rise to some other subtle problems if sendmail was
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mp-dhcom-pdk3.dts | 275 /* RESET_N signal rise time ~100ms */
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-general.rst | 39 new release if changes occur that give rise to problems.
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | BSD-Protection | 13 …possibly closed-source) code would wish to protect themselves against the rise of a GPL-licensed c…
|
/openbmc/linux/Documentation/driver-api/gpio/ |
H A D | intro.rst | 120 value (after the appropriate rise time passes), you know some other component is
|
/openbmc/linux/Documentation/fb/ |
H A D | udlfb.rst | 53 * It's not clear what the future of fbdev is, given the rise of KMS/DRM.
|