| /openbmc/qemu/hw/net/rocker/ |
| H A D | rocker_of_dpa.c | 381 static void of_dpa_flow_pkt_hdr_reset(OfDpaFlowContext *fc) in of_dpa_flow_pkt_hdr_reset() argument 383 OfDpaFlowPktFields *fields = &fc->fields; in of_dpa_flow_pkt_hdr_reset() 385 fc->iov[0].iov_base = fields->ethhdr; in of_dpa_flow_pkt_hdr_reset() 386 fc->iov[0].iov_len = sizeof(struct eth_header); in of_dpa_flow_pkt_hdr_reset() 387 fc->iov[1].iov_base = fields->vlanhdr; in of_dpa_flow_pkt_hdr_reset() 388 fc->iov[1].iov_len = fields->vlanhdr ? sizeof(struct vlan_header) : 0; in of_dpa_flow_pkt_hdr_reset() 391 static void of_dpa_flow_pkt_parse(OfDpaFlowContext *fc, in of_dpa_flow_pkt_parse() argument 394 OfDpaFlowPktFields *fields = &fc->fields; in of_dpa_flow_pkt_parse() 442 of_dpa_flow_pkt_hdr_reset(fc); in of_dpa_flow_pkt_parse() 444 fc->iov[2].iov_base = fields->h_proto + 1; in of_dpa_flow_pkt_parse() [all …]
|
| /openbmc/u-boot/drivers/power/pmic/ |
| H A D | pmic_max8997.c | 31 unsigned char fc; in pmic_charger_state() local 52 fc = (current - CHARGER_MIN_CURRENT) / CHARGER_CURRENT_RESOLUTION; in pmic_charger_state() 53 fc = fc & 0xf; /* up to 950 mA */ in pmic_charger_state() 55 printf("Enable the charger @ %d [mA]\n", fc * CHARGER_CURRENT_RESOLUTION in pmic_charger_state() 58 val = fc | MBCICHFCSET; in pmic_charger_state()
|
| /openbmc/openpower-hw-diags/test/ |
| H A D | pdbg-test.dts | 1308 compatible = "ibm,power10-fc"; 1312 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/eq-0/fc-0"; 1321 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/eq-0/fc-0/core-0"; 1331 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/eq-0/fc-0/core-1"; 1337 compatible = "ibm,power10-fc"; 1341 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/eq-0/fc-1"; 1350 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/eq-0/fc-1/core-0"; 1360 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/eq-0/fc-1/core-1"; 1386 compatible = "ibm,power10-fc"; 1390 ATTR_PHYS_DEV_PATH = "physical:sys-0/node-0/proc-0/eq-1/fc-0"; [all …]
|
| /openbmc/bmcweb/include/ |
| H A D | human_sort.hpp | 71 auto fc = std::from_chars(&(*l), &(*left.end()), lInt); in alphanumComp() local 72 std::advance(l, std::distance(l, fc.ptr)); in alphanumComp() 76 fc = std::from_chars(&(*r), &(*right.end()), rInt); in alphanumComp() 77 std::advance(r, std::distance(r, fc.ptr)); in alphanumComp()
|
| /openbmc/openbmc/poky/meta/recipes-graphics/fontconfig/ |
| H A D | fontconfig_2.15.0.bb | 37 # duplicate fc-cache for postinstall script 39 ln ${D}${bindir}/fc-cache ${D}${libexecdir}/${MLPREFIX}fc-cache 43 # duplicate fc-cache for postinstall script 45 ln ${D}${bindir}/fc-cache ${D}${libexecdir}/${MLPREFIX}fc-cache
|
| /openbmc/u-boot/board/freescale/t208xqds/ |
| H A D | t2080_spi_rcw.cfg | 8 #00000000 00000000 00000000 000307fc 15 00000000 00000000 00000000 000307fc
|
| H A D | t2080_sd_rcw.cfg | 8 #00000000 00000000 00000000 000307fc 15 00000000 00000000 00000000 000307fc
|
| H A D | t2080_nand_rcw.cfg | 8 #00000000 00000000 00000000 000307fc 15 00000000 00000000 00000000 000307fc
|
| H A D | t2081_sd_rcw.cfg | 7 00000000 00000000 00000000 000307fc
|
| H A D | t2081_spi_rcw.cfg | 7 00000000 00000000 00000000 000307fc
|
| H A D | t2081_nand_rcw.cfg | 7 00000000 00000000 00000000 000307fc
|
| /openbmc/u-boot/board/freescale/t208xrdb/ |
| H A D | t2080_sd_rcw.cfg | 8 #00000000 00000000 00000000 000307fc 18 00800000 00000000 00000000 000307fc
|
| H A D | t2080_nand_rcw.cfg | 8 #00000000 00000000 00000000 000307fc 18 00800000 00000000 00000000 000307fc
|
| H A D | t2080_spi_rcw.cfg | 8 #00000000 00000000 00000000 000307fc 18 00800000 00000000 00000000 000307fc
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | fsl_corenet2_serdes.c | 205 u32 pll_num, pll_status, bc, dc, fc, pll_cr_upd, pll_cr0, pll_cr1; in serdes_init() local 244 fc = (sfp_spfr0 >> FC1_SHIFT) & FC_MASK; in serdes_init() 250 fc = (sfp_spfr0 >> FC2_SHIFT) & FC_MASK; in serdes_init() 256 fc = (sfp_spfr0 >> FC1_SHIFT) & FC_MASK; in serdes_init() 268 ((fc << CR1_FCAP_SHIFT) & FCAP_MASK)); in serdes_init() 300 if (fc_status != fc) in serdes_init()
|
| /openbmc/u-boot/lib/zlib/ |
| H A D | deflate.h | 66 } fc; member 73 #define Freq fc.freq 74 #define Code fc.code
|
| /openbmc/u-boot/board/freescale/t4rdb/ |
| H A D | t4_sd_rcw.cfg | 6 00000000 ee0000ee 00000000 000307fc
|
| /openbmc/u-boot/board/freescale/t4qds/ |
| H A D | t4_sd_rcw.cfg | 6 00000000 ee0000ee 00000000 000307fc
|
| H A D | t4_nand_rcw.cfg | 6 00000000 ee0000ee 00000000 000307fc
|
| /openbmc/u-boot/drivers/video/ |
| H A D | stb_truetype.h | 3093 stbtt_uint8 *fc = font->data; in stbtt_GetFontNameString() local 3095 stbtt_uint32 nm = stbtt__find_table(fc, offset, "name"); in stbtt_GetFontNameString() 3098 count = ttUSHORT(fc+nm+2); in stbtt_GetFontNameString() 3099 stringOffset = nm + ttUSHORT(fc+nm+4); in stbtt_GetFontNameString() 3102 if (platformID == ttUSHORT(fc+loc+0) && encodingID == ttUSHORT(fc+loc+2) in stbtt_GetFontNameString() 3103 && languageID == ttUSHORT(fc+loc+4) && nameID == ttUSHORT(fc+loc+6)) { in stbtt_GetFontNameString() 3104 *length = ttUSHORT(fc+loc+8); in stbtt_GetFontNameString() 3105 return (const char *) (fc+stringOffset+ttUSHORT(fc+loc+10)); in stbtt_GetFontNameString() 3111 static int stbtt__matchpair(stbtt_uint8 *fc, stbtt_uint32 nm, stbtt_uint8 *name, stbtt_int32 nlen, … in stbtt__matchpair() argument 3114 stbtt_int32 count = ttUSHORT(fc+nm+2); in stbtt__matchpair() [all …]
|
| /openbmc/libpldm/tests/data/ |
| H A D | test.hex | 1 12 44 d2 64 8d 7d 47 18 a0 30 fc 8a 56 58 7d 5a
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | fontcache.bbclass | 19 # You can change this to e.g. FC_DEBUG=16 to debug fc-cache issues, 35 ${FONTCONFIG_CACHE_ENV} fc-cache ${FONTCONFIG_CACHE_PARAMS}
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | crypto_helper.c | 276 const uint8_t fc = env->regs[0] & 0x7fULL; in HELPER() local 294 if (!test_be_bit(fc, subfunc)) { in HELPER() 298 switch (fc) { in HELPER()
|
| /openbmc/qemu/hw/audio/ |
| H A D | fmopl.h | 51 uint32_t fc; /* Freq. Increment base */ member
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/ |
| H A D | 0001-Add-a-color-setting-for-mips64_n32-binaries.patch | 17 @@ -716,6 +716,7 @@ static int rpmfcHelper(rpmfc fc, int *fnx, int nfn, const char *proto,
|