Home
last modified time | relevance | path

Searched refs:pdf (Results 1 – 25 of 149) sorted by relevance

123456

/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/
H A Dgeneric.c252 u32 ret_val = 0, pdf, pre_pdf, clk_sel; in mxc_get_peri_clock() local
264 pdf = (mpdr4 >> 10) & 0x3F; in mxc_get_peri_clock()
266 decode_pll(readl(&ccm->ppctl), MXC_HCLK)) / (pdf + 1); in mxc_get_peri_clock()
270 pdf = mpdr2 & 0x3F; in mxc_get_peri_clock()
274 ((pre_pdf + 1) * (pdf + 1)); in mxc_get_peri_clock()
278 pdf = (mpdr2 >> 8) & 0x3F; in mxc_get_peri_clock()
282 ((pre_pdf + 1) * (pdf + 1)); in mxc_get_peri_clock()
286 pdf = (mpdr2 >> 16) & 0x3F; in mxc_get_peri_clock()
288 decode_pll(readl(&ccm->ppctl), MXC_HCLK)) / (pdf + 1); in mxc_get_peri_clock()
293 pdf = (pre_pdf >> 22) & 0x3F; in mxc_get_peri_clock()
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsbe_ffdc_handler.cpp285 PelFFDCfile pdf; in process() local
286 pdf.format = openpower::pels::UserDataFormat::text; in process()
287 pdf.version = 0x01; in process()
288 pdf.fd = pelDataFile.getFd(); in process()
289 pdf.subType = 0; in process()
290 ffdcFiles.push_back(pdf); in process()
292 paths.emplace_back(pelDataFile.getPath(), pdf.fd); in process()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A D0001-meson.build-make-fbpdf-build-optional.patch22 +poppler_dep = dependency('poppler-glib', required: get_option('pdf'))
27 +gbm_dep = dependency('gbm', required: get_option('pdf'))
28 +epoxy_dep = dependency('epoxy', required: get_option('pdf'))
43 +if get_option('pdf').enabled()
63 +option('pdf', type: 'feature', value : 'enabled')
/openbmc/docs/
H A DMakefile9 all: userguide.pdf
13 userguide.pdf: userguide/userguide.tex
/openbmc/u-boot/arch/arm/mach-imx/mx5/
H A Dclock.c162 uint32_t ctrl, op, mfd, mfn, mfi, pdf, ret; in decode_pll() local
180 pdf = op & MXC_DPLLC_OP_PDF_MASK; in decode_pll()
198 do_div(refclk, pdf + 1); in decode_pll()
368 u32 ret_val = 0, pdf, pre_pdf, clk_sel, freq; in imx_get_cspiclk() local
373 pdf = MXC_CCM_CSCDR2_CSPI_CLK_PODF_RD(cscdr2); in imx_get_cspiclk()
376 ret_val = freq / ((pre_pdf + 1) * (pdf + 1)); in imx_get_cspiclk()
421 u32 pdf = MXC_CCM_CBCDR_AXI_A_PODF_RD(cbcdr); in get_axi_a_clk() local
423 return get_periph_clk() / (pdf + 1); in get_axi_a_clk()
429 u32 pdf = MXC_CCM_CBCDR_AXI_B_PODF_RD(cbcdr); in get_axi_b_clk() local
431 return get_periph_clk() / (pdf + 1); in get_axi_b_clk()
[all …]
/openbmc/openbmc/poky/documentation/
H A DMakefile34 …cp $(BUILDDIR)/epub/TheYoctoProject.epub $(BUILDDIR)/latex/theyoctoproject.pdf $(BUILDDIR)/$(DESTD…
39 PDFs := $(foreach dir, $(IMAGEDIRS), $(patsubst %.svg,%.pdf,$(wildcard $(SOURCEDIR)/$(dir)/*.svg)))
45 %.pdf : %.svg
H A D.gitignore9 */svg/*.pdf
H A Ddownloads.rst11 - `PDF <_static/theyoctoproject.pdf>`_
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/suitesparse/suitesparse/
H A D0002-Preserve-links-when-installing-libmetis.patch22 - $(CP) metis-5.1.0/manual/manual.pdf $(INSTALL_DOC)/METIS_manual.pdf
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/
H A Dfbida_git.bb29 REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'pdf', 'opengl', '', d)}"
31 PACKAGECONFIG ??= "gif png pdf"
37 PACKAGECONFIG[pdf] = "-Dpdf=enabled,-Dpdf=disabled,poppler libepoxy"
/openbmc/openbmc/poky/meta/recipes-devtools/mtools/mtools/
H A Dmtools-makeinfo.patch39 pdf: mtools.pdf
40 %.pdf: %.texi sysconfdir.texi
/openbmc/openbmc/poky/
H A D.gitignore25 /documentation/*/*.pdf
28 /bitbake/doc/bitbake-user-manual/bitbake-user-manual.pdf
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/files/
H A D0001-remove-dropped-templates.patch18 html-build.stamp pdf-build.stamp \
19 - tmpl.stamp sgml.stamp html.stamp pdf.stamp
20 + sgml.stamp html.stamp pdf.stamp
/openbmc/pldm/docs/
H A Dbios_implementation.md9 …IOS Specification](https://www.dmtf.org/sites/default/files/standards/documents/DSP0247_1.0.0.pdf).
29 …IOS Specification](https://www.dmtf.org/sites/default/files/standards/documents/DSP0247_1.0.0.pdf).
31 `GetBiosTable` command as defined in DSP0247_1.0.0.pdf Section 8.1. All the
38 …IOS Specification](https://www.dmtf.org/sites/default/files/standards/documents/DSP0247_1.0.0.pdf):
59 …IOS Specification](https://www.dmtf.org/sites/default/files/standards/documents/DSP0247_1.0.0.pdf):
80 …IOS Specification](https://www.dmtf.org/sites/default/files/standards/documents/DSP0247_1.0.0.pdf):
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/
H A Dgimp_3.0.4.bb71 PACKAGECONFIG[cairo-pdf] = "-Dcairo-pdf=enabled,-Dcairo-pdf=disabled"
91 cairo-pdf \
/openbmc/openpower-occ-control/
H A DREADME.md37 <https://github.com/open-power/docs/blob/P10/occ/OCC_P10_FW_Interfaces_v1_17.pdf>
47 <https://github.com/open-power/docs/blob/P9/occ/OCC_P9_FW_Interfaces.pdf>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/
H A D0001-cmake-Do-not-use-isystem.patch123 poppler_add_test(pdf-inspector BUILD_GTK_TESTS ${pdf_inspector_SRCS})
124 …target_link_libraries(pdf-inspector ${CAIRO_LIBRARIES} Freetype::Freetype ${common_libs} PkgConfig…
125 - target_include_directories(pdf-inspector SYSTEM PRIVATE ${CAIRO_INCLUDE_DIRS})
126 + target_include_directories(pdf-inspector PRIVATE ${CAIRO_INCLUDE_DIRS})
127 target_compile_definitions(pdf-inspector PRIVATE -DSRC_DIR="${CMAKE_CURRENT_SOURCE_DIR}")
/openbmc/libcper/
H A D.gitignore16 specification/document/*.pdf
/openbmc/openbmc/meta-raspberrypi/docs/
H A DMakefile141 $(MAKE) -C $(BUILDDIR)/latex all-pdf
148 $(MAKE) -C $(BUILDDIR)/latex all-pdf-ja
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Dco-All4 …s_user/Documentos_CRC_2012/Actividades_Regulatorias/TDT/documentos_soporte_TDT_20120914.pdf#page=51
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/
H A Dlocalsearch_3.9.0.bb36 pdf \
60 PACKAGECONFIG[pdf] = "-Dpdf=enabled,-Dpdf=disabled,poppler"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot/
H A D0003-Use-native-tools-to-build-docs.patch46 pdf: gnuplot.pdf
47 pdf_nofig: nofigures.pdf
/openbmc/qemu/target/riscv/
H A DXVentanaCondOps.decode10 …ntanamicro/ventana-custom-extensions/releases/download/v1.0.0/ventana-custom-extensions-v1.0.0.pdf)
/openbmc/u-boot/arch/arm/dts/
H A Dtps6507x.dtsi11 * http://www.ti.com/lit/ds/symlink/tps65070.pdf
/openbmc/openbmc/poky/meta/conf/machine/include/arm/
H A Darch-armv6m.inc2 # at https://static.docs.arm.com/ddi0419/d/DDI0419D_armv6m_arm.pdf

123456