Searched refs:_no (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/drivers/clk/rockchip/ |
H A D | clk_rk3188.c | 73 #define PLL_DIVISORS(hz, _nr, _no) {\ argument 74 .nr = _nr, .nf = (u32)((u64)hz * _nr * _no / OSC_HZ), .no = _no};\ 75 _Static_assert(((u64)hz * _nr * _no / OSC_HZ) * OSC_HZ /\ 76 (_nr * _no) == hz, #hz "Hz cannot be hit with PLL "\
|
H A D | clk_rk3368.c | 43 #define PLL_DIVISORS(hz, _nr, _no) { \ argument 44 .nr = _nr, .nf = (u32)((u64)hz * _nr * _no / OSC_HZ), .no = _no}; \ 45 _Static_assert(((u64)hz * _nr * _no / OSC_HZ) * OSC_HZ /\ 46 (_nr * _no) == hz, #hz "Hz cannot be hit with PLL " \
|
H A D | clk_rk3288.c | 133 #define PLL_DIVISORS(hz, _nr, _no) {\ argument 134 .nr = _nr, .nf = (u32)((u64)hz * _nr * _no / OSC_HZ), .no = _no};\ 135 _Static_assert(((u64)hz * _nr * _no / OSC_HZ) * OSC_HZ /\ 136 (_nr * _no) == hz, #hz "Hz cannot be hit with PLL "\
|
/openbmc/linux/drivers/media/i2c/ |
H A D | lm3560.c | 64 #define to_lm3560_flash(_ctrl, _no) \ argument 65 container_of(_ctrl->handler, struct lm3560_flash, ctrls_led[_no])
|
/openbmc/linux/drivers/clk/rockchip/ |
H A D | clk.h | 304 #define RK3066_PLL_RATE(_rate, _nr, _nf, _no) \ argument 309 .no = _no, \ 313 #define RK3066_PLL_RATE_NB(_rate, _nr, _nf, _no, _nb) \ argument 318 .no = _no, \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/anthy/anthy/ |
H A D | 2ch_t.patch | 1140 +����� #CJ _no 2563 +����� #CJ _no
|
/openbmc/linux/ |
H A D | MAINTAINERS | 22075 F: arch/m68k/*/*_no.* 22078 F: arch/m68k/include/asm/*_no.*
|