Home
last modified time | relevance | path

Searched refs:M (Results 1 – 25 of 1316) sorted by relevance

12345678910>>...53

/linux/arch/mips/mm/
H A Duasm-mips.c32 #define M(a, b, c, d, e, f) \ macro
51 [insn_addiu] = {M(addiu_op, 0, 0, 0, 0, 0), RS | RT | SIMM},
52 [insn_addu] = {M(spec_op, 0, 0, 0, 0, addu_op), RS | RT | RD},
53 [insn_and] = {M(spec_op, 0, 0, 0, 0, and_op), RS | RT | RD},
54 [insn_andi] = {M(andi_op, 0, 0, 0, 0, 0), RS | RT | UIMM},
55 [insn_bbit0] = {M(lwc2_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
56 [insn_bbit1] = {M(swc2_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
57 [insn_beq] = {M(beq_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
58 [insn_beql] = {M(beql_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
59 [insn_bgez] = {M(bcond_o
[all...]
H A Duasm-micromips.c32 #define M(a, b, c, d, e, f) \ macro
43 [insn_addu] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_addu32_op), RT | RS | RD},
44 [insn_addiu] = {M(mm_addiu32_op, 0, 0, 0, 0, 0), RT | RS | SIMM},
45 [insn_and] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_and_op), RT | RS | RD},
46 [insn_andi] = {M(mm_andi32_op, 0, 0, 0, 0, 0), RT | RS | UIMM},
47 [insn_beq] = {M(mm_beq32_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
49 [insn_bgez] = {M(mm_pool32i_op, mm_bgez_op, 0, 0, 0, 0), RS | BIMM},
51 [insn_bltz] = {M(mm_pool32i_op, mm_bltz_op, 0, 0, 0, 0), RS | BIMM},
53 [insn_bne] = {M(mm_bne32_op, 0, 0, 0, 0, 0), RT | RS | BIMM},
54 [insn_cache] = {M(mm_pool32b_o
[all...]
/linux/tools/perf/tests/
H A Dkmod-path.c47 #define M(path, c, e) \ macro
57 M("/xxxx/xxxx/x-x.ko", PERF_RECORD_MISC_CPUMODE_UNKNOWN, true); in test__kmod_path__parse()
58 M("/xxxx/xxxx/x-x.ko", PERF_RECORD_MISC_KERNEL, true); in test__kmod_path__parse()
59 M("/xxxx/xxxx/x-x.ko", PERF_RECORD_MISC_USER, false); in test__kmod_path__parse()
67 M("/xxxx/xxxx/x.ko.gz", PERF_RECORD_MISC_CPUMODE_UNKNOWN, true); in test__kmod_path__parse()
68 M("/xxxx/xxxx/x.ko.gz", PERF_RECORD_MISC_KERNEL, true); in test__kmod_path__parse()
69 M("/xxxx/xxxx/x.ko.gz", PERF_RECORD_MISC_USER, false); in test__kmod_path__parse()
76 M("/xxxx/xxxx/x.gz", PERF_RECORD_MISC_CPUMODE_UNKNOWN, false); in test__kmod_path__parse()
77 M("/xxxx/xxxx/x.gz", PERF_RECORD_MISC_KERNEL, false); in test__kmod_path__parse()
78 M("/xxx in test__kmod_path__parse()
[all...]
/linux/include/linux/
H A Dpoll.h123 #define M(X) __MAP(v, (__force __u16)EPOLL##X, POLL##X) in mangle_poll() macro
124 return M(IN) | M(OUT) | M(PRI) | M(ERR) | M(NVAL) | in mangle_poll()
125 M(RDNORM) | M(RDBAND) | M(WRNORM) | M(WRBAN in mangle_poll()
132 #define M(X) (__force __poll_t)__MA demangle_poll() macro
[all...]
/linux/drivers/gpu/drm/kmb/
H A Dkmb_regs.h400 #define HS_OFFSET(M) (((M) + 1) * 0x400) argument
403 #define MIPI_TXm_HS_CTRL(M) (MIPI_TX_HS_CTRL + HS_OFFSET(M)) argument
417 #define MIPI_TXm_HS_SYNC_CFG(M) (MIPI_TX_HS_SYNC_CFG \ argument
418 + HS_OFFSET(M))
435 #define MIPI_TXm_HS_FGn_SECTo_PH(M, N, O) (MIPI_TX0_HS_FG0_SECT0_PH + \ argument
436 HS_OFFSET(M) + (0x2C * (N)) \
448 #define MIPI_TXm_HS_FGn_SECT_UNPACKED_BYTES0(M, N) \ argument
450 + HS_OFFSET(M)
452 MIPI_TXm_HS_FGn_SECTo_LINE_CFG(M,N,O) global() argument
457 MIPI_TXm_HS_FGn_NUM_LINES(M,N) global() argument
461 MIPI_TXm_HS_VSYNC_WIDTHn(M,N) global() argument
465 MIPI_TXm_HS_V_BACKPORCHESn(M,N) global() argument
469 MIPI_TXm_HS_V_FRONTPORCHESn(M,N) global() argument
473 MIPI_TXm_HS_V_ACTIVEn(M,N) global() argument
477 MIPI_TXm_HS_HSYNC_WIDTHn(M,N) global() argument
481 MIPI_TXm_HS_H_BACKPORCHn(M,N) global() argument
485 MIPI_TXm_HS_H_FRONTPORCHn(M,N) global() argument
489 MIPI_TXm_HS_H_ACTIVEn(M,N) global() argument
493 MIPI_TXm_HS_LLP_HSYNC_WIDTHn(M,N) global() argument
497 MIPI_TXm_HS_LLP_H_BACKPORCHn(M,N) global() argument
501 MIPI_TXm_HS_LLP_H_FRONTPORCHn(M,N) global() argument
506 MIPI_TXm_HS_MC_FIFO_CTRL_EN(M) global() argument
511 MIPI_TXm_HS_MC_FIFO_CHAN_ALLOCn(M,N) global() argument
520 MIPI_TXm_HS_MC_FIFO_RTHRESHOLDn(M,N) global() argument
545 SET_MIPI_CTRL_IRQ_ENABLE0(dev,M,N) global() argument
554 SET_MIPI_CTRL_IRQ_CLEAR0(dev,M,N) global() argument
557 SET_MIPI_CTRL_IRQ_CLEAR1(dev,M,N) global() argument
561 MIPI_TX_HS_IRQ_STATUSm(M) global() argument
563 GET_MIPI_TX_HS_IRQ_STATUS(dev,M) global() argument
618 GET_HS_IRQ_ENABLE(dev,M) global() argument
625 MIPI_TXm_HS_TEST_PAT_CTRL(M) global() argument
627 TP_EN_VCm(M) global() argument
628 TP_SEL_VCm(M,N) global() argument
630 TP_STRIPE_WIDTH(M) global() argument
632 MIPI_TXm_HS_TEST_PAT_COLOR0(M) global() argument
635 MIPI_TXm_HS_TEST_PAT_COLOR1(M) global() argument
[all...]
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-generic.rst30 Each cell is one byte. "M" denotes a byte of metadata.
40 - M\ :sub:`00`
41 - M\ :sub:`10`
42 - M\ :sub:`20`
43 - M\ :sub:`30`
45 - M\ :sub:`01`
46 - M\ :sub:`11`
47 - M\ :sub:`21`
48 - M\ :sub:`31`
72 Each cell is one byte. "M" denote
[all...]
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h143 M(READY, 0x001, ready, msg_req, ready_msg_rsp) \
144 M(ATTACH_RESOURCES, 0x002, attach_resources, rsrc_attach, msg_rsp) \
145 M(DETACH_RESOURCES, 0x003, detach_resources, rsrc_detach, msg_rsp) \
146 M(FREE_RSRC_CNT, 0x004, free_rsrc_cnt, msg_req, free_rsrcs_rsp) \
147 M(MSIX_OFFSET, 0x005, msix_offset, msg_req, msix_offset_rsp) \
148 M(VF_FLR, 0x006, vf_flr, msg_req, msg_rsp) \
149 M(PTP_OP, 0x007, ptp_op, ptp_req, ptp_rsp) \
150 M(GET_HW_CAP, 0x008, get_hw_cap, msg_req, get_hw_cap_rsp) \
151 M(NDC_SYNC_OP, 0x009, ndc_sync_op, ndc_sync_op, msg_rsp) \
152 M(LMTST_TBL_SETU
404 #define M(_name, _id, _1, _2, _3) MBOX_MS global() macro
[all...]
/linux/
H A DMAINTAINERS7 M: *Mail* patches to: FullName <address@domain>
71 M: Steffen Klassert <klassert@kernel.org>
78 M: David Dillow <dave@thedillows.org>
84 M: Adam Radford <aradford@gmail.com>
91 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
97 M: Alexander Aring <alex.aring@gmail.com>
106 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
112 M: Johannes Berg <johannes@sipsolutions.net>
132 M: Heiner Kallweit <hkallweit1@gmail.com>
133 M: nic_swsd@realtek.com
[all …]
/linux/drivers/pinctrl/sunxi/
H A Dpinctrl-sun9i-a80-r.c72 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 0),
76 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 1),
80 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 2),
84 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 3),
88 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 4),
95 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 8),
100 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 9),
105 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 10),
110 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 11),
115 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 1
[all...]
H A Dpinctrl-sun6i-a31-r.c66 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 0),
70 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 1),
74 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 2),
79 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 3),
83 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 4),
87 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 5),
91 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 6),
95 SUNXI_PIN(SUNXI_PINCTRL_PIN(M, 7),
/linux/tools/testing/selftests/ublk/
H A Dtest_stress_04.sh27 _create_backfile 0 256M
28 _create_backfile 1 128M
29 _create_backfile 2 128M
32 ublk_io_and_kill_daemon 256M -t loop -q 4 -z "${UBLK_BACKFILES[0]}" &
33 ublk_io_and_kill_daemon 256M -t stripe -q 4 -z "${UBLK_BACKFILES[1]}" "${UBLK_BACKFILES[2]}" &
37 ublk_io_and_kill_daemon 256M -t loop -q 4 --auto_zc "${UBLK_BACKFILES[0]}" &
38 ublk_io_and_kill_daemon 256M -t stripe -q 4 --auto_zc "${UBLK_BACKFILES[1]}" "${UBLK_BACKFILES[2]}" &
44 ublk_io_and_kill_daemon 256M -t loop -q 4 --nthreads 8 --per_io_tasks "${UBLK_BACKFILES[0]}" &
45 ublk_io_and_kill_daemon 256M -t stripe -q 4 --nthreads 8 --per_io_tasks "${UBLK_BACKFILES[1]}" "${UBLK_BACKFILES[2]}" &
H A Dtest_stress_03.sh28 _create_backfile 0 256M
29 _create_backfile 1 128M
30 _create_backfile 2 128M
33 ublk_io_and_remove 256M -t loop -q 4 -z "${UBLK_BACKFILES[0]}" &
34 ublk_io_and_remove 256M -t stripe -q 4 -z "${UBLK_BACKFILES[1]}" "${UBLK_BACKFILES[2]}" &
39 ublk_io_and_remove 256M -t loop -q 4 --auto_zc "${UBLK_BACKFILES[0]}" &
40 ublk_io_and_remove 256M -t stripe -q 4 --auto_zc "${UBLK_BACKFILES[1]}" "${UBLK_BACKFILES[2]}" &
47 ublk_io_and_remove 256M -t loop -q 4 --auto_zc --nthreads 8 --per_io_tasks "${UBLK_BACKFILES[0]}" &
48 ublk_io_and_remove 256M -t stripe -q 4 --auto_zc --nthreads 8 --per_io_tasks "${UBLK_BACKFILES[1]}" "${UBLK_BACKFILES[2]}" &
/linux/arch/m68k/fpsp040/
H A Dstwotox.S31 | N = 64(M + M') + j, j = 0,1,2,...,63.
34 | 2**X = 2**(M') * 2**(M) * 2**(j/64) * exp(r).
44 | N = 64(M + M') + j, j = 0,1,2,...,63.
50 | 10**X = 2**(M') * 2**(M) * 2**(j/64) * exp(r).
57 | Fact1 := 2**(M) * Fact1
58 | Fact2 := 2**(M) * Fact
[all...]
/linux/Documentation/gpu/amdgpu/
H A Ddgpu-asic-info-table.csv2 AMD Radeon (TM) HD 8500M/ 8600M /M200 /M320 /M330 /M335 Series, HAINAN, --, 6, --, --
4 AMD Radeon R7 (TM|HD) M265 /M370 /8500M /8600 /8700 /8700M, OLAND, DCE 6, 6, VCE 1 / UVD 3, --
6 AMD Radeon (TM|R7|R9|HD) E8860 /M360 /7700 /7800 /8800 /9000(M) /W4100 Series, VERDE, DCE 6, 6, VCE 1 / UVD 3, --
20 AMD Radeon (RX|Pro) 5600(M|XT) /5700 (M|XT|XTB) /W5700, NAVI10, DCN 2.0.0, 10.1.10, VCN 2.0.0, 5.0.0
21 AMD Radeon (Pro) 5300 /5500XTB/5500(XT|M) /W5500M /W5500, NAVI14, DCN 2.0.0, 10.1.1, VCN 2.0.2, 5.0.2
23 AMD Radeon RX 6700 XT / 6800M / 6700M, NAVY_FLOUNDE
[all...]
/linux/Documentation/arch/arm/nwfpe/
H A Dnetwinder-fpe.rst14 {P|M|Z} = {round to +infinity,round to -infinity,round to zero},
51 FLT{cond}<S,D,E>{P,M,Z} Fn, Rd Convert integer to floating point
52 FIX{cond}{P,M,Z} Rd, Fn Convert floating point to integer
80 ADF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - add
81 SUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - subtract
82 RSF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse subtract
83 MUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - multiply
84 DVF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - divide
85 RDV{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse divide
89 FML{cond}<S|D|E>{P,M,
[all...]
/linux/drivers/staging/sm750fb/
H A Dddk750_chip.c37 unsigned int M, N, OD, POD; in get_mxclk_freq() local
43 M = (pll_reg & PLL_CTRL_M_MASK) >> PLL_CTRL_M_SHIFT; in get_mxclk_freq()
48 return DEFAULT_INPUT_CLOCK * M / N / BIT(OD) / BIT(POD); in get_mxclk_freq()
300 * when it doing the calculation of the best N,M,D combination
304 * Request Clock = (Input Clock * M )/(N * X)
309 * M = {1,...,255}
317 * N located in 2,15 and M located in 1,255 in sm750_calc_pll_value()
319 int N, M, X, d; in sm750_calc_pll_value() local
330 * programmable PLL and M/N values to work on. in sm750_calc_pll_value()
360 M in sm750_calc_pll_value()
391 unsigned int M = p_PLL->M; sm750_format_pll_reg() local
[all...]
/linux/Documentation/translations/zh_CN/kbuild/
H A Dkconfig.rst114 [1] N:M N+M : 100-(N+M) N : M : 100-(N+M)
115 [2] N:M:L N : 100-N M : L : 100-(M+L)
118 其中 N、M 和 L 是范围在 [0,100] 内的整数(以十进制表示),并且需满足:
120 [1] N+M 的范围
[all...]
/linux/Documentation/translations/zh_CN/arch/arm64/
H A Dhugetlbpage.rst42 4K: 64K 2M 32M 1G
43 16K: 2M 32M 1G
44 64K: 2M 512M 16G
/linux/sound/pci/
H A DKconfig21 To compile this as a module, choose M here: the module
31 Say 'Y' or 'M' to include support for Avance Logic ALS300/ALS300+
33 To compile this driver as a module, choose M here: the module
48 To compile this driver as a module, choose M here: the module
62 To compile this driver as a module, choose M here: the module
74 To compile this driver as a module, choose M here: the module
85 To compile this driver as a module, choose M here: the module
95 To compile this driver as a module, choose M here: the module
110 To compile this driver as a module, choose M here: the module
124 To compile this driver as a module, choose M her
[all...]
/linux/drivers/media/usb/gspca/
H A DKconfig13 This driver uses the Video For Linux API. You must say Y or M to
16 To compile this driver as modules, choose M here: the
27 To compile this driver as a module, choose M here: the
36 To compile this driver as a module, choose M here: the
47 To compile this driver as a module, choose M here: the
57 To compile this driver as a module, choose M here: the
66 To compile this driver as a module, choose M here: the
75 To compile this driver as a module, choose M here: the
84 To compile this driver as a module, choose M here: the
94 To compile this driver as a module, choose M her
[all...]
/linux/Documentation/translations/zh_TW/arch/arm64/
H A Dhugetlbpage.rst45 4K: 64K 2M 32M 1G
46 16K: 2M 32M 1G
47 64K: 2M 512M 16G
/linux/arch/mips/include/asm/
H A Dmips-r2-to-r6-emul.h46 #define MIPS_R2_STATS(M) \ argument
52 __this_cpu_inc(mipsr2emustats.M); \
56 __this_cpu_inc(mipsr2bdemustats.M); \
61 #define MIPS_R2BR_STATS(M) \ argument
64 __this_cpu_inc(mipsr2bremustats.M); \
70 #define MIPS_R2_STATS(M) do { } while (0) argument
71 #define MIPS_R2BR_STATS(M) do { } while (0) argument
/linux/sound/soc/meson/
H A DKconfig12 Select Y or M to add support for the Audio output subsystem found
25 Select Y or M to add support for the frontend playback interfaces
32 Select Y or M to add support for the frontend capture interfaces
49 Select Y or M to add support for TDM input formatter embedded
57 Select Y or M to add support for TDM output formatter embedded
74 Select Y or M to add support for the AXG SoC sound card
82 Select Y or M to add support for SPDIF output serializer embedded
89 Select Y or M to add support for SPDIF input embedded
97 Select Y or M to add support for PDM input embedded
112 Select Y or M t
[all...]
/linux/drivers/input/misc/
H A DKconfig23 To compile this driver as a module, choose M here: the module
33 To compile this driver as a module, choose M here: the module
50 To compile this driver as a module, choose M here: the module
60 To compile this driver as a module, choose M here: the
70 To compile this driver as a module, choose M here: the
80 To compile this driver as a module, choose M here: the
91 To compile this driver as a module, choose M here: the module
101 To compile this driver as a module, choose M here: the
112 To compile this driver as a module, choose M here: the
126 To compile this driver as a module, choose M her
[all...]
/linux/drivers/staging/greybus/Documentation/
H A Dsysfs-bus-greybus16 What: /sys/bus/greybus/devices/N-M
21 A Module M on the bus N, where M is the 1-byte interface
24 What: /sys/bus/greybus/devices/N-M/eject
32 What: /sys/bus/greybus/devices/N-M/module_id
40 What: /sys/bus/greybus/devices/N-M/num_interfaces
47 What: /sys/bus/greybus/devices/N-M.I
52 An Interface I on the bus N and module N-M, where I is the
55 What: /sys/bus/greybus/devices/N-M.I/current_now
62 What: /sys/bus/greybus/devices/N-M
[all...]

12345678910>>...53