Searched refs:rise (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/gpio/
H A Dgpio-mlxbf2.c293 bool rise = false; local
299 rise = true;
302 rise = true;
318 if (rise) {
H A Dgpio-mt7621.c112 u32 rise, fall, high, low; local
117 rise = mtk_gpio_r32(rg, GPIO_REG_REDGE);
121 mtk_gpio_w32(rg, GPIO_REG_REDGE, rise | (BIT(pin) & rg->rising));
135 u32 rise, fall, high, low; local
138 rise = mtk_gpio_r32(rg, GPIO_REG_REDGE);
143 mtk_gpio_w32(rg, GPIO_REG_REDGE, rise & ~BIT(pin));
H A Dgpio-stmpe.c302 u8 rise = NOT_SUPPORTED_IDX; local
325 rise = !!(ret & mask);
350 rise_values[rise],

Completed in 266 milliseconds