Home
last modified time | relevance | path

Searched refs:mi (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/rockchip/rk3399/drivers/dram/
H A Ddram_spec_timing.h59 #define range(mi, val, ma) (((ma) > (val)) ? (max(mi, val)) : (ma)) argument
/rk3399_ARM-atf/include/lib/libc/sys/
H A Dcdefs.h129 #define __GNUC_PREREQ__(ma, mi) \ argument
130 (__GNUC__ > (ma) || __GNUC__ == (ma) && __GNUC_MINOR__ >= (mi))
132 #define __GNUC_PREREQ__(ma, mi) 0 argument
/rk3399_ARM-atf/bl31/aarch64/
H A Druntime_exceptions.S473 b.mi 2f /* negative: undefined exception injection */