Home
last modified time | relevance | path

Searched refs:fm (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/phosphor-logging/test/openpower-pels/
H A Dfailing_mtms_test.cpp29 FailingMTMS fm{dataIface}; in TEST() local
32 EXPECT_EQ(fm.header().id, 0x4D54); in TEST()
33 EXPECT_EQ(fm.header().size, FailingMTMS::flattenedSize()); in TEST()
34 EXPECT_EQ(fm.header().version, 0x01); in TEST()
35 EXPECT_EQ(fm.header().subType, 0x00); in TEST()
36 EXPECT_EQ(fm.header().componentID, 0x2000); in TEST()
38 EXPECT_EQ(fm.getMachineTypeModel(), "AAAA-BBB"); in TEST()
39 EXPECT_EQ(fm.getMachineSerialNumber(), "123456789ABC"); in TEST()
52 FailingMTMS fm{dataIface}; in TEST() local
54 EXPECT_EQ(fm.getMachineTypeModel(), "AAAA-BBB"); in TEST()
[all …]
/openbmc/u-boot/drivers/mtd/ubi/
H A Dfastmap.c606 struct ubi_fastmap_layout *fm) in ubi_attach_fastmap() argument
665 fm->max_pool_size = be16_to_cpu(fmpl->max_size); in ubi_attach_fastmap()
666 fm->max_wl_pool_size = be16_to_cpu(fmpl_wl->max_size); in ubi_attach_fastmap()
679 if (fm->max_pool_size > UBI_FM_MAX_POOL_SIZE || in ubi_attach_fastmap()
680 fm->max_pool_size < 0) { in ubi_attach_fastmap()
681 ubi_err(ubi, "bad maximal pool size: %i", fm->max_pool_size); in ubi_attach_fastmap()
685 if (fm->max_wl_pool_size > UBI_FM_MAX_POOL_SIZE || in ubi_attach_fastmap()
686 fm->max_wl_pool_size < 0) { in ubi_attach_fastmap()
688 fm->max_wl_pool_size); in ubi_attach_fastmap()
840 ai->bad_peb_count - fm->used_blocks)) in ubi_attach_fastmap()
[all …]
H A Dfastmap-wl.c371 if (ubi->fm) { in ubi_fastmap_close()
372 for (i = 0; i < ubi->fm->used_blocks; i++) in ubi_fastmap_close()
373 kfree(ubi->fm->e[i]); in ubi_fastmap_close()
375 kfree(ubi->fm); in ubi_fastmap_close()
389 if (e && !ubi->fm_disabled && !ubi->fm && in may_reserve_for_fm()
H A Dwl.c330 !ubi->fm && e->pnum < UBI_FM_MAX_START) in find_wl_entry()
1619 if (ubi->fm) {
1621 found_pebs + ubi->fm->used_blocks);
1623 for (i = 0; i < ubi->fm->used_blocks; i++) {
1624 e = ubi->fm->e[i];
H A Dubi.h564 struct ubi_fastmap_layout *fm; member
H A Dattach.c1455 if (ubi->fm && ubi_dbg_chk_fastmap(ubi)) { in ubi_attach()
/openbmc/u-boot/drivers/mtd/ubispl/
H A Dubispl.c283 struct ubi_fastmap_layout *fm) in ubi_attach_fastmap() argument
333 fm->max_pool_size = be16_to_cpu(fmpl1->max_size); in ubi_attach_fastmap()
334 fm->max_wl_pool_size = be16_to_cpu(fmpl2->max_size); in ubi_attach_fastmap()
346 if (fm->max_pool_size > UBI_FM_MAX_POOL_SIZE || in ubi_attach_fastmap()
347 fm->max_pool_size < 0) { in ubi_attach_fastmap()
348 ubi_err("bad maximal pool size: %i", fm->max_pool_size); in ubi_attach_fastmap()
352 if (fm->max_wl_pool_size > UBI_FM_MAX_POOL_SIZE || in ubi_attach_fastmap()
353 fm->max_wl_pool_size < 0) { in ubi_attach_fastmap()
354 ubi_err("bad maximal WL pool size: %i", fm->max_wl_pool_size); in ubi_attach_fastmap()
479 ai->bad_peb_count - fm->used_blocks)) in ubi_attach_fastmap()
[all …]
H A Dubispl.h99 struct ubi_fastmap_layout *fm; member
/openbmc/openbmc/poky/meta/recipes-support/libfm/
H A Dlibfm_1.3.2.bb8 file://src/fm.h;beginline=8;endline=21;md5=ef1f84da64b3c01cca447212f7ef6007 \
9 … file://src/base/fm-config.h;beginline=10;endline=23;md5=ef1f84da64b3c01cca447212f7ef6007 \
10 file://src/fm-gtk.h;beginline=6;endline=19;md5=646baa4955c04fe768f2ca27b92ac8dd"
48 rm -f ${D}${includedir}/libfm-1.0/fm-xml-file.h
49 rm -f ${D}${includedir}/libfm-1.0/fm-version.h
50 rm -f ${D}${includedir}/libfm-1.0/fm-extra.h
H A Dlibfm-extra_1.3.2.bb6 LIC_FILES_CHKSUM = "file://src/fm-extra.h;beginline=8;endline=21;md5=ef1f84da64b3c01cca447212f7ef60…
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dliodn.c98 ccsr_fman_t *fm; in setup_fman_liodn_base() local
103 fm = (void *)CONFIG_SYS_FSL_FM1_ADDR; in setup_fman_liodn_base()
108 fm = (void *)CONFIG_SYS_FSL_FM2_ADDR; in setup_fman_liodn_base()
120 out_be32(&fm->fm_dma.fmdmplr[i], base); in setup_fman_liodn_base()
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dicid.c27 ccsr_fman_t *fm = (void *)CONFIG_SYS_FSL_FM1_ADDR; in set_fman_icids() local
30 out_be32(&fm->fm_bmi_common.fmbm_ppid[tbl[i].port_id - 1], in set_fman_icids()
/openbmc/qemu/docs/system/arm/
H A Ddigic.rst7 `Magic Lantern <http://www.magiclantern.fm/>`_ projects.
/openbmc/u-boot/drivers/net/fm/
H A DMakefile8 obj-y += fm.o
H A Deth.c120 struct fm_eth *fm = dev->priv; in tgec_is_fibre() local
123 sprintf(phyopt, "fsl_fm%d_xaui_phy", fm->fm_index + 1); in tgec_is_fibre()
/openbmc/u-boot/include/
H A Dfm_eth.h61 .fm = idx, \
166 u8 fm; member
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dqom_type_info.py92 d = dict((fm.group('field'), fm)
93 for fm in self.group_finditer(FieldInitializer, 'fields'))
196 fm = self.group_match('fields')
197 assert fm
198 return fm.append(content)
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dpch.c31 u32 fm = cpu_get_family_model(); in cpu_is_ult() local
33 return fm == BROADWELL_FAMILY_ULT || fm == HASWELL_FAMILY_ULT; in cpu_is_ult()
/openbmc/u-boot/drivers/net/
H A DMakefile70 obj-$(CONFIG_FSL_MEMAC) += fm/memac_phy.o
/openbmc/openbmc/poky/meta/recipes-graphics/menu-cache/files/
H A D0001-Support-gcc10-compilation.patch26 #include <libfm/fm-extra.h>
/openbmc/qemu/scripts/
H A Ddecodetree.py715 def __init__(self, fm, tm): argument
716 self.fixedmask = fm
/openbmc/openbmc/poky/meta/classes-global/
H A Dstaging.bbclass562 fm = fixme[targetdir]
569 fm.append(l)
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0003-wayland-Add-Wayland-example.patch73 …3P^@JUEKX6Qb'J_���dt� &2Pcu/A1@AUbEWb>OX'9@L^c?NdGXf@PWDX^8P]H]fS\`��Ζ��^fm���]{�fw�}�����e��U^j…
74 …9B0:AFRX@NTFSZDTVBRT8CGFVXBMR2?A=FEMQRBGG:AD9>CCOSP\^forIUWKV\�����̳����y��fm|t|�t��{��lz�\er4K[1F…
76 …gu|gt|cpxanvcpxamvZkqSdkZhpWfn[irZhq]ktXiqWhq[ltZlxYlvaq}`p|^o{ao{_ny^lxem{fm{amxbl{_hv\huZeuR]nL_…
/openbmc/u-boot/
H A DMakefile714 libs-$(CONFIG_FMAN_ENET) += drivers/net/fm/
/openbmc/
Dopengrok1.0.log2130 2026-02-12 03:01:04.523-0600 FINEST t490 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/t2080.c' (573) at 20210308005003432
3024 2026-02-12 03:01:04.590-0600 FINEST t490 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/tgec.c' (1,467) at 20210308005003432
3165 2026-02-12 03:01:04.601-0600 FINEST t490 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/net/fm/ls1043.c' (1,608) at 20210308005003432
[all...]

12