Searched refs:fall (Results 1 - 10 of 10) sorted by path

/linux-master/arch/m68k/fpsp040/
H A Dres_func.S201 beq cu_nmrs |fall through to double
494 beq cu_dmrs |fall through to double
1657 | ;fall through to perform int_wrt
1722 | ;fall through to do_fp
1743 | ;fall through to dext
H A Dx_store.S96 | fall through to dest_dbl
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S15658 # elsewise fall through to underflow.
20505 bne.b fout_sgl_unfl_cont # let DENORMs fall through
20734 bne.b fout_dbl_unfl_cont # let DENORMs fall through
/linux-master/arch/arc/kernel/
H A Dentry.S246 ; fall through to ret_from_exception
/linux-master/arch/arm/kernel/
H A Dentry-armv.S124 @ XXX fall through to common_invalid
475 /* fall through */
H A Dhyp-stub.S78 @ fall through...
/linux-master/arch/arm/lib/
H A Dmemset.S140 mov r3, r1 @ copy r1 to r3 and fall into memset64
/linux-master/drivers/gpio/
H A Dgpio-mlxbf2.c292 bool fall = false; local
298 fall = true;
305 fall = true;
312 if (fall) {
H A Dgpio-mt7621.c112 u32 rise, fall, high, low; local
118 fall = mtk_gpio_r32(rg, GPIO_REG_FEDGE);
122 mtk_gpio_w32(rg, GPIO_REG_FEDGE, fall | (BIT(pin) & rg->falling));
135 u32 rise, fall, high, low; local
139 fall = mtk_gpio_r32(rg, GPIO_REG_FEDGE);
142 mtk_gpio_w32(rg, GPIO_REG_FEDGE, fall & ~BIT(pin));
H A Dgpio-stmpe.c303 u8 fall = NOT_SUPPORTED_IDX; local
329 fall = !!(ret & mask);
351 fall_values[fall]);

Completed in 247 milliseconds