| /OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/include/mach/ |
| H A D | SA-1100.h | 341 #define UTCR1_BdRtDiv(Div) /* Baud Rate Divisor [16..65536] */ \ argument 342 (((Div) - 16)/16 >> FSize (UTCR2_BRD) << \ 344 #define UTCR2_BdRtDiv(Div) /* Baud Rate Divisor [16..65536] */ \ argument 345 (((Div) - 16)/16 & FAlnMsk (UTCR2_BRD) << \ 349 #define UTCR1_CeilBdRtDiv(Div) /* Ceil. of BdRtDiv [16..65536] */ \ argument 350 (((Div) - 1)/16 >> FSize (UTCR2_BRD) << \ 352 #define UTCR2_CeilBdRtDiv(Div) /* Ceil. of BdRtDiv [16..65536] */ \ argument 353 (((Div) - 1)/16 & FAlnMsk (UTCR2_BRD) << \ 480 #define SDCR3_BdRtDiv(Div) /* Baud Rate Divisor [16..65536] */ \ argument 481 (((Div) - 16)/16 >> FSize (SDCR4_BRD) << \ [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | SA-1100.h | 555 #define UTCR1_BdRtDiv(Div) /* Baud Rate Divisor [16..65536] */ \ argument 556 (((Div) - 16)/16 >> FSize (UTCR2_BRD) << \ 558 #define UTCR2_BdRtDiv(Div) /* Baud Rate Divisor [16..65536] */ \ argument 559 (((Div) - 16)/16 & FAlnMsk (UTCR2_BRD) << \ 563 #define UTCR1_CeilBdRtDiv(Div) /* Ceil. of BdRtDiv [16..65536] */ \ argument 564 (((Div) - 1)/16 >> FSize (UTCR2_BRD) << \ 566 #define UTCR2_CeilBdRtDiv(Div) /* Ceil. of BdRtDiv [16..65536] */ \ argument 567 (((Div) - 1)/16 & FAlnMsk (UTCR2_BRD) << \ 713 #define SDCR3_BdRtDiv(Div) /* Baud Rate Divisor [16..65536] */ \ argument 714 (((Div) - 16)/16 >> FSize (SDCR4_BRD) << \ [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/include/mach/ |
| H A D | regs-lcd.h | 127 #define LCCR3_PixClkDiv(Div) (((Div) << FShft (LCCR3_PCD))) argument
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | tda18271c2dd.c | 322 u8 Div; in CalcMainPLL() local 326 if (!SearchMap3(m_Main_PLL_Map, freq, &PostDiv, &Div)) in CalcMainPLL() 329 OscFreq = (u64) freq * (u64) Div; in CalcMainPLL() 345 u8 Div; in CalcCalPLL() local 349 if (!SearchMap3(m_Cal_PLL_Map, freq, &PostDiv, &Div)) in CalcCalPLL() 352 OscFreq = (u64)freq * (u64)Div; in CalcCalPLL() 1059 u8 Div; in ChannelConfiguration() local 1064 SearchMap3(m_Cal_PLL_Map, Frequency + IntermediateFrequency, &PostDiv, &Div); in ChannelConfiguration()
|
| /OK3568_Linux_fs/external/rknn-toolkit2/doc/ |
| H A D | RKNNToolKit2_OP_Support-1.5.0.md | 43 | Div | | 215 | aten::div | same as onnx Div | 370 | aten::true_divide | same as onnx Div | 450 | Div | same as onnx Div |
|
| /OK3568_Linux_fs/docs/en/Common/NPU/rknn-toolkit2/ |
| H A D | RKNNToolKit2_OP_Support-1.4.0.md | 94 | Div | **NPU Limit:**<br />support broadcast rule: per-element/other … 315 | aten::div | same as onnx Div … 463 | aten::true_divide | same as onnx Div … 491 | Div | same as onnx Div |
|
| /OK3568_Linux_fs/docs/cn/Common/NPU/rknn-toolkit2/ |
| H A D | RKNNToolKit2_OP_Support-1.4.0.md | 94 | Div | **NPU Limit:**<br />support broadcast rule: per-element/other … 315 | aten::div | same as onnx Div … 463 | aten::true_divide | same as onnx Div … 491 | Div | same as onnx Div |
|
| /OK3568_Linux_fs/kernel/drivers/media/tuners/ |
| H A D | mt2063.c | 1430 static u32 MT2063_CalcLO1Mult(u32 *Div, in MT2063_CalcLO1Mult() argument 1436 *Div = f_LO / f_Ref; in MT2063_CalcLO1Mult() 1443 return (f_Ref * (*Div)) + MT2063_fLO_FractionalTerm(f_Ref, *FracN, 64); in MT2063_CalcLO1Mult() 1461 static u32 MT2063_CalcLO2Mult(u32 *Div, in MT2063_CalcLO2Mult() argument 1467 *Div = f_LO / f_Ref; in MT2063_CalcLO2Mult() 1474 return (f_Ref * (*Div)) + MT2063_fLO_FractionalTerm(f_Ref, *FracN, in MT2063_CalcLO2Mult()
|
| /OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/ |
| H A D | oops-tracing.txt | 178 Dr. G.W. Wettstein Oncology Research Div. Computing Facility
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-pxa/ |
| H A D | pxa-regs.h | 2193 #define LCCR3_PixClkDiv(Div) /* Pixel Clock Divisor */ \ argument 2194 (((Div) << FShft (LCCR3_PCD)))
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/ |
| H A D | codegen.py | 22 Div: '/',
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | bug-hunting.rst | 374 Dr. G.W. Wettstein Oncology Research Div. Computing Facility
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |