/kernel/linux/linux-5.10/scripts/ |
H A D | sphinx-pre-install | 34 my $min_pdf_version = "2.4.4"; # Min version where pdf builds 40 my $pdf = 1; 99 if ($is_optional == 2 && !$pdf) { 373 if ($pdf) { 386 check_program("dvipng", 2) if ($pdf); 431 $pdf = 0; 445 $pdf = 0; 448 if ($pdf) { 453 check_rpm_missing(\@fedora26_opt_pkgs, 2) if ($pdf && !$old); 454 check_rpm_missing(\@fedora_tex_pkgs, 2) if ($pdf); [all...] |
/kernel/linux/linux-6.6/scripts/ |
H A D | sphinx-pre-install | 36 my $min_pdf_version = "2.4.4"; # Min version where pdf builds 43 my $pdf = 1; 102 if ($is_optional == 2 && !$pdf) { 374 if ($pdf) { 387 check_program("dvipng", 2) if ($pdf); 432 $pdf = 0; 446 $pdf = 0; 449 if ($pdf) { 454 check_rpm_missing(\@fedora26_opt_pkgs, 2) if ($pdf && !$old); 455 check_rpm_missing(\@fedora_tex_pkgs, 2) if ($pdf); [all...] |
/kernel/linux/linux-5.10/drivers/clk/imx/ |
H A D | clk-pllv2.c | 81 long mfi, mfn, mfd, pdf, ref_clk; in __clk_pllv2_recalc_rate() local 87 pdf = dp_op & MXC_PLL_DP_OP_PDF_MASK; in __clk_pllv2_recalc_rate() 98 ref_clk /= (pdf + 1); in __clk_pllv2_recalc_rate() 130 long mfi, pdf, mfn, mfd = 999999; in __clk_pllv2_set_rate() local 135 pdf = mfi = -1; in __clk_pllv2_set_rate() 136 while (++pdf < 16 && mfi < 5) in __clk_pllv2_set_rate() 137 mfi = rate * (pdf+1) / quad_parent_rate; in __clk_pllv2_set_rate() 140 pdf--; in __clk_pllv2_set_rate() 142 temp64 = rate * (pdf + 1) - quad_parent_rate * mfi; in __clk_pllv2_set_rate() 146 reg = mfi << 4 | pdf; in __clk_pllv2_set_rate() [all...] |
/kernel/linux/linux-6.6/drivers/clk/imx/ |
H A D | clk-pllv2.c | 81 long mfi, mfn, mfd, pdf, ref_clk; in __clk_pllv2_recalc_rate() local 87 pdf = dp_op & MXC_PLL_DP_OP_PDF_MASK; in __clk_pllv2_recalc_rate() 98 ref_clk /= (pdf + 1); in __clk_pllv2_recalc_rate() 130 long mfi, pdf, mfn, mfd = 999999; in __clk_pllv2_set_rate() local 135 pdf = mfi = -1; in __clk_pllv2_set_rate() 136 while (++pdf < 16 && mfi < 5) in __clk_pllv2_set_rate() 137 mfi = rate * (pdf+1) / quad_parent_rate; in __clk_pllv2_set_rate() 140 pdf--; in __clk_pllv2_set_rate() 142 temp64 = rate * (pdf + 1) - quad_parent_rate * mfi; in __clk_pllv2_set_rate() 146 reg = mfi << 4 | pdf; in __clk_pllv2_set_rate() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | mpc8xx.c | 24 int mfi, mfn, mfd, pdf; in mpc885_get_clock() local 42 pdf = (plprcr >> 1) & 0xf; in mpc885_get_clock() 51 return ret / (pdf + 1); in mpc885_get_clock()
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | mpc8xx.c | 24 int mfi, mfn, mfd, pdf; in mpc885_get_clock() local 42 pdf = (plprcr >> 1) & 0xf; in mpc885_get_clock() 51 return ret / (pdf + 1); in mpc885_get_clock()
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
H A D | Makefile | 189 pdf: $(OUTPUT)user-manual.pdf 228 install-pdf: pdf 229 $(call QUIET_INSTALL, Documentation-pdf) \ 231 $(INSTALL) -m 644 $(OUTPUT)user-manual.pdf $(DESTDIR)$(pdfdir) 320 $(OUTPUT)user-manual.pdf: $(OUTPUT)user-manual.xml
|
/kernel/linux/linux-5.10/Documentation/ |
H A D | Makefile | 112 mkdir -p $(BUILDDIR)/$(var)/pdf; \ 113 mv $(subst .tex,.pdf,$(wildcard $(BUILDDIR)/$(var)/latex/*.tex)) $(BUILDDIR)/$(var)/pdf/; \
|
/kernel/linux/linux-6.6/Documentation/ |
H A D | Makefile | 142 mkdir -p $(BUILDDIR)/$(var)/pdf; \ 143 mv $(subst .tex,.pdf,$(wildcard $(BUILDDIR)/$(var)/latex/*.tex)) $(BUILDDIR)/$(var)/pdf/; \
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | crct10dif-pcl-asm_64.S | 50 # /white-papers/fast-crc-computation-generic-polynomials-pclmulqdq-paper.pdf
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | crct10dif-pcl-asm_64.S | 50 # /white-papers/fast-crc-computation-generic-polynomials-pclmulqdq-paper.pdf
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-mio-defs.h | 2122 uint64_t pdf:64; member 2124 uint64_t pdf:64;
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-mio-defs.h | 2122 uint64_t pdf:64; member 2124 uint64_t pdf:64;
|