Home
last modified time | relevance | path

Searched defs:M (Results 76 – 100 of 106) sorted by relevance

12345

/openbmc/qemu/disas/
H A Dm68k.c866 #define M(n0,n1,n2,n3,n4,n5,n6,n70,n71,n72,n73,n74) \ in m68k_valid_ea() macro
/openbmc/linux/drivers/video/fbdev/i810/
H A Di810.h212 u32 pixclock, M, N, P; member
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c1901 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ macro
H A Dotx2_pf.c898 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in otx2_process_mbox_msg_up() macro
/openbmc/qemu/target/arm/
H A Dcpu.h103 #define offsetoflow32(S, M) (offsetof(S, M) + sizeof(uint32_t)) argument
104 #define offsetofhigh32(S, M) offsetof(S, M) argument
106 #define offsetoflow32(S, M) offsetof(S, M) argument
107 #define offsetofhigh32(S, M) (offsetof(S, M) + sizeof(uint32_t)) argument
/openbmc/qemu/linux-user/
H A Dstrace.c54 #define FLAG_BASIC(V, M, N) { V, M | QEMU_BUILD_BUG_ON_ZERO(!(M)), N } argument
57 #define FLAG_GENERIC_MASK(V, M) FLAG_BASIC(V, M, #V) argument
60 #define FLAG_TARGET_MASK(V, M) FLAG_BASIC(TARGET_##V, TARGET_##M, #V) argument
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgk104.c982 gk104_calc_pll_output(int fN, int M, int N, int P, int clk) in gk104_calc_pll_output()
/openbmc/linux/drivers/video/fbdev/
H A Dstifb.c388 #define IBOvals(R,M,X,S,D,L,B,F) \ argument
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_cgx.c24 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ macro
H A Drvu.c2076 #define M(_name, _id, _fn_name, _req_type, _rsp_type) \ in rvu_process_mbox_msg() macro
H A Drvu.h800 #define M(_name, _id, fn_name, req, rsp) \ macro
/openbmc/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-4-7.c341 #define CALC_WORD(width, M, N) (((width) * (M) + (N) - 1) / (N)) argument
H A Dcamss-vfe-4-8.c314 #define CALC_WORD(width, M, N) (((width) * (M) + (N) - 1) / (N)) argument
/openbmc/linux/drivers/media/dvb-frontends/
H A Dstv0367.c1752 u32 M, N, P; in stv0367cab_get_mclk() local
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h713 #define MASK(D,M) (0x00040000 | (((M ^ 0xff) & 0xff) << 8ul)|((D) & 0xff)) argument
/openbmc/linux/drivers/video/fbdev/aty/
H A Datyfb_base.c3069 unsigned int N, P, Q, M, T, R; in atyfb_setup_sparc() local
H A Daty128fb.c952 u32 Nx, M; in aty128_timings() local
/openbmc/linux/arch/sparc/kernel/
H A Dtraps_64.c1098 #define M 147 macro
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dui-bootstrap-tpls-0.11.0.js8 …i.bootstrap.accordion","ui.bootstrap.alert","ui.bootstrap.bindHtml","ui.bootstrap.buttons","ui.boo… function
H A Dui-bootstrap-tpls-0.11.0.min.js8 …i.bootstrap.accordion","ui.bootstrap.alert","ui.bootstrap.bindHtml","ui.bootstrap.buttons","ui.boo… function
/openbmc/linux/drivers/iio/adc/
H A Dat91-sama5d2_adc.c150 #define AT91_SAMA5D2_EMR_OSR(V, M) (((V) << 16) & (M)) argument
/openbmc/linux/drivers/scsi/
H A Dncr53c8xx.h1230 #define MASK(D,M) (0x00040000 | (((M ^ 0xff) & 0xff) << 8ul)|((D) & 0xff)) argument
/openbmc/linux/drivers/edac/
H A Dsb_edac.c432 #define PCI_ID_TABLE_ENTRY(A, N, M, T) { \ argument
/openbmc/linux/sound/pci/riptide/
H A Driptide.c1027 u32 D, M, N; in setsamplerate() local
/openbmc/qemu/fpu/
H A Dsoftfloat.c859 #define parts_float_to_uint(P, R, Z, M, S) \ argument
869 #define parts_float_to_sint_modulo(P, R, M, S) \ argument

12345