Searched defs:DIV (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/arch/m68k/mac/ |
D | misc.c | 579 #define DIV(a, b) ((a) / (b) - ((a) % (b) < 0)) in unmktime() macro
|
/Linux-v6.6/drivers/clk/pistachio/ |
D | clk.h | 59 #define DIV(_id, _name, _pname, _reg, _width) \ macro
|
/Linux-v6.6/sound/soc/codecs/ |
D | ak4375.c | 71 #define DIV BIT(4) macro
|
/Linux-v6.6/drivers/media/tuners/ |
D | xc2028.c | 1006 #define DIV 15625 macro
|
/Linux-v6.6/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
|
/Linux-v6.6/drivers/usb/serial/ |
D | iuu_phoenix.c | 396 u8 DIV = 0; /* 8bit */ in iuu_clk() local
|
/Linux-v6.6/drivers/clk/samsung/ |
D | clk.h | 183 #define DIV(_id, cname, pname, o, s, w) \ macro
|
/Linux-v6.6/drivers/clk/rockchip/ |
D | clk.h | 802 #define DIV(_id, cname, pname, f, o, s, w, df) \ macro
|
/Linux-v6.6/drivers/clk/ |
D | clk-stm32mp1.c | 1210 #define DIV(_id, _name, _parent, _flags, _offset, _shift, _width, _div_flags)\ macro
|