Home
last modified time | relevance | path

Searched +full:8 +full:m (Results 1 – 25 of 1391) sorted by relevance

12345678910>>...56

/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dmetafmt-generic.rst17 .. _v4l2-meta-fmt-generic-8:
22 The V4L2_META_FMT_GENERIC_8 format is a plain 8-bit metadata format. This format
23 is used on CSI-2 for 8 bits per :term:`Data Unit`.
30 Each cell is one byte. "M" denotes a byte of metadata.
37 :widths: 12 8 8 8 8
40 - M\ :sub:`00`
41 - M\ :sub:`10`
42 - M\ :sub:`20`
43 - M\ :sub:`30`
45 - M\ :sub:`01`
[all …]
/linux-6.12.1/include/linux/isdn/
Dcapiutil.h18 #define CAPIMSG_BASELEN 8
19 #define CAPIMSG_U8(m, off) (m[off]) argument
20 #define CAPIMSG_U16(m, off) (m[off]|(m[(off)+1]<<8)) argument
21 #define CAPIMSG_U32(m, off) (m[off]|(m[(off)+1]<<8)|(m[(off)+2]<<16)|(m[(off)+3]<<24)) argument
22 #define CAPIMSG_LEN(m) CAPIMSG_U16(m,0) argument
23 #define CAPIMSG_APPID(m) CAPIMSG_U16(m,2) argument
24 #define CAPIMSG_COMMAND(m) CAPIMSG_U8(m,4) argument
25 #define CAPIMSG_SUBCOMMAND(m) CAPIMSG_U8(m,5) argument
26 #define CAPIMSG_CMD(m) (((m[4])<<8)|(m[5])) argument
27 #define CAPIMSG_MSGID(m) CAPIMSG_U16(m,6) argument
[all …]
/linux-6.12.1/drivers/staging/rtl8723bs/hal/
DHalHWImg8723B_RF.c27 pDM_Odm->SupportInterface << 8 | in CheckPositive()
32 pDM_Odm->TypeGPA << 8 | in CheckPositive()
277 7, 7, 7, 8, 8, 9, 9, 10, 10, 11, 12, 13, 14, 15
280 0, 0, 1, 2, 2, 3, 3, 4, 5, 5, 6, 6, 7, 7, 8, 8,
285 7, 7, 7, 8, 8, 9, 9, 10, 10, 11, 12, 13, 14, 15
288 0, 0, 1, 2, 2, 3, 3, 4, 5, 5, 6, 6, 7, 7, 8, 8,
292 0, 0, 1, 2, 2, 3, 3, 4, 4, 5, 6, 6, 7, 7, 7, 8,
293 8, 8, 9, 9, 9, 10, 10, 11, 11, 12, 12, 13, 14, 15
297 8, 8, 9, 9, 9, 10, 10, 11, 11, 12, 12, 13, 14, 15
300 0, 0, 1, 2, 2, 3, 3, 4, 4, 5, 6, 6, 7, 7, 7, 8,
[all …]
/linux-6.12.1/net/can/
Dproc.c68 static const char rx_list_name[][8] = {
183 static void can_print_rcvlist(struct seq_file *m, struct hlist_head *rx_list, in can_print_rcvlist() argument
190 " %-5s %08x %08x %pK %pK %8ld %s\n" : in can_print_rcvlist()
191 " %-5s %03x %08x %pK %pK %8ld %s\n"; in can_print_rcvlist()
193 seq_printf(m, fmt, DNAME(dev), r->can_id, r->mask, in can_print_rcvlist()
198 static void can_print_recv_banner(struct seq_file *m) in can_print_recv_banner() argument
205 …seq_puts(m, " device can_id can_mask function userdata matches ident\n"); in can_print_recv_banner()
207 seq_puts(m, " device can_id can_mask function userdata matches ident\n"); in can_print_recv_banner()
210 static int can_stats_proc_show(struct seq_file *m, void *v) in can_stats_proc_show() argument
212 struct net *net = m->private; in can_stats_proc_show()
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_mqd_manager_vi.c51 struct vi_mqd *m; in update_cu_mask() local
60 m = get_mqd(mqd); in update_cu_mask()
61 m->compute_static_thread_mgmt_se0 = se_mask[0]; in update_cu_mask()
62 m->compute_static_thread_mgmt_se1 = se_mask[1]; in update_cu_mask()
63 m->compute_static_thread_mgmt_se2 = se_mask[2]; in update_cu_mask()
64 m->compute_static_thread_mgmt_se3 = se_mask[3]; in update_cu_mask()
67 m->compute_static_thread_mgmt_se0, in update_cu_mask()
68 m->compute_static_thread_mgmt_se1, in update_cu_mask()
69 m->compute_static_thread_mgmt_se2, in update_cu_mask()
70 m->compute_static_thread_mgmt_se3); in update_cu_mask()
[all …]
Dkfd_mqd_manager_v12.c47 struct v12_compute_mqd *m; in update_cu_mask() local
56 m = get_mqd(mqd); in update_cu_mask()
57 m->compute_static_thread_mgmt_se0 = se_mask[0]; in update_cu_mask()
58 m->compute_static_thread_mgmt_se1 = se_mask[1]; in update_cu_mask()
59 m->compute_static_thread_mgmt_se2 = se_mask[2]; in update_cu_mask()
60 m->compute_static_thread_mgmt_se3 = se_mask[3]; in update_cu_mask()
61 m->compute_static_thread_mgmt_se4 = se_mask[4]; in update_cu_mask()
62 m->compute_static_thread_mgmt_se5 = se_mask[5]; in update_cu_mask()
63 m->compute_static_thread_mgmt_se6 = se_mask[6]; in update_cu_mask()
64 m->compute_static_thread_mgmt_se7 = se_mask[7]; in update_cu_mask()
[all …]
Dkfd_mqd_manager_v10.c48 struct v10_compute_mqd *m; in update_cu_mask() local
57 m = get_mqd(mqd); in update_cu_mask()
58 m->compute_static_thread_mgmt_se0 = se_mask[0]; in update_cu_mask()
59 m->compute_static_thread_mgmt_se1 = se_mask[1]; in update_cu_mask()
60 m->compute_static_thread_mgmt_se2 = se_mask[2]; in update_cu_mask()
61 m->compute_static_thread_mgmt_se3 = se_mask[3]; in update_cu_mask()
64 m->compute_static_thread_mgmt_se0, in update_cu_mask()
65 m->compute_static_thread_mgmt_se1, in update_cu_mask()
66 m->compute_static_thread_mgmt_se2, in update_cu_mask()
67 m->compute_static_thread_mgmt_se3); in update_cu_mask()
[all …]
Dkfd_mqd_manager_v11.c47 struct v11_compute_mqd *m; in update_cu_mask() local
55 m = get_mqd(mqd); in update_cu_mask()
61 m->compute_static_thread_mgmt_se0 = wa_mask; in update_cu_mask()
62 m->compute_static_thread_mgmt_se1 = wa_mask; in update_cu_mask()
63 m->compute_static_thread_mgmt_se2 = wa_mask; in update_cu_mask()
64 m->compute_static_thread_mgmt_se3 = wa_mask; in update_cu_mask()
65 m->compute_static_thread_mgmt_se4 = wa_mask; in update_cu_mask()
66 m->compute_static_thread_mgmt_se5 = wa_mask; in update_cu_mask()
67 m->compute_static_thread_mgmt_se6 = wa_mask; in update_cu_mask()
68 m->compute_static_thread_mgmt_se7 = wa_mask; in update_cu_mask()
[all …]
Dkfd_mqd_manager_cik.c48 struct cik_mqd *m; in update_cu_mask() local
57 m = get_mqd(mqd); in update_cu_mask()
58 m->compute_static_thread_mgmt_se0 = se_mask[0]; in update_cu_mask()
59 m->compute_static_thread_mgmt_se1 = se_mask[1]; in update_cu_mask()
60 m->compute_static_thread_mgmt_se2 = se_mask[2]; in update_cu_mask()
61 m->compute_static_thread_mgmt_se3 = se_mask[3]; in update_cu_mask()
64 m->compute_static_thread_mgmt_se0, in update_cu_mask()
65 m->compute_static_thread_mgmt_se1, in update_cu_mask()
66 m->compute_static_thread_mgmt_se2, in update_cu_mask()
67 m->compute_static_thread_mgmt_se3); in update_cu_mask()
[all …]
/linux-6.12.1/drivers/media/platform/ti/cal/
Dcal_regs.h43 #define CAL_HL_IRQSTATUS_RAW(m) (0x20U + (m) * 0x10U) argument
44 #define CAL_HL_IRQSTATUS(m) (0x24U + (m) * 0x10U) argument
45 #define CAL_HL_IRQENABLE_SET(m) (0x28U + (m) * 0x10U) argument
46 #define CAL_HL_IRQENABLE_CLR(m) (0x2cU + (m) * 0x10U) argument
47 #define CAL_PIX_PROC(m) (0xc0U + (m) * 0x4U) argument
63 #define CAL_WR_DMA_CTRL(m) (0x200U + (m) * 0x10U) argument
64 #define CAL_WR_DMA_ADDR(m) (0x204U + (m) * 0x10U) argument
65 #define CAL_WR_DMA_OFST(m) (0x208U + (m) * 0x10U) argument
66 #define CAL_WR_DMA_XSIZE(m) (0x20cU + (m) * 0x10U) argument
67 #define CAL_CSI2_PPI_CTRL(m) (0x300U + (m) * 0x80U) argument
[all …]
/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/
Dmsm_media_info.h20 * YUV 4:2:0 image with a plane of 8 bit Y samples followed
21 * by an interleaved U/V plane containing 8 bit 2x2 subsampled
53 * + max(Extradata, Y_Stride * 8), 4096)
58 * YUV 4:2:0 image with a plane of 8 bit Y samples followed
59 * by an interleaved V/U plane containing 8 bit 2x2 subsampled
91 * + max(Extradata, Y_Stride * 8), 4096)
97 * with a plane of 8 bit Y samples followed
98 * by an interleaved U/V plane containing 8 bit 2x2 subsampled
170 * Y_UBWC_Plane data to produce loss-less uncompressed 8 bit Y samples.
176 * UV_UBWC_Plane data to produce loss-less uncompressed 8 bit 2x2
[all …]
/linux-6.12.1/drivers/media/dvb-frontends/
DKconfig18 default m if !MEDIA_SUBDRV_AUTOSELECT
25 default m if !MEDIA_SUBDRV_AUTOSELECT
34 default m if !MEDIA_SUBDRV_AUTOSELECT
42 default m if !MEDIA_SUBDRV_AUTOSELECT
50 default m if !MEDIA_SUBDRV_AUTOSELECT
58 default m if !MEDIA_SUBDRV_AUTOSELECT
67 default m if !MEDIA_SUBDRV_AUTOSELECT
74 default m if !MEDIA_SUBDRV_AUTOSELECT
86 default m if !MEDIA_SUBDRV_AUTOSELECT
96 default m if !MEDIA_SUBDRV_AUTOSELECT
[all …]
/linux-6.12.1/fs/proc/
Dmeminfo.c24 void __attribute__((weak)) arch_report_meminfo(struct seq_file *m) in arch_report_meminfo() argument
28 static void show_val_kb(struct seq_file *m, const char *s, unsigned long num) in show_val_kb() argument
30 seq_put_decimal_ull_width(m, s, num << (PAGE_SHIFT - 10), 8); in show_val_kb()
31 seq_write(m, " kB\n", 4); in show_val_kb()
34 static int meminfo_proc_show(struct seq_file *m, void *v) in meminfo_proc_show() argument
60 show_val_kb(m, "MemTotal: ", i.totalram); in meminfo_proc_show()
61 show_val_kb(m, "MemFree: ", i.freeram); in meminfo_proc_show()
62 show_val_kb(m, "MemAvailable: ", available); in meminfo_proc_show()
63 show_val_kb(m, "Buffers: ", i.bufferram); in meminfo_proc_show()
64 show_val_kb(m, "Cached: ", cached); in meminfo_proc_show()
[all …]
Dproc_tty.c26 static void show_tty_range(struct seq_file *m, struct tty_driver *p, in show_tty_range() argument
29 seq_printf(m, "%-20s ", p->driver_name ? p->driver_name : "unknown"); in show_tty_range()
30 seq_printf(m, "/dev/%-8s ", p->name); in show_tty_range()
32 seq_printf(m, "%3d %d-%d ", MAJOR(from), MINOR(from), in show_tty_range()
35 seq_printf(m, "%3d %7d ", MAJOR(from), MINOR(from)); in show_tty_range()
39 seq_puts(m, "system"); in show_tty_range()
41 seq_puts(m, ":/dev/tty"); in show_tty_range()
43 seq_puts(m, ":console"); in show_tty_range()
45 seq_puts(m, ":vtmaster"); in show_tty_range()
48 seq_puts(m, "console"); in show_tty_range()
[all …]
/linux-6.12.1/arch/x86/lib/
Dcsum-partial_64.c19 static inline unsigned long update_csum_40b(unsigned long sum, const unsigned long m[5]) in update_csum_40b()
28 :"m" (m[0]), "m" (m[1]), "m" (m[2]), in update_csum_40b()
29 "m" (m[3]), "m" (m[4])); in update_csum_40b()
76 asm("addq 0*8(%[src]),%[res]\n\t" in csum_partial()
77 "adcq 1*8(%[src]),%[res]\n\t" in csum_partial()
78 "adcq 2*8(%[src]),%[res]\n\t" in csum_partial()
79 "adcq 3*8(%[src]),%[res]\n\t" in csum_partial()
82 : [src] "r"(buff), "m"(*(const char(*)[32])buff)); in csum_partial()
86 asm("addq 0*8(%[src]),%[res]\n\t" in csum_partial()
87 "adcq 1*8(%[src]),%[res]\n\t" in csum_partial()
[all …]
/linux-6.12.1/Documentation/gpu/amdgpu/
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…
7 AMD Radeon HD M280X /M380 /7700 /8950 /W5100, BONAIRE, DCE 8, 7, VCE 2 / UVD 4.2, 1
8 AMD Radeon (R9|TM) 200 /390 /W8100 /W9100 Series, HAWAII, DCE 8, 7, VCE 2 / UVD 4.2, 1
9 AMD Radeon (TM) R(5|7) M315 /M340 /M360, TOPAZ, *, 8, --, 2
10 AMD Radeon (TM) R9 200 /380 /W7100 /S7150 /M390 /M395 Series, TONGA, DCE 10, 8, VCE 3 / UVD 5, 3
11 AMD Radeon (FirePro) (TM) R9 Fury Series, FIJI, DCE 10, 8, VCE 3 / UVD 6, 3
12 …Pro WX) 5100 /E9390 /E9560 /E9565 /V7350 /7100 /P30PH, POLARIS10, DCE 11.2, 8, VCE 3.4 / UVD 6.3, 3
13 Radeon (TM) (RX|Pro WX) E9260 /460 /V5300X /550 /560(X) Series, POLARIS11, DCE 11.2, 8, VCE 3.4 / U…
[all …]
/linux-6.12.1/drivers/clk/uniphier/
Dclk-uniphier-mio.c12 UNIPHIER_CLK_FACTOR("sd-44m", -1, "sd-133m", 1, 3), \
13 UNIPHIER_CLK_FACTOR("sd-33m", -1, "sd-200m", 1, 6), \
14 UNIPHIER_CLK_FACTOR("sd-50m", -1, "sd-200m", 1, 4), \
15 UNIPHIER_CLK_FACTOR("sd-67m", -1, "sd-200m", 1, 3), \
16 UNIPHIER_CLK_FACTOR("sd-100m", -1, "sd-200m", 1, 2), \
17 UNIPHIER_CLK_FACTOR("sd-40m", -1, "sd-200m", 1, 5), \
18 UNIPHIER_CLK_FACTOR("sd-25m", -1, "sd-200m", 1, 8), \
19 UNIPHIER_CLK_FACTOR("sd-22m", -1, "sd-133m", 1, 6)
28 "sd-44m", \
29 "sd-33m", \
[all …]
/linux-6.12.1/drivers/video/fbdev/matrox/
Dmatroxfb_maven.c42 { 8, 23, 47, 73, 147, 244, 220, 80, 195},
253 unsigned int m; in matroxfb_PLL_mavenclock() local
256 for (m = pll->in_div_min; m <= pll->in_div_max; m++) { in matroxfb_PLL_mavenclock()
261 n = (fwant * m) / fxtal; in matroxfb_PLL_mavenclock()
268 dvd = m << p; in matroxfb_PLL_mavenclock()
279 dprintk(KERN_DEBUG "Match: %u / %u / %u / %u\n", n, m, p, ln); in matroxfb_PLL_mavenclock()
284 *in = m; in matroxfb_PLL_mavenclock()
523 #define LR(x) maven_set_reg(c, (x), m->regs[(x)])
524 #define LRP(x) maven_set_reg_pair(c, (x), m->regs[(x)] | (m->regs[(x)+1] << 8))
525 static void maven_init_TV(struct i2c_client* c, const struct mavenregs* m) { in maven_init_TV() argument
[all …]
/linux-6.12.1/drivers/clk/sunxi-ng/
Dccu-sun50i-a100.c39 * The M factor is present in the register's description, but not in the
40 * frequency formula, and it's documented as "M is only used for backdoor
47 .mult = _SUNXI_CCU_MULT_MIN(8, 8, 12),
61 .n = _SUNXI_CCU_MULT_MIN(8, 8, 12),
62 .m = _SUNXI_CCU_DIV(1, 1), /* input divider */
77 .n = _SUNXI_CCU_MULT_MIN(8, 8, 12),
78 .m = _SUNXI_CCU_DIV(1, 1), /* input divider */
94 .n = _SUNXI_CCU_MULT_MIN(8, 8, 12),
95 .m = _SUNXI_CCU_DIV(1, 1), /* input divider */
112 .n = _SUNXI_CCU_MULT_MIN(8, 8, 12),
[all …]
/linux-6.12.1/drivers/gpu/drm/kmb/
Dkmb_regs.h24 #define LCD_CTRL_ALPHA_TOP_VL1 (0 << 8)
25 #define LCD_CTRL_ALPHA_TOP_VL2 BIT(8)
26 #define LCD_CTRL_ALPHA_TOP_GL1 (2 << 8)
27 #define LCD_CTRL_ALPHA_TOP_GL2 (3 << 8)
61 #define LAYER0_DMA_CB_FIFO_UNDERFLOW BIT(8)
124 #define LCD_LAYER_TRANSPARENT_EN BIT(8)
133 #define LCD_LAYER_FORMAT_RGBX8888 (8 << 9)
243 #define LCD_DMA_LAYER_AXI_BURST_8 (8 << 5)
400 #define HS_OFFSET(M) (((M) + 1) * 0x400) argument
403 #define MIPI_TXm_HS_CTRL(M) (MIPI_TX_HS_CTRL + HS_OFFSET(M)) argument
[all …]
/linux-6.12.1/Documentation/scsi/
Daic7xxx.rst27 aic7850 10 PCI/32 10MHz 8Bit 3
28 aic7855 10 PCI/32 10MHz 8Bit 3
29 aic7856 10 PCI/32 10MHz 8Bit 3
30 aic7859 10 PCI/32 20MHz 8Bit 3
31 aic7860 10 PCI/32 20MHz 8Bit 3
34 aic7890 20 PCI/32 40MHz 16Bit 16 3 4 5 6 7 8
35 aic7891 20 PCI/64 40MHz 16Bit 16 3 4 5 6 7 8
36 aic7892 20 PCI/64-66 80MHz 16Bit 16 3 4 5 6 7 8
38 aic7895C 15 PCI/32 20MHz 16Bit 16 2 3 4 5 8
39 aic7896 20 PCI/32 40MHz 16Bit 16 2 3 4 5 6 7 8
[all …]
/linux-6.12.1/drivers/clk/sprd/
Dsc9863a-clk.c26 static SPRD_PLL_SC_GATE_CLK_FW_NAME(mpll0_gate, "mpll0-gate", "ext-26m", 0x94,
28 static SPRD_PLL_SC_GATE_CLK_FW_NAME(dpll0_gate, "dpll0-gate", "ext-26m", 0x98,
30 static SPRD_PLL_SC_GATE_CLK_FW_NAME(lpll_gate, "lpll-gate", "ext-26m", 0x9c,
32 static SPRD_PLL_SC_GATE_CLK_FW_NAME(gpll_gate, "gpll-gate", "ext-26m", 0xa8,
34 static SPRD_PLL_SC_GATE_CLK_FW_NAME(dpll1_gate, "dpll1-gate", "ext-26m", 0x1dc,
36 static SPRD_PLL_SC_GATE_CLK_FW_NAME(mpll1_gate, "mpll1-gate", "ext-26m", 0x1e0,
38 static SPRD_PLL_SC_GATE_CLK_FW_NAME(mpll2_gate, "mpll2-gate", "ext-26m", 0x1e4,
40 static SPRD_PLL_SC_GATE_CLK_FW_NAME(isppll_gate, "isppll-gate", "ext-26m",
85 { .shift = 8, .width = 11 }, /* n */
91 static SPRD_PLL_FW_NAME(twpll, "twpll", "ext-26m", 0x4, 3, itable,
[all …]
Dsc9860-clk.c25 static CLK_FIXED_FACTOR(fac_4m, "fac-4m", "ext-26m",
27 static CLK_FIXED_FACTOR(fac_2m, "fac-2m", "ext-26m",
29 static CLK_FIXED_FACTOR(fac_1m, "fac-1m", "ext-26m",
31 static CLK_FIXED_FACTOR(fac_250k, "fac-250k", "ext-26m",
33 static CLK_FIXED_FACTOR(fac_rpll0_26m, "rpll0-26m", "ext-26m",
35 static CLK_FIXED_FACTOR(fac_rpll1_26m, "rpll1-26m", "ext-26m",
37 static CLK_FIXED_FACTOR(fac_rco_25m, "rco-25m", "ext-rc0-100m",
39 static CLK_FIXED_FACTOR(fac_rco_4m, "rco-4m", "ext-rc0-100m",
41 static CLK_FIXED_FACTOR(fac_rco_2m, "rco-2m", "ext-rc0-100m",
48 static SPRD_SC_GATE_CLK(mpll0_gate, "mpll0-gate", "ext-26m", 0xb0,
[all …]
Dums512-clk.c33 static CLK_FIXED_FACTOR_FW_NAME(clk_26m_aud, "clk-26m-aud", "ext-26m", 1, 1, 0);
34 static CLK_FIXED_FACTOR_FW_NAME(clk_13m, "clk-13m", "ext-26m", 2, 1, 0);
35 static CLK_FIXED_FACTOR_FW_NAME(clk_6m5, "clk-6m5", "ext-26m", 4, 1, 0);
36 static CLK_FIXED_FACTOR_FW_NAME(clk_4m3, "clk-4m3", "ext-26m", 6, 1, 0);
37 static CLK_FIXED_FACTOR_FW_NAME(clk_2m, "clk-2m", "ext-26m", 13, 1, 0);
38 static CLK_FIXED_FACTOR_FW_NAME(clk_1m, "clk-1m", "ext-26m", 26, 1, 0);
39 static CLK_FIXED_FACTOR_FW_NAME(clk_250k, "clk-250k", "ext-26m", 104, 1, 0);
40 static CLK_FIXED_FACTOR_FW_NAME(rco_25m, "rco-25m", "rco-100m", 4, 1, 0);
41 static CLK_FIXED_FACTOR_FW_NAME(rco_4m, "rco-4m", "rco-100m", 25, 1, 0);
42 static CLK_FIXED_FACTOR_FW_NAME(rco_2m, "rco-2m", "rco-100m", 50, 1, 0);
[all …]
/linux-6.12.1/drivers/input/mouse/
Dsynaptics.h33 #define SYN_MODEL_ROT180(m) ((m) & BIT(23)) argument
34 #define SYN_MODEL_PORTRAIT(m) ((m) & BIT(22)) argument
35 #define SYN_MODEL_SENSOR(m) (((m) & GENMASK(21, 16)) >> 16) argument
36 #define SYN_MODEL_HARDWARE(m) (((m) & GENMASK(15, 9)) >> 9) argument
37 #define SYN_MODEL_NEWABS(m) ((m) & BIT(7)) argument
38 #define SYN_MODEL_PEN(m) ((m) & BIT(6)) argument
39 #define SYN_MODEL_SIMPLIC(m) ((m) & BIT(5)) argument
40 #define SYN_MODEL_GEOMETRY(m) ((m) & GENMASK(3, 0)) argument
50 #define SYN_CAP_SUBMODEL_ID(c) (((c) & GENMASK(15, 8)) >> 8)
55 #define SYN_MEXT_CAP_BIT(m) ((m) & BIT(1)) argument
[all …]

12345678910>>...56