Home
last modified time | relevance | path

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

12

/Linux-v6.6/drivers/gpio/
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()
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()
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()
/Linux-v6.6/Documentation/leds/
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
Dleds-cht-wcove.rst27 The rise and fall times must be the same value.
/Linux-v6.6/Documentation/devicetree/bindings/i2c/
Di2c-mux-ltc4306.txt24 - ltc,downstream-accelerators-enable: Enables the rise time accelerators
26 - ltc,upstream-accelerators-enable: Enables the rise time accelerators
Di2c.txt45 Number of nanoseconds the SCL signal takes to rise; t(r) in the I2C
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-class-led-driver-lm353327 Set the pattern generator fall and rise times (0..7), where:
/Linux-v6.6/arch/arm64/boot/dts/rockchip/
Drk3399-gru-kevin.dts185 /* These are relatively safe rise/fall times. */
201 /* These are relatively safe rise/fall times. */
Drk3399-gru-chromebook.dtsi449 /* These are relatively safe rise/fall times */
465 /* These are relatively safe rise/fall times */
Drk3399-gru-scarlet.dtsi262 /* These are relatively safe rise/fall times. */
294 /* These are relatively safe rise/fall times; TODO: measure */
Drk3399-gru.dtsi418 /* These are relatively safe rise/fall times */
428 /* These are relatively safe rise/fall times */
Dpx30-evb.dts440 /* These are relatively safe rise/fall times; TODO: measure */
/Linux-v6.6/Documentation/devicetree/bindings/memory-controllers/
Dmvebu-devbus.txt92 address and data to DEV_WEn rise.
100 data after DEV_WEn rise.
/Linux-v6.6/Documentation/filesystems/
Dlocks.rst35 for example. This gave rise to some other subtle problems if sendmail was
/Linux-v6.6/arch/arm64/boot/dts/freescale/
Dimx8mp-dhcom-pdk3.dts275 /* RESET_N signal rise time ~100ms */
/Linux-v6.6/Documentation/driver-api/gpio/
Dintro.rst120 value (after the appropriate rise time passes), you know some other component is
/Linux-v6.6/Documentation/fb/
Dudlfb.rst53 * It's not clear what the future of fbdev is, given the rise of KMS/DRM.
/Linux-v6.6/arch/arm/boot/dts/rockchip/
Drk3288-veyron.dtsi337 /* 100kHz since 4.7k resistors don't rise fast enough */
/Linux-v6.6/Documentation/arch/m68k/
Dbuddha-driver.rst140 All the timings have in common: Select and IOR/IOW rise at
/Linux-v6.6/arch/arm/boot/dts/microchip/
Dat91-sama5d2_icp.dts375 * Trigger can be configured on falling, rise
Dat91-sama5d2_xplained.dts460 * Trigger can be configured on falling, rise
/Linux-v6.6/arch/arm64/boot/dts/qcom/
Dsc7280-idp.dtsi516 qcom,hs-rise-fall-time-bp = <0>;
/Linux-v6.6/Documentation/process/
Dstable-api-nonsense.rst183 - The quality of the driver will rise as the maintenance costs (to the
/Linux-v6.6/Documentation/hwmon/
Ddme1737.rst214 duty-cycle. If any of the temperatures rise above the auto_point3_temp value,

12