Home
last modified time | relevance | path

Searched +full:39 +full:x (Results 1 – 25 of 671) sorted by relevance

12345678910>>...27

/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dmarvell,mpic.yaml7 title: Marvell Armada 370, 375, 38x, 39x, XP Interrupt Controller
16 On Marvell Armada 375, 38x and 39x this controller is wired under ARM GIC.
/linux/tools/testing/selftests/bpf/progs/
H A Dstruct_ops_multi_pages.c10 #define TRAMP(x) \ argument
11 SEC("struct_ops/tramp_" #x) \
12 int BPF_PROG(tramp_ ## x, int a) \
55 TRAMP(39)
58 #define F_TRAMP(x) .tramp_ ## x = (void *)tramp_ ## x argument
100 F_TRAMP(39),
/linux/Documentation/devicetree/bindings/arm/marvell/
H A Darmada-39x.txt1 Marvell Armada 39x Platforms Device Tree Bindings
4 Boards with a SoC of the Marvell Armada 39x family shall have the
/linux/arch/mips/sgi-ip22/
H A Dip28-berr.c76 tag[0].hi = read_c0_taghi(); /* PA[39:36] */ in save_cache_tags()
79 tag[1].hi = read_c0_taghi(); /* PA[39:36] */ in save_cache_tags()
94 tag[0].hi = read_c0_taghi(); /* PA[39:36] */ in save_cache_tags()
97 tag[1].hi = read_c0_taghi(); /* PA[39:36] */ in save_cache_tags()
110 tag[0].hi = read_c0_taghi(); /* PA[39:36] */ in save_cache_tags()
113 tag[1].hi = read_c0_taghi(); /* PA[39:36] */ in save_cache_tags()
175 printk(KERN_ERR "Cache tags @ %08x:\n", (unsigned)cache_tags.err_addr); in print_cache_tags()
186 "D: 0: %08x %08x, 1: %08x %08x (VA[13:5] %04x)\n", in print_cache_tags()
197 "I: 0: %08x %08x, 1: %08x %08x (VA[13:6] %04x)\n", in print_cache_tags()
207 printk(KERN_ERR "S: 0: %08x %08x, 1: %08x %08x (PA[%u:%u] %05x)\n", in print_cache_tags()
[all …]
/linux/samples/hid/
H A Dhid_mouse.bpf.c17 bpf_printk("incoming event: %02x %02x %02x", in hid_y_event()
21 bpf_printk(" %02x %02x %02x", in hid_y_event()
25 bpf_printk(" %02x %02x %02x", in hid_y_event()
37 bpf_printk("modified event: %02x %02x %02x", in hid_y_event()
41 bpf_printk(" %02x %02x %02x", in hid_y_event()
45 bpf_printk(" %02x %02x %02x", in hid_y_event()
55 s16 x; in hid_x_event() local
61 x = data[1] | (data[2] << 8); in hid_x_event()
63 x = -x; in hid_x_event()
65 data[1] = x & 0xFF; in hid_x_event()
[all …]
/linux/include/crypto/
H A Dgf128mul.h61 * The elements of GF(2^128) := GF(2)[X]/(X^128-X^7-X^2-X^1-1) can
72 * Every bit is a coefficient of some power of X. We can store the bits
75 * The above buffer represents the polynomial 1, and X^7+X^2+X^1+1 looks
82 * represents X^127. X^7+X^2+X^1+1 looks like 00000000 .... 10000111,
91 * endian). The above buffer represents X^7 in this case and the
103 * bbe on a little endian machine u32 x[4]:
105 * MS x[0] LS MS x[1] LS
109 * MS x[2] LS MS x[3] LS
111 * 39...32 47...40 55...48 63...56 07...00 15...08 23...16 31...24
115 * MS x[0] LS MS x[1] LS
[all …]
/linux/lib/
H A Dtest_bits.c31 KUNIT_EXPECT_EQ(test, 0x000000ffffe00000ull, GENMASK_ULL(39, 21)); in genmask_ull_test()
50 KUNIT_EXPECT_EQ(test, 0x000000ffffe00000ull, GENMASK_U128(39, 21)); in genmask_input_check_test()
74 unsigned int x, y;
78 KUNIT_EXPECT_EQ(test, 0, GENMASK_INPUT_CHECK(x, 0));
79 KUNIT_EXPECT_EQ(test, 0, GENMASK_INPUT_CHECK(0, x));
80 KUNIT_EXPECT_EQ(test, 0, GENMASK_INPUT_CHECK(x, y));
88 KUNIT_EXPECT_EQ(test, 0, GENMASK_INPUT_CHECK(39, 21));
44 unsigned int x, y; genmask_input_check_test() local
/linux/drivers/net/ethernet/micrel/
H A Dks8842.c104 /* bank 39 registers */
368 ks8842_write16(adapter, 39, mac, REG_MACAR3); in ks8842_init_mac_addr()
370 ks8842_write16(adapter, 39, mac, REG_MACAR2); in ks8842_init_mac_addr()
372 ks8842_write16(adapter, 39, mac, REG_MACAR1); in ks8842_init_mac_addr()
377 ks8842_write16(adapter, 39, mac, REG_MACAR1); in ks8842_init_mac_addr()
379 ks8842_write16(adapter, 39, mac, REG_MACAR2); in ks8842_init_mac_addr()
381 ks8842_write16(adapter, 39, mac, REG_MACAR3); in ks8842_init_mac_addr()
394 ks8842_write8(adapter, 39, mac[ETH_ALEN - i - 1], in ks8842_write_mac_addr()
407 ks8842_write16(adapter, 39, mac, REG_MACAR3); in ks8842_write_mac_addr()
409 ks8842_write16(adapter, 39, mac, REG_MACAR2); in ks8842_write_mac_addr()
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-trigger-sysfs11 X is the IIO index of the trigger.
14 KernelVersion: 2.6.39
23 KernelVersion: 2.6.39
34 KernelVersion: 2.6.39
/linux/arch/arm/mach-mvebu/
H A DKconfig74 bool "Marvell Armada 39x boards"
86 on the Marvell Armada 39x SoC with device tree.
/linux/Documentation/arch/arm64/
H A Dkasan-offsets.sh8 printf "0x%08x00000000\n" $(( (0xffffffff & (-1 << ($1 - 1 - 32))) \
17 print_kasan_offset 39 3
25 print_kasan_offset 39 4
/linux/Documentation/devicetree/bindings/clock/
H A Dmvebu-gated-clock.txt3 Marvell Armada 370/375/380/385/39x/XP, Dove and Kirkwood allow some
81 The following is a list of provided IDs for Armada 39x:
180 "marvell,armada-390-gating-clock" - for Armada 39x SoC clock gating
H A Dmvebu-core-clock.txt26 The following is a list of provided IDs and clock names on Armada 39x:
56 "marvell,armada-390-core-clock" - For Armada 39x SoC core clocks
/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-chk-vmx.c47 {37,38,39,40},{41,42,43,44},{45,46,47,48},
53 {-37,-38,-39,-40},{-41,-42,-43,-44},{-45,-46,-47,-48}
68 printf("VMX%d (1st context) == 0x", VMX20 + i); in signal_usr1()
71 printf("%08x", ucp->uc_mcontext.v_regs->vrregs[VMX20 + i][j]); in signal_usr1()
72 printf(" instead of 0x"); in signal_usr1()
75 printf("%08x", vms[i][j]); in signal_usr1()
86 printf("VMX%d (2nd context) == 0x", NV_VMX_REGS + i); in signal_usr1()
89 printf("%08x", tm_ucp->uc_mcontext.v_regs->vrregs[VMX20 + i][j]); in signal_usr1()
90 printf(" instead of 0x"); in signal_usr1()
93 printf("%08x", vms[NV_VMX_REGS + i][j]); in signal_usr1()
/linux/arch/riscv/include/asm/
H A Dpgtable-64.h17 #define PGDIR_SHIFT_L4 39
27 #define P4D_SHIFT_L4 39
28 #define P4D_SHIFT_L5 39
49 #define p4d_val(x) ((x).p4d) argument
50 #define __p4d(x) ((p4d_t) { (x) }) argument
58 #define pud_val(x) ((x).pud) argument
59 #define __pud(x) ((pud_t) { (x) }) argument
67 #define pmd_val(x) ((x).pmd) argument
68 #define __pmd(x) ((pmd_t) { (x) }) argument
75 * N MT RSV PFN reserved for SW D A G U X W R V
/linux/include/dt-bindings/sound/
H A Dqcom,q6dsp-lpass-ports.h44 #define PRIMARY_TDM_TX_7 39
181 #define LPASS_CLK_ID_TER_TDM_IBIT 39
210 /* Clock ID for RX CORE TX 2X MCLK */
214 /* Clock ID for WSA core TX 2X MCLK */
218 /* Clock ID for WSA2 core TX 2X MCLK */
220 /* Clock ID for RX CORE MCLK2 2X MCLK */
/linux/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c349 20, 16, 25, 39, 50, 46, 62, 68,
352 39, 38, 38, 53, 65, 68, 68, 68,
363 23, 20, 23, 26, 39, 51, 64, 64,
373 17, 15, 19, 20, 30, 39, 51, 59,
374 21, 19, 20, 28, 39, 51, 59, 59,
383 12, 10, 13, 13, 20, 26, 34, 39,
384 14, 13, 14, 19, 26, 34, 39, 39,
385 16, 12, 18, 24, 34, 39, 39, 39,
386 17, 15, 24, 35, 39, 39, 39, 39
405 21, 17, 22, 28, 30, 39, 53, 64,
[all …]
/linux/drivers/staging/media/ipu3/
H A Dipu3-tables.c6 #define X 0 /* Don't care value */ macro
164 { 0, -12, 109, 7, 39, -8, 0 },
172 { 0, -8, 39, 7, 109, -12, 0 },
197 { 0, -12, 109, 7, 39, -8, 0 },
205 { 0, -8, 39, 7, 109, -12, 0 },
266 { 0, -9, 107, 7, 39, -9, 0 },
293 { 0, -9, 39, 7, 107, -9, 0 },
331 { 0, -9, 107, 7, 39, -9, 0 },
358 { 0, -9, 39, 7, 107, -9, 0 },
779 { 0, -11, 39, 7, 96, 9, -5 },
[all …]
/linux/scripts/kconfig/tests/preprocess/escape/
H A Dexpected_stderr6 Kconfig:25: $(X)
8 Kconfig:35: $(X)
9 Kconfig:39: $(X)
/linux/drivers/mtd/chips/
H A Djedec_probe.c1347 .name = "SST 39LF512",
1359 .name = "SST 39LF010",
1393 .name = "SST 39LF020",
1405 .name = "SST 39LF040",
1417 .name = "SST 39SF010A",
1429 .name = "SST 39SF020A",
1441 .name = "SST 39SF040",
1526 .name = "SST 39LF160",
1539 .name = "SST 39VF1601",
1553 .name = "SST 39WF1601",
[all …]
/linux/include/dt-bindings/pinctrl/
H A Dpinctrl-starfive-jh7100.h11 #define PAD_GPIO(x) (PAD_GPIO_OFFSET + (x)) argument
12 #define PAD_FUNC_SHARE(x) (PAD_FUNC_SHARE_OFFSET + (x)) argument
83 #define GPO_PWM_PAD_OUT_BIT2 39
236 #define GPI_SDIO1_PAD_CDATA_IN_BIT0 39
/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.h162 #define ASP_CTRL_CLOCK_CTRL_ASP_RGMII_DIS(x) BIT(ASP_CTRL_CLOCK_CTRL_ASP_RGMII_SHIFT + (x)) argument
191 #define DESC_ADDR(x) ((x) & GENMASK_ULL(39, 0)) argument
192 #define DESC_FLAGS(x) ((x) & GENMASK_ULL(63, 40)) argument
201 /* 39:0 (TX/RX) bits 0-39 of buf addr
502 #define PKT_OFFLOAD_HDR_COUNT(x) ((x) << 16) argument
503 #define PKT_OFFLOAD_HDR_SIZE_1(x) ((x) << 4) argument
504 #define PKT_OFFLOAD_HDR_SIZE_2(x) (x) argument
505 #define PKT_OFFLOAD_HDR2_SIZE_2(x) ((x) << 24) argument
506 #define PKT_OFFLOAD_HDR2_SIZE_3(x) ((x) << 12) argument
507 #define PKT_OFFLOAD_HDR2_SIZE_4(x) (x) argument
[all …]
/linux/fs/bcachefs/
H A Drecovery_passes_types.h16 x(scan_for_btree_nodes, 37, 0) \
17 x(check_topology, 4, 0) \
18 x(accounting_read, 39, PASS_ALWAYS) \
19 x(alloc_read, 0, PASS_ALWAYS) \
20 x(stripes_read, 1, PASS_ALWAYS) \
21 x(initialize_subvolumes, 2, 0) \
22 x(snapshots_read, 3, PASS_ALWAYS) \
23 x(check_allocations, 5, PASS_FSCK) \
24 x(trans_mark_dev_sbs, 6, PASS_ALWAYS|PASS_SILENT) \
25 x(fs_journal_alloc, 7, PASS_ALWAYS|PASS_SILENT) \
[all …]
H A Dsb-counters_format.h6 x(io_read, 0) \
7 x(io_write, 1) \
8 x(io_move, 2) \
9 x(bucket_invalidate, 3) \
10 x(bucket_discard, 4) \
11 x(bucket_alloc, 5) \
12 x(bucket_alloc_fail, 6) \
13 x(btree_cache_scan, 7) \
14 x(btree_cache_reap, 8) \
15 x(btree_cache_cannibalize, 9) \
[all …]
/linux/scripts/selinux/genheaders/
H A Dgenheaders.c68 fprintf(fout, "#define SECCLASS_%-39s %2d\n", name, i+1); in main()
80 fprintf(fout, "#define SECINITSID_%-39s %2d\n", sidname, i); in main()
141 fprintf(fout, "#define %s__%-*s 0x%08xU\n", name, in main()
142 39-len, permname, 1U<<j); in main()

12345678910>>...27