HomeSort by: relevance | last modified time | path
    Searched defs:mpc (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl2/mkhybrid/dist/
mac_label.c 40 int mpc = 0; local
105 mpm[mpc].size = ROUND_UP(mac_boot->size)/SECTOR_SIZE;
107 mpm[mpc].ntype = PM2;
108 mpm[mpc].type = mac_part->pmPartType;
109 mpm[mpc].start = mac_boot->extent = last_extent;
110 mpm[mpc].name = 0;
116 last_extent += mpm[mpc].size;
117 hfs_extra += mpm[mpc].size;
119 mpc++;
123 mpm[mpc].ntype = PM4
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
mpc.h 1 /* $NetBSD: mpc.h,v 1.2 2021/12/18 23:45:05 riastradh Exp $ */
102 * This struct is used as a node in an MPC tree.
113 * MPC tree represents all MPCC connections for a pipe.
116 int opp_id; /* The OPP instance that owns this MPC tree */
117 struct mpcc *opp_list; /* The top MPCC layer of the MPC tree that outputs to OPP endpoint */
120 struct mpc { struct
143 struct mpc *mpc,
148 * Insert DPP into MPC tree based on specified blending position.
152 * [in/out] mpc - MPC context
    [all...]
  /src/external/bsd/tcpdump/dist/
print-mptcp.c 198 const struct mp_capable *mpc = (const struct mp_capable *) opt; local
206 version = MP_CAPABLE_OPT_VERSION(GET_U_1(mpc->sub_ver));
217 if (GET_U_1(mpc->flags) & MP_CAPABLE_C)
220 ND_PRINT(" {0x%" PRIx64, GET_BE_U_8(mpc->sender_key));
222 ND_PRINT(",0x%" PRIx64, GET_BE_U_8(mpc->receiver_key));
  /src/external/lgpl3/mpc/dist/tests/
mpc-tests.h 0 /* mpc-tests.h -- Tests helper functions.
5 This file is part of GNU MPC.
7 GNU MPC is free software; you can redistribute it and/or modify it under
12 GNU MPC is distributed in the hope that it will be useful, but WITHOUT ANY
29 #include "mpc-impl.h"
31 /* pieces copied from mpc-impl.h */
41 fprintf (stderr, "%s:%d: MPC assertion failed: %s\n", \
57 /* end pieces copied from mpc-impl.h */
183 MPC, /* mpc_t */
197 /* special value to indicate that an error occurred in an mpc function *
207 mpc_t mpc; \/* skip space *\/ member in struct:__anon23588
256 mpc_t mpc; member in union:__anon23590
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hwseq.c 49 #include "mpc.h"
83 * Ordinary MPC/OTG locks suppress VUPDATE which doesn't help with immediate,
718 struct mpc *mpc = dc->res_pool->mpc; local
722 if (mpc->funcs->power_on_mpc_mem_pwr)
723 mpc->funcs->power_on_mpc_mem_pwr(mpc, mpcc_id, true);
726 if (mpc->funcs->set_output_csc != NULL)
727 mpc->funcs->set_output_csc(mpc
744 struct mpc *mpc = pipe_ctx->stream_res.opp->ctx->dc->res_pool->mpc; local
2146 struct mpc *mpc = dc->res_pool->mpc; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hw_sequencer.c 48 #include "mpc.h"
334 pool->mpc->funcs->read_mpcc_state(pool->mpc, i, &s);
1035 struct mpc *mpc = dc->res_pool->mpc; local
1041 mpcc_to_remove = mpc->funcs->get_mpcc_for_dpp(mpc_tree_params, dpp_id);
1047 mpc->funcs->remove_mpcc(mpc, mpc_tree_params, mpcc_to_remove);
1175 /* Cannot reset the MPC mux if seamless boot *
2144 struct mpc *mpc = dc->res_pool->mpc; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
core_types.h 39 #include "mpc.h"
170 struct mpc *mpc; member in struct:resource_pool
  /src/sys/dev/pci/
if_wm.c 6641 uint64_t crcerrs, algnerrc, symerrc, mpc, colc, sec, rlec, rxerrc, local
6647 mpc = CSR_READ(sc, WMREG_MPC);
6654 WM_EVCNT_ADD(&sc->sc_ev_mpc, mpc);
6836 if_statadd_ref(ifp, nsr, if_iqdrops, mpc + total_qdrop);
  /src/sys/dev/pci/ixgbe/
ixgbe_type.h 3925 struct evcnt mpc[IXGBE_TC_COUNTER_NUM]; member in struct:ixgbe_hw_stats

Completed in 60 milliseconds