Home
last modified time | relevance | path

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

12345678910>>...21

/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/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/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/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
77 * N MT RSV PFN reserved for SW D A G U X W R V
/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()
H A Dtm-signal-context-chk-vsx.c48 {37,38,39,40},{41,42,43,44},{45,46,47,48},
54 {-37,-38,-39,-40},{-41,-42,-43,-44},{-45,-46,-47,-48}
113 printf("VSX%d (1st context) == 0x", VSX20 + i); in signal_usr1()
115 printf("%02x", vsx[j]); in signal_usr1()
116 printf(" instead of 0x"); in signal_usr1()
118 printf("%08x", vsxs[i][j]); in signal_usr1()
137 printf("VSX%d (2nd context) == 0x", VSX20 + i); in signal_usr1()
139 printf("%02x", vsx_tm[j]); in signal_usr1()
140 printf(" instead of 0x"); in signal_usr1()
142 printf("%08x", vsxs[NV_VSX_REGS + i][j]); in signal_usr1()
/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/scripts/kconfig/tests/preprocess/escape/
H A Dexpected_stderr6 Kconfig:25: $(X)
8 Kconfig:35: $(X)
9 Kconfig:39: $(X)
/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/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 …]
H A Dcfi_util.c125 val.x[i] = onecmd; in cfi_build_cmd()
154 onestat = val.x[0]; in cfi_merge_status()
157 onestat |= val.x[i]; in cfi_merge_status()
266 /* some old SST chips, e.g. 39VF160x/39VF320x */ in cfi_qry_mode_on()
273 /* SST 39VF640xB */ in cfi_qry_mode_on()
309 printk(KERN_INFO "%s Extended Query Table at 0x%4.4X\n", name, adr); in cfi_read_pri()
/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dcmd_v1.c40 #define CMD_I1_DATA_BYTE_1(v) FIELD_PREP(W1_MASK(39, 32), v)
41 #define CMD_I1_DEF_BYTE(v) FIELD_PREP(W1_MASK(39, 32), v)
59 #define CMD_R1_DEF_BYTE(v) FIELD_PREP(W1_MASK(39, 32), v)
319 "next_addr = 0x%02x, DAA using DAT %d", in hci_cmd_v1_daa()
351 "assigned address %#x to device PID=0x%llx DCR=%#x BCR=%#x", in hci_cmd_v1_daa()
/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/watchdog/
H A Dnv_tco.c54 #define WATCHDOG_HEARTBEAT 30 /* 30 sec default heartbeat (2<heartbeat<39) */
57 MODULE_PARM_DESC(heartbeat, "Watchdog heartbeat in seconds. (2<heartbeat<39, "
333 pr_err("I/O address 0x%04x already in use\n", tcobase); in nv_tco_getdevice()
349 pr_err("I/O address 0x%04x already in use\n", in nv_tco_getdevice()
401 pr_info("heartbeat value must be 2<heartbeat<39, using %d\n", in nv_tco_init()
416 pr_info("initialized (0x%04x). heartbeat=%d sec (nowayout=%d)\n", in nv_tco_init()
/linux/drivers/pinctrl/mvebu/
H A DMakefile7 obj-$(CONFIG_PINCTRL_ARMADA_38X) += pinctrl-armada-38x.o
8 obj-$(CONFIG_PINCTRL_ARMADA_39X) += pinctrl-armada-39x.o
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6q-var-dt6customboard.dts85 hback-porch = <39>;
86 hfront-porch = <39>;
176 touchscreen-size-x = <800>;
178 touchscreen-inverted-x;
H A Dimx6q-var-mx6customboard.dts31 hback-porch = <39>;
32 hfront-porch = <39>;
92 touchscreen-size-x = <880>;
101 touchscreen-size-x = <1800>;
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dmelfas,mms114.yaml49 touchscreen-size-x: true
51 touchscreen-fuzz-x: true
54 touchscreen-inverted-x: true
56 touchscreen-swapped-x-y: true
70 - touchscreen-size-x
83 interrupts = <39 IRQ_TYPE_EDGE_FALLING>;
86 touchscreen-size-x = <720>;
88 touchscreen-fuzz-x = <10>;
91 touchscreen-inverted-x;
/linux/drivers/clk/mvebu/
H A DMakefile9 obj-$(CONFIG_ARMADA_38X_CLK) += armada-38x.o
10 obj-$(CONFIG_ARMADA_39X_CLK) += armada-39x.o
/linux/drivers/gpio/
H A Dgpio-104-idi-48.c109 IDI48_REGMAP_IRQ(39), IDI48_REGMAP_IRQ(40), IDI48_REGMAP_IRQ(41), /* 39-41 */
136 dev_err(dev, "Unable to lock port addresses (0x%X-0x%X)\n", in idi_48_probe()
/linux/lib/crc/
H A Dcrc64-main.c20 * x^64 + x^62 + x^57 + x^55 + x^54 + x^53 + x^52 + x^47 + x^46 + x^45 +
21 * x^40 + x^39 + x^38 + x^37 + x^35 + x^33 + x^32 + x^31 + x^29 + x^27 +
22 * x^24 + x^23 + x^22 + x^21 + x^19 + x^17 + x^13 + x^12 + x^10 + x^9 +
23 * x^7 + x^4 + x + 1
28 * x^64 + x^63 + x^61 + x^59 + x^58 + x^56 + x^55 + x^52 + x^49 + x^48 + x^47 +
29 * x^46 + x^44 + x^41 + x^37 + x^36 + x^34 + x^32 + x^31 + x^28 + x^26 + x^23 +
30 * x^22 + x^19 + x^16 + x^13 + x^12 + x^10 + x^9 + x^6 + x^4 + x^3 + 1

12345678910>>...21