Home
last modified time | relevance | path

Searched full:96 (Results 1 – 25 of 1767) sorted by relevance

12345678910>>...71

/linux/drivers/media/platform/qcom/venus/
H A Dhfi_platform_v4.c12 .caps[0] = {HFI_CAPABILITY_FRAME_WIDTH, 96, 4096, 1},
13 .caps[1] = {HFI_CAPABILITY_FRAME_HEIGHT, 96, 4096, 1},
38 .caps[0] = {HFI_CAPABILITY_FRAME_WIDTH, 96, 4096, 1},
39 .caps[1] = {HFI_CAPABILITY_FRAME_HEIGHT, 96, 4096, 1},
64 .caps[0] = {HFI_CAPABILITY_FRAME_WIDTH, 96, 4096, 1},
65 .caps[1] = {HFI_CAPABILITY_FRAME_HEIGHT, 96, 4096, 1},
89 .caps[0] = {HFI_CAPABILITY_FRAME_WIDTH, 96, 4096, 1},
90 .caps[1] = {HFI_CAPABILITY_FRAME_HEIGHT, 96, 4096, 1},
115 .caps[0] = {HFI_CAPABILITY_FRAME_WIDTH, 96, 1920, 1},
116 .caps[1] = {HFI_CAPABILITY_FRAME_HEIGHT, 96, 1920, 1},
[all …]
/linux/fs/bcachefs/
H A Dinode_format.h54 x(bi_atime, 96) \
55 x(bi_ctime, 96) \
56 x(bi_mtime, 96) \
57 x(bi_otime, 96) \
81 x(bi_atime, 96) \
82 x(bi_ctime, 96) \
83 x(bi_mtime, 96) \
84 x(bi_otime, 96) \
/linux/arch/mips/include/asm/mips-boards/
H A Dmaltaint.h33 * Interrupts 96..127 are used for Soc-it Classic interrupts
35 #define MSC01C_INT_BASE 96
42 * Interrupts 96..127 are used for Soc-it EIC interrupts
44 #define MSC01E_INT_BASE 96
/linux/drivers/comedi/drivers/
H A D8255_pci.c23 * [National Instruments] PCI-DIO-96 (ni_pci-dio-96),
24 * PCI-DIO-96B (ni_pci-dio-96b), PXI-6508 (ni_pxi-6508),
43 * Boards with 96 DIO channels (4 DIO subdevices):
45 * PCI-7296, PCI-DIO96H, PCI-DIO-96, PCI-DIO-96B, PXI-6508
130 .name = "ni_pci-dio-96",
136 .name = "ni_pci-dio-96b",
H A Dpcl724.c24 * 1, 96: 96 DIO configuration
48 .numofports = 6, /* 144 (or 96) DIO channels */
57 .numofports = 6, /* 144 (or 96) DIO channels */
108 /* Handle PCL-724 in 96 DIO configuration */ in pcl724_attach()
110 (it->options[2] == 1 || it->options[2] == 96)) { in pcl724_attach()
/linux/include/acpi/
H A Dacbuffer.h179 /* Fourth 32-bit dword, bits 96:127 */
182 …CTABLE(dword,value) ACPI_SET_BITS (dword, 0, ACPI_1BIT_MASK, value) /* Offset 96+0=96, Len 1 */
185 …M_EJECT(dword,value) ACPI_SET_BITS (dword, 1, ACPI_1BIT_MASK, value) /* Offset 96+1=97, Len 1 */
188 …INET(dword,value) ACPI_SET_BITS (dword, 2, ACPI_8BIT_MASK, value) /* Offset 96+2=98, Len 8 */
191 …AGE(dword,value) ACPI_SET_BITS (dword, 10, ACPI_8BIT_MASK, value) /* Offset 96+10=106, Len 8 */
194 …NCE(dword,value) ACPI_SET_BITS (dword, 18, ACPI_1BIT_MASK, value) /* Offset 96+18=114, Len 1 */
197 …ON(dword,value) ACPI_SET_BITS (dword, 19, ACPI_4BIT_MASK, value) /* Offset 96+19=115, Len 4 */
200 …dword,value) ACPI_SET_BITS (dword, 23, ACPI_5BIT_MASK, value) /* Offset 96+23=119, Len 5 */
H A Dacconfig.h42 #define ACPI_MAX_STATE_CACHE_DEPTH 96 /* State objects */
43 #define ACPI_MAX_PARSE_CACHE_DEPTH 96 /* Parse tree objects */
44 #define ACPI_MAX_EXTPARSE_CACHE_DEPTH 96 /* Parse tree objects */
45 #define ACPI_MAX_OBJECT_CACHE_DEPTH 96 /* Interpreter operand objects */
46 #define ACPI_MAX_NAMESPACE_CACHE_DEPTH 96 /* Namespace objects */
47 #define ACPI_MAX_COMMENT_CACHE_DEPTH 96 /* Comments for the -ca option */
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_ma.c16 const unsigned int data_sizes[] = {16, 32, 64, 96, 128, 192, 256, 512, 1024, 2048, 4096};
19 const unsigned int percpu_data_sizes[] = {8, 16, 32, 64, 96, 128, 192, 256, 512};
176 DEFINE_ARRAY_WITH_KPTR(96);
189 DEFINE_ARRAY_WITH_PERCPU_KPTR(96);
207 CALL_BATCH_ALLOC_FREE(96, 128, 3); in test_batch_alloc_free()
231 CALL_BATCH_ALLOC(96, 128, 3); in test_free_through_map_free()
256 CALL_BATCH_PERCPU_ALLOC_FREE(96, 128, 4); in test_batch_percpu_alloc_free()
278 CALL_BATCH_PERCPU_ALLOC(96, 128, 4); in test_percpu_free_through_map_free()
/linux/Documentation/admin-guide/
H A Dsvga.rst202 2.0 (28-Jan-96) Rewritten from scratch. Cirrus Logic 64XX support added, almost
205 2.1 (30-Jan-96) VESA modes moved to 0x200-0x3ff. Mode selection by resolution
211 2.2 (01-Feb-96) EGA 80x43 fixed. VESA extended to 0x200-0x4ff (non-standard 02XX
216 2.3 (15-Mar-96) Changed to work with 1.3.74 kernel.
217 2.4 (18-Mar-96) Added patches by Hans Lermen fixing a memory overwrite problem
222 2.5 (19-Mar-96) Fixed a VESA mode scanning bug introduced in 2.4.
223 2.6 (25-Mar-96) Some VESA BIOS errors not reported -- it fixes error reports on
225 2.7 (09-Apr-96) - Accepted all VESA modes in range 0x100 to 0x7ff, because some
236 2.8 (14-Apr-96) - Previous release was not compilable without CONFIG_VIDEO_SVGA.
238 2.9 (12-May-96) - Ignored VESA modes 0x80 - 0xff (more VESA BIOS bugs!)
[all …]
/linux/arch/arm64/lib/
H A Dcopy_page.S27 ldp x14, x15, [x1, #96]
47 stnp x14, x15, [x0, #96 - 256]
48 ldp x14, x15, [x1, #96]
63 stnp x14, x15, [x0, #96 - 256]
/linux/drivers/video/fbdev/
H A Dfm2fb.c262 for (x = 0; x < 96; x++) *ptr++ = 0xffffff;/* white */ in fm2fb_probe()
263 for (x = 0; x < 96; x++) *ptr++ = 0xffff00;/* yellow */ in fm2fb_probe()
264 for (x = 0; x < 96; x++) *ptr++ = 0x00ffff;/* cyan */ in fm2fb_probe()
265 for (x = 0; x < 96; x++) *ptr++ = 0x00ff00;/* green */ in fm2fb_probe()
266 for (x = 0; x < 96; x++) *ptr++ = 0xff00ff;/* magenta */ in fm2fb_probe()
267 for (x = 0; x < 96; x++) *ptr++ = 0xff0000;/* red */ in fm2fb_probe()
268 for (x = 0; x < 96; x++) *ptr++ = 0x0000ff;/* blue */ in fm2fb_probe()
269 for (x = 0; x < 96; x++) *ptr++ = 0x000000;/* black */ in fm2fb_probe()
/linux/Documentation/RCU/Design/Data-Structures/
H A DTreeMapping.svg217 font-size="96"
229 font-size="96"
241 font-size="96"
253 font-size="96"
265 font-size="96"
277 font-size="96"
289 font-size="96"
301 font-size="96"
H A DTreeMappingLevel.svg276 font-size="96"
288 font-size="96"
300 font-size="96"
312 font-size="96"
324 font-size="96"
336 font-size="96"
348 font-size="96"
360 font-size="96"
/linux/sound/pci/ice1712/
H A Dews.h8 * Lowlevel functions for Terratec EWS88MT/D, EWX24/96, DMX 6Fire
15 "{TerraTec,EWX 24/96},"\
34 /* TerraTec EWX 24/96 configuration definitions */
46 /* RW, SDA snd SCLK are identical with EWX24/96 */
/linux/tools/testing/selftests/bpf/
H A Dtest_tunnel.sh91 ip netns exec at_ns0 ip addr add ::11/96 dev veth0
93 ip addr add dev veth1 ::22/96
102 ip netns exec at_ns0 ip addr add dev $DEV_NS fc80::100/96
139 ip netns exec at_ns0 ip addr add ::11/96 dev veth0
141 ip addr add dev veth1 ::22/96
182 ip netns exec at_ns0 ip addr add ::11/96 dev veth0
184 ip addr add dev veth1 ::22/96
217 ip netns exec at_ns0 ip addr add ::11/96 dev veth0
219 ip addr add dev veth1 ::22/96
227 ip netns exec at_ns0 ip addr add dev $DEV_NS 1::11/96
[all …]
/linux/arch/arm/lib/
H A Dmemmove.S64 2: PLD( subs r2, r2, #96 )
68 PLD( pld [r1, #-96] )
75 PLD( cmn r2, #96 )
147 PLD( subs r2, r2, #96 )
151 PLD( pld [r1, #-96] )
175 PLD( cmn r2, #96 )
/linux/drivers/net/wireless/realtek/rtw89/
H A Dutil.c47 return 96; /* maximum 96 dB */ in rtw89_linear_2_db()
91 if (db > 96) in rtw89_db_2_linear()
92 db = 96; in rtw89_db_2_linear()
/linux/arch/powerpc/lib/
H A Dcopypage_64.S76 std r8,96(r3)
78 ld r12,96(r4)
110 std r8,96(r3)
112 ld r12,96(r4)
/linux/fs/jfs/
H A Djfs_dinode.h64 * uses. The first 96 bytes had been completely unused until
79 struct dir_table_slot _table[12]; /* 96: inline */
90 u8 _data[96]; /* 96: unused */
95 } _u1; /* 96: */
/linux/arch/sh/lib/
H A Dudivsi3_i4i.S457 .byte -96
463 .byte 96
466 .byte -96
478 .byte 96
484 .byte -96
508 .byte 96
520 .byte -96
568 .byte 96
/linux/arch/arm/mach-davinci/
H A Dirqs.h129 #define DA830_N_CP_INTC_IRQ 96
178 #define IRQ_DA850_TINT12_3 96
179 #define IRQ_DA850_TINT34_3 96
180 #define IRQ_DA850_TINTALL_3 96
/linux/crypto/
H A Dtcrypt.h100 { .blen = 96, .plen = 16, },
101 { .blen = 96, .plen = 32, },
102 { .blen = 96, .plen = 96, },
/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py1123 …2 85 08 09 01 75 08 95 07 b1 02 85 09 09 01 75 08 95 3f b1 02 85 0f 09 01 75 08 96 07 02 b1 02 c0",
117196 0d 05 01 75 10 55 0d 65 33 09 30 35 00 46 fd 1d 81 02 09 31 46 60 11 81 02 c0 09 22 a1 02 05 0d…
132096 4e 26 ff 7f 81 02 09 31 75 10 95 01 55 0d 65 33 35 00 46 23 2c 26 ff 7f 81 02 05 0d 09 55 25 08…
134896 14 81 02 c0 a1 02 05 0d 09 42 15 00 25 01 75 01 95 01 81 02 95 03 81 03 09 32 09 47 95 02 81 02…
139796 27 00 b1 02 85 07 09 06 75 08 96 27 00 b1 02 85 08 09 07 75 08 95 07 b1 02 85 09 09 08 75 08 95…
1406 …7 09 06 75 08 96 1f 00 b1 02 85 08 09 07 75 08 95 07 b1 02 85 09 09 08 75 08 95 07 b1 02 85 0b 09 …
141596 04 81 02 c0 05 0d 09 22 a1 02 09 42 15 00 25 01 75 01 95 01 81 02 09 32 81 02 09 47 81 02 95 05…
153696 ff 03 85 04 b1 02 09 01 95 0b 85 05 b1 02 09 01 96 ff 03 85 06 b1 02 09 01 95 0f 85 07 b1 02 09…
1555 …0 ff 09 01 26 ff 00 75 08 95 2f 85 03 b1 02 09 01 96 ff 03 85 04 b1 02 09 01 95 0b 85 05 b1 02 09 …
156496 ff 03 85 04 b1 02 09 01 95 0b 85 05 b1 02 09 01 96 ff 03 85 06 b1 02 09 01 95 0f 85 07 b1 02 09…
[all …]
/linux/drivers/gpu/drm/imagination/
H A Dpvr_rogue_fwif_client_check.h37 OFFSET_CHECK(struct rogue_fwif_cmd_geom, dummy_rgnhdr_init_geom_regs, 96);
57 OFFSET_CHECK(struct rogue_fwif_frag_regs, isp_scissor_base, 96);
102 SIZE_CHECK(struct rogue_fwif_cmd_compute, 96);
124 OFFSET_CHECK(struct rogue_fwif_transfer_regs, isp_mtile_base, 96);
/linux/tools/testing/selftests/net/
H A Dvrf-xfrm-tests.sh262 auth-trunc 'hmac(sha1)' ${AUTH_1} 96 \
269 auth-trunc 'hmac(sha1)' ${AUTH_1} 96 \
277 auth-trunc 'hmac(sha1)' ${AUTH_2} 96 \
284 auth-trunc 'hmac(sha1)' ${AUTH_2} 96 \
292 auth-trunc 'hmac(sha1)' ${AUTH_1} 96 \
299 auth-trunc 'hmac(sha1)' ${AUTH_1} 96 \
307 auth-trunc 'hmac(sha1)' ${AUTH_2} 96 \
314 auth-trunc 'hmac(sha1)' ${AUTH_2} 96 \

12345678910>>...71