Home
last modified time | relevance | path

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

12345678910>>...31

/linux-6.12.1/Documentation/devicetree/bindings/interrupt-controller/
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-6.12.1/lib/
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_u128_test()
74 unsigned int x, y; in genmask_input_check_test() local
78 KUNIT_EXPECT_EQ(test, 0, GENMASK_INPUT_CHECK(x, 0)); in genmask_input_check_test()
79 KUNIT_EXPECT_EQ(test, 0, GENMASK_INPUT_CHECK(0, x)); in genmask_input_check_test()
80 KUNIT_EXPECT_EQ(test, 0, GENMASK_INPUT_CHECK(x, y)); in genmask_input_check_test()
88 KUNIT_EXPECT_EQ(test, 0, GENMASK_INPUT_CHECK(39, 21)); in genmask_input_check_test()
/linux-6.12.1/tools/testing/selftests/bpf/progs/
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-6.12.1/Documentation/devicetree/bindings/arm/marvell/
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-6.12.1/samples/hid/
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-6.12.1/arch/mips/sgi-ip22/
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-6.12.1/include/crypto/
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-6.12.1/Documentation/ABI/testing/
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-6.12.1/arch/arm/mach-mvebu/
DKconfig74 bool "Marvell Armada 39x boards"
86 on the Marvell Armada 39x SoC with device tree.
/linux-6.12.1/Documentation/arch/arm64/
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-6.12.1/drivers/net/ethernet/micrel/
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-6.12.1/Documentation/devicetree/bindings/clock/
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
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-6.12.1/scripts/kconfig/tests/preprocess/escape/
Dexpected_stderr6 Kconfig:25: $(X)
8 Kconfig:35: $(X)
9 Kconfig:39: $(X)
/linux-6.12.1/tools/testing/selftests/powerpc/tm/
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-6.12.1/arch/riscv/include/asm/
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-6.12.1/include/dt-bindings/sound/
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-6.12.1/drivers/mtd/chips/
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-6.12.1/drivers/media/platform/samsung/s5p-jpeg/
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-6.12.1/drivers/staging/media/ipu3/
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-6.12.1/drivers/i3c/master/mipi-i3c-hci/
Dcmd_v1.c41 #define CMD_I1_DATA_BYTE_1(v) FIELD_PREP(W1_MASK(39, 32), v)
42 #define CMD_I1_DEF_BYTE(v) FIELD_PREP(W1_MASK(39, 32), v)
60 #define CMD_R1_DEF_BYTE(v) FIELD_PREP(W1_MASK(39, 32), v)
320 DBG("next_addr = 0x%02x, DAA using DAT %d", next_addr, dat_idx); in hci_cmd_v1_daa()
352 DBG("assigned address %#x to device PID=0x%llx DCR=%#x BCR=%#x", in hci_cmd_v1_daa()
/linux-6.12.1/fs/bcachefs/
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 …]
Drecovery_passes_types.h16 x(recovery_pass_empty, 41, PASS_SILENT) \
17 x(scan_for_btree_nodes, 37, 0) \
18 x(check_topology, 4, 0) \
19 x(accounting_read, 39, PASS_ALWAYS) \
20 x(alloc_read, 0, PASS_ALWAYS) \
21 x(stripes_read, 1, PASS_ALWAYS) \
22 x(initialize_subvolumes, 2, 0) \
23 x(snapshots_read, 3, PASS_ALWAYS) \
24 x(check_allocations, 5, PASS_FSCK) \
25 x(trans_mark_dev_sbs, 6, PASS_ALWAYS|PASS_SILENT) \
[all …]
/linux-6.12.1/include/dt-bindings/pinctrl/
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-6.12.1/drivers/pinctrl/mvebu/
DMakefile7 obj-$(CONFIG_PINCTRL_ARMADA_38X) += pinctrl-armada-38x.o
8 obj-$(CONFIG_PINCTRL_ARMADA_39X) += pinctrl-armada-39x.o

12345678910>>...31