Searched defs:DIV (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/arch/m68k/mac/ |
H A D | misc.c | 579 #define DIV(a, b) ((a) / (b) - ((a) % (b) < 0)) in unmktime() macro
|
/openbmc/linux/drivers/clk/pistachio/ |
H A D | clk.h | 59 #define DIV(_id, _name, _pname, _reg, _width) \ macro
|
/openbmc/linux/sound/soc/codecs/ |
H A D | ak4375.c | 71 #define DIV BIT(4) macro
|
/openbmc/linux/drivers/media/tuners/ |
H A D | xc2028.c | 1006 #define DIV 15625 macro
|
/openbmc/linux/drivers/usb/serial/ |
H A D | iuu_phoenix.c | 396 u8 DIV = 0; /* 8bit */ in iuu_clk() local
|
/openbmc/linux/arch/sparc/net/ |
H A D | bpf_jit_comp_32.c | 81 #define DIV F3(2, 0x0e) /* udiv */ macro
|
H A D | bpf_jit_comp_64.c | 151 #define DIV F3(2, 0x0e) macro
|
/openbmc/linux/drivers/clk/samsung/ |
H A D | clk.h | 183 #define DIV(_id, cname, pname, o, s, w) \ macro
|
/openbmc/linux/drivers/clk/rockchip/ |
H A D | clk.h | 802 #define DIV(_id, cname, pname, f, o, s, w, df) \ macro
|
/openbmc/linux/drivers/clk/ |
H A D | clk-stm32mp1.c | 1210 #define DIV(_id, _name, _parent, _flags, _offset, _shift, _width, _div_flags)\ macro
|
/openbmc/qemu/disas/ |
H A D | nanomips.c | 5475 static char *DIV(uint64 instruction, Dis_info *info) in DIV() function
|