Searched defs:DIV (Results 1 – 11 of 11) sorted by relevance
/kernel/liteos_m/kal/posix/src/ |
D | time_internal.h | 76 #define DIV(a, b) (((a) / (b)) - ((a) % (b) < 0)) macro
|
/kernel/linux/linux-5.10/arch/m68k/mac/ |
D | misc.c | 580 #define DIV(a, b) ((a) / (b) - ((a) % (b) < 0)) in unmktime() macro
|
/kernel/linux/linux-5.10/drivers/clk/pistachio/ |
D | clk.h | 59 #define DIV(_id, _name, _pname, _reg, _width) \ macro
|
/kernel/linux/linux-5.10/drivers/media/tuners/ |
D | tuner-xc2028.c | 1006 #define DIV 15625 macro
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
D | iuu_phoenix.c | 398 u8 DIV = 0; /* 8bit */ in iuu_clk() local
|
/kernel/linux/linux-5.10/arch/sparc/net/ |
D | bpf_jit_comp_32.c | 81 #define DIV F3(2, 0x0e) /* udiv */ macro
|
D | bpf_jit_comp_64.c | 151 #define DIV F3(2, 0x0e) macro
|
/kernel/linux/linux-5.10/drivers/clk/samsung/ |
D | clk.h | 182 #define DIV(_id, cname, pname, o, s, w) \ macro
|
/kernel/linux/linux-5.10/arch/arm/mach-cns3xxx/ |
D | cns3xxx.h | 435 #define PM_CPU_CLK_DIV(DIV) { \ argument
|
/kernel/linux/linux-5.10/drivers/clk/rockchip/ |
D | clk.h | 661 #define DIV(_id, cname, pname, f, o, s, w, df) \ macro
|
/kernel/linux/linux-5.10/drivers/clk/ |
D | clk-stm32mp1.c | 1136 #define DIV(_id, _name, _parent, _flags, _offset, _shift, _width, _div_flags)\ macro
|