Home
last modified time | relevance | path

Searched refs:rise (Results 1 – 25 of 42) sorted by relevance

12

/openbmc/u-boot/doc/device-tree-bindings/video/
H A Dtegra20-dc.txt28 * 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 Domap_intc.c111 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 Dgpio-mt7621.c112 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 Dgpio-mlxbf2.c293 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 Dgpio-stmpe.c298 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 Dleds-sc27xx.rst12 hardware pattern, which is used to configure the rise time,
17 format, we should set brightness as 0 for rise stage, fall
H A Dleds-cht-wcove.rst27 The rise and fall times must be the same value.
/openbmc/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-mux-ltc4306.txt24 - ltc,downstream-accelerators-enable: Enables the rise time accelerators
26 - ltc,upstream-accelerators-enable: Enables the rise time accelerators
H A Di2c.txt45 Number of nanoseconds the SCL signal takes to rise; t(r) in the I2C
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3399-gru-kevin.dts185 /* These are relatively safe rise/fall times. */
201 /* These are relatively safe rise/fall times. */
H A Drk3399-gru-chromebook.dtsi449 /* These are relatively safe rise/fall times */
465 /* These are relatively safe rise/fall times */
H A Drk3399-gru-scarlet.dtsi262 /* These are relatively safe rise/fall times. */
294 /* These are relatively safe rise/fall times; TODO: measure */
H A Drk3399-gru.dtsi418 /* These are relatively safe rise/fall times */
428 /* These are relatively safe rise/fall times */
H A Dpx30-evb.dts440 /* These are relatively safe rise/fall times; TODO: measure */
/openbmc/u-boot/arch/arm/dts/
H A Drk3399-gru-kevin.dts166 /* These are relatively safe rise/fall times. */
182 /* These are relatively safe rise/fall times. */
H A Drk3399-gru-chromebook.dtsi255 /* These are relatively safe rise/fall times */
271 /* These are relatively safe rise/fall times */
H A Drk3399-gru.dtsi396 /* These are relatively safe rise/fall times */
406 /* These are relatively safe rise/fall times */
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-led-driver-lm353327 Set the pattern generator fall and rise times (0..7), where:
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dmvebu-devbus.txt92 address and data to DEV_WEn rise.
100 data after DEV_WEn rise.
/openbmc/linux/Documentation/filesystems/
H A Dlocks.rst35 for example. This gave rise to some other subtle problems if sendmail was
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mp-dhcom-pdk3.dts275 /* RESET_N signal rise time ~100ms */
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-general.rst39 new release if changes occur that give rise to problems.
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DBSD-Protection13 …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 Dintro.rst120 value (after the appropriate rise time passes), you know some other component is
/openbmc/linux/Documentation/fb/
H A Dudlfb.rst53 * It's not clear what the future of fbdev is, given the rise of KMS/DRM.

12