Home
last modified time | relevance | path

Searched +full:70 +full:a (Results 1 – 25 of 813) sorted by relevance

12345678910>>...33

/linux/Documentation/trace/
H A Dfprobetrace.rst17 is also works only on the tracepoint entry. User can trace a part of
38 with a digit character, "_TRACEPOINT" is used.
47 @SYM[+|-offs] : Fetch memory at SYM +|- offs (SYM should be a data symbol)
66 return value type, it might be passed via a pair of registers. But this only
68 (\*4) this is useful for fetching a field of data structures.
77 trace the difference of structure fields (for debugging a function whether it
94 example, the ``count`` is unsigned long, and the ``pos`` is a pointer. Thus,
124 You can access the data fields of a data structure using allow operator ``->``
136 int a;
141 To access ``a`` and ``b``, use ``foo->a`` and ``foo->b`` in this case.
[all …]
/linux/drivers/ata/
H A Dlibata-pata-timings.c19 * These were taken from ATA/ATAPI-6 standard, rev 0a, except
27 { XFER_PIO_0, 70, 290, 240, 600, 165, 150, 0, 600, 0 },
30 { XFER_PIO_3, 30, 80, 70, 180, 80, 70, 0, 180, 0 },
31 { XFER_PIO_4, 25, 70, 25, 120, 70, 25, 0, 120, 0 },
41 { XFER_MW_DMA_2, 25, 0, 0, 0, 70, 25, 5, 120, 0 },
74 void ata_timing_merge(const struct ata_timing *a, const struct ata_timing *b, in ata_timing_merge() argument
78 m->setup = max(a->setup, b->setup); in ata_timing_merge()
80 m->act8b = max(a->act8b, b->act8b); in ata_timing_merge()
82 m->rec8b = max(a->rec8b, b->rec8b); in ata_timing_merge()
84 m->cyc8b = max(a->cyc8b, b->cyc8b); in ata_timing_merge()
[all …]
/linux/mm/damon/tests/
H A Dvaddr-kunit.h49 * covering the region is just a waste.
51 * '__damon_va_three_regions() receives an address space of a process. It
59 * more short form: 10-20-25, 200-210-220, 300-305, 307-330) of a process are
158 * 50-55, 70-80, 90-100) to fit with the new big regions or remove target
163 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions1()
165 70, 80, 80, 90, 90, 100}; in damon_test_apply_three_regions1()
185 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions2()
187 70, 80, 80, 90, 90, 100}; in damon_test_apply_three_regions2()
202 * Test a big change. The second big region has totally freed and mapped to
209 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions3()
[all …]
/linux/Documentation/fb/
H A Dtgafb.rst5 This is a driver for DECChip 21030 based graphics framebuffers, a.k.a. TGA
49 1024x768-60, 1152x864-60, 1024x768-70, 1024x768-76,
50 1152x864-70, 1280x1024-61, 1024x768-85, 1280x1024-70,
66 refreshed. This is an X server problem, not a tgafb problem, and is fixed in
/linux/drivers/gpu/drm/radeon/
H A Dsumo_dpm.h4 * Permission is hereby granted, free of charge, to any person obtaining a
16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
172 #define SUMO_R_DFLT0 70
173 #define SUMO_R_DFLT1 70
174 #define SUMO_R_DFLT2 70
175 #define SUMO_R_DFLT3 70
/linux/Documentation/hwmon/
H A Dcoretemp.rst20 Volume 3A: System Programming Guide
33 show the temperature of all cores inside a package under a single device
38 the actual value of temperature register is in fact a delta from TjMax.
59 On CPU models which support it, TjMax is read from a model-specific register.
62 as a module parameter (tjmax).
64 Appendix A. Known TjMax lists (TBD):
107 L5430, L5420, L5410 70
112 E5205, E5220 70, 90
113 L5240 70
184 L5000 70
H A Dds1621.rst64 The DS1621 is a (one instance) digital thermometer and thermostat. It has
67 degree Celsius to +125 in 0.5 increments. You may convert this into a
80 A second thing is that, during extensive testing, Tout showed a tolerance
82 readings. Be sure to have a high vs. low temperature limit gap of al least
125 - DS1621: +/- 0.5 degree Celsius (from 0 to +70 degrees)
126 - DS1625: +/- 0.5 degree Celsius (from 0 to +70 degrees)
127 - DS1631: +/- 0.5 degree Celsius (from 0 to +70 degrees)
205 user input, via a step function. Reading back the 'update_interval' value
206 after a write operation provides the conversion time used by the device.
/linux/Documentation/devicetree/bindings/mtd/
H A Drockchip,nand-controller.yaml73 enum: [16, 24, 40, 60, 70]
85 NFC v900 ECC 16, 40, 60, 70
101 enum: [16, 24, 40, 60, 70]
104 If specified it indicates that a different BCH/ECC setting is
115 NFC v900 ECC 16, 70
/linux/lib/
H A Dtest_hexdump.c22 "be", "32", "db", "7b", "0a", "18", "93", "b2",
23 "70", "ba", "c4", "24", "7d", "83", "34", "9b",
29 "32be", "7bdb", "180a", "b293",
37 "70ba", "c424", "7d83", "349b",
48 "be32db7b", "0a1893b2", "70bac424", "7d83349b",
58 "be32db7b0a1893b2", "70bac4247d83349b",
168 bool a; in test_hexdump_overflow() local
195 a = r == e && !memcmp(test, buf, TEST_HEXDUMP_BUF_SIZE); in test_hexdump_overflow()
199 if (!a) { in test_hexdump_overflow()
/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-mux-reg.txt3 This binding describes an I2C bus multiplexer that uses a single register
26 Whenever an access is made to a device on a child bus, the value set
30 whenever an access is not being made to a device on a child bus, the
36 Example of a mux on PCIe card, the host is a powerpc SoC (big endian):
55 si5338: clock-generator@70 {
68 si5338: clock-generator@70 {
/linux/Documentation/devicetree/bindings/timer/
H A Dsamsung,exynos4210-mct.yaml14 global timer and CPU local timers. The global timer is a 64-bit free running
58 free-running counter with a different (main) processor.
81 For MCT block that uses a per-processor interrupt for local timers, such
180 <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>,
208 // a per-processor interrupt to handle them. Only one first local
221 <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>,
228 // a per-processor interrupt to handle them. All the local timer
241 <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>,
/linux/drivers/tty/vt/
H A Ddefkeymap.map12 # be saved by mapping AltGr to Alt (and adapting a few entries):
76 keycode 30 = a
166 keycode 70 = Scroll_Lock Show_Memory Show_Registers
167 control keycode 70 = Show_State
168 alt keycode 70 = Scroll_Lock
263 string F1 = "\033[[A"
291 compose '`' 'A' to '�'
292 compose '`' 'a' to '�'
293 compose '\'' 'A' to '�'
294 compose '\'' 'a' to '�'
[all …]
/linux/arch/powerpc/lib/
H A Dcopy_32.S88 * replaced by a nop once cache is active. This is done in machine_init()
161 * replaced by a nop once cache is active. This is done in machine_init()
191 70: lbz r9,4(r4) /* do some bytes */
195 bdnz 70b
336 70: lbz r9,4(r4) /* do some bytes */
340 bdnz 70b
349 EX_TABLE(70b,100f)
465 /* fault on dcbz (effectively a write fault) */
497 /* for a read fault, first try to continue the copy one byte at a time */
H A Dchecksum_32.S21 * computes the checksum of a memory block at buff, length len,
80 * Computes the checksum of a memory block at src, length len,
143 70: lbz r9,4(r4) /* do some bytes */
149 bdnz 70b
244 EX_TABLE(70b, fault);
/linux/drivers/gpu/drm/tests/
H A Ddrm_kunit_edid.h9 * 00 ff ff ff ff ff ff 00 31 d8 2a 00 00 00 00 00
10 * 00 21 01 03 81 a0 5a 78 0a 00 00 00 00 00 00 00
12 * 01 01 01 01 01 01 02 3a 80 18 71 38 2d 40 58 2c
14 * 74 20 45 44 49 44 0a 20 20 20 00 00 00 fd 00 32
15 * 46 1e 46 0f 00 0a 20 20 20 20 20 20 00 00 00 10
46 * Monitor ranges (GTF): 50-70 Hz V, 30-70 kHz H, max dotclock 150 MHz
78 * 00 ff ff ff ff ff ff 00 31 d8 2a 00 00 00 00 00
79 * 00 21 01 03 81 a0 5a 78 02 00 00 00 00 00 00 00
81 * 01 01 01 01 01 01 02 3a 80 18 71 38 2d 40 58 2c
83 * 74 20 45 44 49 44 0a 20 20 20 00 00 00 fd 00 32
[all …]
/linux/arch/powerpc/crypto/
H A Daes-tab-4k.S10 * crypto/aes_generic.c and are designed to be simply accessed by a combination
11 * of rlwimi/lwz instructions with a minimum of table registers (usually only
19 * This is a quite good tradeoff for low power devices (e.g. routers) without
25 #define R(a, b, c, d) \ argument
26 0x##a##b##c##d, 0x##d##a##b##c, 0x##c##d##a##b, 0x##b##c##d##a
40 .long R(4d, ab, ab, e6), R(ec, 76, 76, 9a)
50 .long R(3d, 93, 93, ae), R(4c, 26, 26, 6a)
51 .long R(6c, 36, 36, 5a), R(7e, 3f, 3f, 41)
56 .long R(62, 31, 31, 53), R(2a, 15, 15, 3f)
60 .long R(0a, 05, 05, 0f), R(2f, 9a, 9a, b5)
[all …]
/linux/drivers/md/bcache/
H A Dwriteback.h6 #define CUTOFF_WRITEBACK_SYNC 70
8 #define CUTOFF_WRITEBACK_MAX 70
26 * should be a reasonable fraction of the share, and not to blow up
27 * until individual backing devices are a petabyte.
/linux/Documentation/devicetree/bindings/dpll/
H A Dmicrochip,zl30731.yaml13 Microchip Azurite DPLL (ZL3073x) is a family of DPLL devices that
46 dpll@70 {
82 dpll@70 {
/linux/tools/testing/selftests/net/forwarding/
H A Dtc_flower_cfm.sh66 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac "$pkt" -q
68 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac "$pkt" -q
77 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac "$pkt" -q
104 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac "$pkt" -q
105 pkt="$ethtype $(generate_cfm_hdr 6 1 0 70)"
106 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac "$pkt" -q
107 pkt="$ethtype $(generate_cfm_hdr 0 1 0 70)"
108 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac "$pkt" -q
120 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac "$pkt" -q
149 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac "$pkt" -q
[all …]
/linux/arch/parisc/kernel/vdso32/
H A Dsigtramp.S16 a 64-byte boundary by 0, 4 or 5 instructions. Since the vdso trampoline
17 is not on the stack, we need a new variant with different offsets and
28 /* The nop here is a hack. The dwarf2 unwind routines subtract 1 from
30 call instruction. Since we don't have a call here, we artifically
31 extend the range covered by the unwind info by adding a nop before
59 .section .eh_frame,"a",@progbits
160 rsave 60, 70
170 rsave 70, 80
/linux/arch/m68k/fpsp040/
H A Dsetox.S4 | The entry point setox computes the exponential of a value.
5 | setoxd does the same except the input value is a denormalized
40 | argument X, 0.25 <= |X| < 70log2. For |X| < 0.25, it takes
65 | To avoid the use of floating-point comparisons, a
66 | compact representation of |X| is used. This format is a
75 | to have a small number of cases where |X| is less than,
95 | Using a single-precision constant avoids memory access.
96 | Another effect of using a single-precision "constant" is
106 | Notes: a) The way L1 and L2 are chosen ensures L1+L2 approximate
127 | Step 4. Approximate exp(R)-1 by a polynomial
[all …]
/linux/drivers/s390/char/
H A Ddefkeymap.map6 keycode 1 = nul a
70 keycode 65 = nul A
75 keycode 70 = atilde F
151 shift control keycode 70 = F18
165 string F1 = "\033[[A"
/linux/drivers/gpu/drm/i915/gt/
H A Dgen8_engine_cs.c39 * On GEN9: before VF_CACHE_INVALIDATE we need to emit a NULL in gen8_emit_flush_rcs()
90 * We always require a command barrier so that subsequent in gen8_emit_flush_xcs()
226 if (IS_GFX_GT_IP_RANGE(rq->engine->gt, IP_VER(12, 70), IP_VER(12, 74)) || in mtl_dummy_pipe_control()
268 if (GRAPHICS_VER_FULL(rq->i915) >= IP_VER(12, 70)) in gen12_emit_flush_rcs()
279 GRAPHICS_VER_FULL(rq->i915) < IP_VER(12, 70)) in gen12_emit_flush_rcs()
346 * invalidate and loading a stale page for the batch in gen12_emit_flush_rcs()
384 * We always require a command barrier so that subsequent in gen12_emit_flush_xcs()
459 * or spinning on a kernel semaphore (or earlier). For no-preemption in gen8_emit_init_breadcrumb()
550 * particular all the gen that do not need the w/a at all!), if we in gen8_emit_bb_start_noarb()
553 * we would be fine. However, for gen8 there is another w/a that in gen8_emit_bb_start_noarb()
[all …]
/linux/Documentation/devicetree/bindings/memory-controllers/
H A Darm,pl172.yaml12 # We need a select here so we don't match all nodes with 'arm,primecell'
62 "^flash@[0-9],[0-9a-f]+$":
67 "^(gpio|sram)@[0-9],[0-9a-f]+$":
207 mpmc,read-enable-delay = <70>;
208 mpmc,page-mode-read-delay = <70>;
/linux/arch/alpha/kernel/
H A Drtc.c28 * Further, generic code is really, really tied to a 1900 epoch. This is
64 /* PC-like is standard; used for year >= 70 */ in init_rtc_epoch()
71 } else if (year >= 48 && year < 70) { in init_rtc_epoch()
92 a copy of __get_rtc_time with the edits we need. */ in alpha_rtc_read_time()

12345678910>>...33