| /kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
| D | switch.c | 66 /* Save, Step 1: in acquire_spu_lock() 67 * Restore, Step 1: in acquire_spu_lock() 75 /* Restore, Step 76: in release_spu_lock() 86 /* Save, Step 2: in check_spu_isolate() 87 * Save, Step 6: in check_spu_isolate() 99 /* Save, Step 3: in disable_interrupts() 100 * Restore, Step 2: in disable_interrupts() 136 /* Save, Step 4: in set_watchdog_timer() 137 * Restore, Step 25. in set_watchdog_timer() 149 /* Save, Step 5: in inhibit_user_access() [all …]
|
| D | spu_save.c | 29 /* Save, Step 2: in save_event_mask() 40 /* Save, Step 3: in save_tag_mask() 55 /* Save, Step 7: in save_upper_240kb() 72 /* Save, Step 9: in save_fpcr() 84 /* Save, Step 10: in save_decr() 96 /* Save, Step 11: in save_srr0() 111 /* Save, Step 13: in spill_regs_to_mem() 128 /* Save, Step 14: in enqueue_sync() 137 /* Save, Step 18: in save_complete() 161 /* Step 1: done by exit(). */ in main() [all …]
|
| D | spu_restore.c | 55 /* Restore, Step 4: in restore_upper_240kb() 73 /* Restore, Step 6(moved): in restore_decr() 92 /* Restore, Step 11: in write_ppu_mb() 106 /* Restore, Step 12: in write_ppuint_mb() 120 /* Restore, Step 13: in restore_fpcr() 134 /* Restore, Step 14: in restore_srr0() 147 /* Restore, Step 15: in restore_event_mask() 160 /* Restore, Step 16: in restore_tag_mask() 176 /* Restore, Step 18: in restore_complete() 180 * Restore, Step 19: in restore_complete() [all …]
|
| D | spu_utils.h | 58 /* Save, Step 4: in set_event_mask() 59 * Restore, Step 1: in set_event_mask() 70 /* Save, Step 5: in set_tag_mask() 71 * Restore, Step 2: in set_tag_mask() 83 /* Save, Step 6: in build_dma_list() 84 * Restore, Step 3: in build_dma_list() 104 /* Save, Step 12: in enqueue_putllc() 105 * Restore, Step 7: in enqueue_putllc() 122 /* Save, Step 15: in set_tag_update() 123 * Restore, Step 8: in set_tag_update() [all …]
|
| /kernel/linux/linux-4.19/arch/powerpc/platforms/cell/spufs/ |
| D | switch.c | 80 /* Save, Step 1: in acquire_spu_lock() 81 * Restore, Step 1: in acquire_spu_lock() 89 /* Restore, Step 76: in release_spu_lock() 100 /* Save, Step 2: in check_spu_isolate() 101 * Save, Step 6: in check_spu_isolate() 113 /* Save, Step 3: in disable_interrupts() 114 * Restore, Step 2: in disable_interrupts() 150 /* Save, Step 4: in set_watchdog_timer() 151 * Restore, Step 25. in set_watchdog_timer() 163 /* Save, Step 5: in inhibit_user_access() [all …]
|
| D | spu_save.c | 43 /* Save, Step 2: in save_event_mask() 54 /* Save, Step 3: in save_tag_mask() 69 /* Save, Step 7: in save_upper_240kb() 86 /* Save, Step 9: in save_fpcr() 98 /* Save, Step 10: in save_decr() 110 /* Save, Step 11: in save_srr0() 125 /* Save, Step 13: in spill_regs_to_mem() 142 /* Save, Step 14: in enqueue_sync() 151 /* Save, Step 18: in save_complete() 175 /* Step 1: done by exit(). */ in main() [all …]
|
| D | spu_restore.c | 69 /* Restore, Step 4: in restore_upper_240kb() 87 /* Restore, Step 6(moved): in restore_decr() 106 /* Restore, Step 11: in write_ppu_mb() 120 /* Restore, Step 12: in write_ppuint_mb() 134 /* Restore, Step 13: in restore_fpcr() 148 /* Restore, Step 14: in restore_srr0() 161 /* Restore, Step 15: in restore_event_mask() 174 /* Restore, Step 16: in restore_tag_mask() 190 /* Restore, Step 18: in restore_complete() 194 * Restore, Step 19: in restore_complete() [all …]
|
| D | spu_utils.h | 71 /* Save, Step 4: in set_event_mask() 72 * Restore, Step 1: in set_event_mask() 83 /* Save, Step 5: in set_tag_mask() 84 * Restore, Step 2: in set_tag_mask() 96 /* Save, Step 6: in build_dma_list() 97 * Restore, Step 3: in build_dma_list() 117 /* Save, Step 12: in enqueue_putllc() 118 * Restore, Step 7: in enqueue_putllc() 135 /* Save, Step 15: in set_tag_update() 136 * Restore, Step 8: in set_tag_update() [all …]
|
| /kernel/linux/linux-4.19/tools/testing/radix-tree/ |
| D | benchmark.c | 64 unsigned long size, unsigned long step, int order) in benchmark_insert() argument 72 for (index = 0 ; index < size ; index += step) in benchmark_insert() 80 printv(2, "Size: %8ld, step: %8ld, order: %d, insertion: %15lld ns\n", in benchmark_insert() 81 size, step, order, nsec); in benchmark_insert() 85 unsigned long size, unsigned long step, int order) in benchmark_tagging() argument 93 for (index = 0 ; index < size ; index += step) in benchmark_tagging() 101 printv(2, "Size: %8ld, step: %8ld, order: %d, tagging: %17lld ns\n", in benchmark_tagging() 102 size, step, order, nsec); in benchmark_tagging() 106 unsigned long size, unsigned long step, int order) in benchmark_delete() argument 114 for (index = 0 ; index < size ; index += step) in benchmark_delete() [all …]
|
| /kernel/linux/linux-5.10/tools/testing/radix-tree/ |
| D | benchmark.c | 53 unsigned long size, unsigned long step) in benchmark_insert() argument 61 for (index = 0 ; index < size ; index += step) in benchmark_insert() 69 printv(2, "Size: %8ld, step: %8ld, insertion: %15lld ns\n", in benchmark_insert() 70 size, step, nsec); in benchmark_insert() 74 unsigned long size, unsigned long step) in benchmark_tagging() argument 82 for (index = 0 ; index < size ; index += step) in benchmark_tagging() 90 printv(2, "Size: %8ld, step: %8ld, tagging: %17lld ns\n", in benchmark_tagging() 91 size, step, nsec); in benchmark_tagging() 95 unsigned long size, unsigned long step) in benchmark_delete() argument 103 for (index = 0 ; index < size ; index += step) in benchmark_delete() [all …]
|
| /kernel/linux/linux-5.10/include/trace/events/ |
| D | wbt.h | 81 * wbt_step - trace wb event step 83 * @step: the current scale step count 92 int step, unsigned long window, unsigned int bg, 95 TP_ARGS(bdi, msg, step, window, bg, normal, max), 100 __field(int, step) 111 __entry->step = step; 118 TP_printk("%s: %s: step=%d, window=%luus, background=%u, normal=%u, max=%u", 119 __entry->name, __entry->msg, __entry->step, __entry->window, 126 * @step: the current scale step count 132 int step, unsigned int inflight), [all …]
|
| /kernel/linux/linux-4.19/include/trace/events/ |
| D | wbt.h | 81 * wbt_step - trace wb event step 83 * @step: the current scale step count 92 int step, unsigned long window, unsigned int bg, 95 TP_ARGS(bdi, msg, step, window, bg, normal, max), 100 __field(int, step) 111 __entry->step = step; 118 TP_printk("%s: %s: step=%d, window=%luus, background=%u, normal=%u, max=%u\n", 119 __entry->name, __entry->msg, __entry->step, __entry->window, 126 * @step: the current scale step count 132 int step, unsigned int inflight), [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
| D | selftest_ring.c | 52 static int check_ring_step(struct intel_ring *ring, u32 x, u32 step) in check_ring_step() argument 54 u32 prev = x, next = intel_ring_wrap(ring, x + step); in check_ring_step() 65 static int check_ring_offset(struct intel_ring *ring, u32 x, u32 step) in check_ring_offset() argument 69 err |= check_ring_step(ring, x, step); in check_ring_offset() 70 err |= check_ring_step(ring, intel_ring_wrap(ring, x + 1), step); in check_ring_offset() 71 err |= check_ring_step(ring, intel_ring_wrap(ring, x - 1), step); in check_ring_offset() 80 int step, err = 0; in igt_ring_direction() local 89 for (step = 1; step < half; step <<= 1) { in igt_ring_direction() 90 err |= check_ring_offset(ring, 0, step); in igt_ring_direction() 91 err |= check_ring_offset(ring, half, step); in igt_ring_direction()
|
| /kernel/linux/linux-5.10/sound/soc/fsl/ |
| D | fsl_audmix.h | 20 #define FSL_AUDMIX_ATSTPUP0 0x210 /* Attenuation step up factor */ 21 #define FSL_AUDMIX_ATSTPDN0 0x214 /* Attenuation step down factor */ 22 #define FSL_AUDMIX_ATSTPTGT0 0x218 /* Attenuation step target */ 24 #define FSL_AUDMIX_ATSTP0 0x220 /* Attenuation step number */ 28 #define FSL_AUDMIX_ATSTPUP1 0x230 /* Attenuation step up factor */ 29 #define FSL_AUDMIX_ATSTPDN1 0x234 /* Attenuation step down factor */ 30 #define FSL_AUDMIX_ATSTPTGT1 0x238 /* Attenuation step target */ 32 #define FSL_AUDMIX_ATSTP1 0x240 /* Attenuation step number */ 79 /* AUDMIX Attenuation Step Up Factor Register */ 82 /* AUDMIX Attenuation Step Down Factor Register */ [all …]
|
| /kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
| D | setox.S | 50 | Step 1. Set ans := 1.0 52 | Step 2. Return ans := ans + sign(X)*2^(-126). Exit. 59 | Step 1. Filter out extreme cases of input argument. 60 | 1.1 If |X| >= 2^(-65), go to Step 1.3. 61 | 1.2 Go to Step 7. 62 | 1.3 If |X| < 16380 log(2), go to Step 2. 63 | 1.4 Go to Step 8. 72 | Note also that the constant 16380 log(2) used in Step 1.3 74 | to Step 2 guarantees |X| < 16380 log(2). There is no harm 76 | but close to, 16380 log(2) and the branch to Step 9 is [all …]
|
| D | slog2.S | 32 | Step 0. If X < 0, create a NaN and raise the invalid operation 37 | Step 1. Call slognd to obtain Y = log(X), the natural log of X. 40 | Step 2. Compute log_10(X) = log(X) * (1/log(10)). 47 | Step 0. If X < 0, create a NaN and raise the invalid operation 52 | Step 1. Call sLogN to obtain Y = log(X), the natural log of X. 54 | Step 2. Compute log_10(X) = log(X) * (1/log(10)). 61 | Step 0. If X < 0, create a NaN and raise the invalid operation 66 | Step 1. Call slognd to obtain Y = log(X), the natural log of X. 69 | Step 2. Compute log_10(X) = log(X) * (1/log(2)). 76 | Step 0. If X < 0, create a NaN and raise the invalid operation [all …]
|
| /kernel/linux/linux-4.19/arch/m68k/fpsp040/ |
| D | setox.S | 50 | Step 1. Set ans := 1.0 52 | Step 2. Return ans := ans + sign(X)*2^(-126). Exit. 59 | Step 1. Filter out extreme cases of input argument. 60 | 1.1 If |X| >= 2^(-65), go to Step 1.3. 61 | 1.2 Go to Step 7. 62 | 1.3 If |X| < 16380 log(2), go to Step 2. 63 | 1.4 Go to Step 8. 72 | Note also that the constant 16380 log(2) used in Step 1.3 74 | to Step 2 guarantees |X| < 16380 log(2). There is no harm 76 | but close to, 16380 log(2) and the branch to Step 9 is [all …]
|
| D | slog2.S | 32 | Step 0. If X < 0, create a NaN and raise the invalid operation 37 | Step 1. Call slognd to obtain Y = log(X), the natural log of X. 40 | Step 2. Compute log_10(X) = log(X) * (1/log(10)). 47 | Step 0. If X < 0, create a NaN and raise the invalid operation 52 | Step 1. Call sLogN to obtain Y = log(X), the natural log of X. 54 | Step 2. Compute log_10(X) = log(X) * (1/log(10)). 61 | Step 0. If X < 0, create a NaN and raise the invalid operation 66 | Step 1. Call slognd to obtain Y = log(X), the natural log of X. 69 | Step 2. Compute log_10(X) = log(X) * (1/log(2)). 76 | Step 0. If X < 0, create a NaN and raise the invalid operation [all …]
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/mb862xx/ |
| D | mb862xxfb_accel.c | 71 static void mb86290fb_imageblit1(u32 *cmd, u16 step, u16 dx, u16 dy, in mb86290fb_imageblit1() argument 97 (GDC_CMD_BITMAP << 16) | (2 + (step * height)); in mb86290fb_imageblit1() 102 memcpy(&cmd[9 + i * step], line, step << 2); in mb86290fb_imageblit1() 106 for (k = 0; k < step; k++) in mb86290fb_imageblit1() 107 cmd[9 + i * step + k] = in mb86290fb_imageblit1() 108 cpu_to_be32(cmd[9 + i * step + k]); in mb86290fb_imageblit1() 120 static void mb86290fb_imageblit8(u32 *cmd, u16 step, u16 dx, u16 dy, in mb86290fb_imageblit8() argument 130 (GDC_CMD_BLT_DRAW << 16) | (2 + (height * step)); in mb86290fb_imageblit8() 140 for (j = 0; j < step; j++) { in mb86290fb_imageblit8() 141 cmd[3 + i * step + j] = in mb86290fb_imageblit8() [all …]
|
| /kernel/linux/linux-4.19/drivers/video/fbdev/mb862xx/ |
| D | mb862xxfb_accel.c | 75 static void mb86290fb_imageblit1(u32 *cmd, u16 step, u16 dx, u16 dy, in mb86290fb_imageblit1() argument 101 (GDC_CMD_BITMAP << 16) | (2 + (step * height)); in mb86290fb_imageblit1() 106 memcpy(&cmd[9 + i * step], line, step << 2); in mb86290fb_imageblit1() 110 for (k = 0; k < step; k++) in mb86290fb_imageblit1() 111 cmd[9 + i * step + k] = in mb86290fb_imageblit1() 112 cpu_to_be32(cmd[9 + i * step + k]); in mb86290fb_imageblit1() 124 static void mb86290fb_imageblit8(u32 *cmd, u16 step, u16 dx, u16 dy, in mb86290fb_imageblit8() argument 134 (GDC_CMD_BLT_DRAW << 16) | (2 + (height * step)); in mb86290fb_imageblit8() 144 for (j = 0; j < step; j++) { in mb86290fb_imageblit8() 145 cmd[3 + i * step + j] = in mb86290fb_imageblit8() [all …]
|
| /kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/ |
| D | s5p_mfc_enc.c | 118 .step = 1, 134 .step = 1, 142 .step = 1, 150 .step = 1, 159 .step = 1, 168 .step = 1, 176 .step = 1, 184 .step = 1, 193 .step = 1, 210 .step = 0, [all …]
|
| /kernel/linux/linux-4.19/drivers/media/platform/s5p-mfc/ |
| D | s5p_mfc_enc.c | 130 .step = 1, 146 .step = 1, 154 .step = 1, 162 .step = 1, 171 .step = 1, 180 .step = 1, 188 .step = 1, 196 .step = 1, 205 .step = 1, 222 .step = 0, [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/input/touchscreen/ |
| D | ti-tsc-adc.txt | 10 programmable steps each step is used to 33 ti,charge-delay: Length of touch screen charge delay step in terms of 41 charge step, so this does in fact function as a 46 ti,chan-step-opendelay: List of open delays for each channel of 50 step configuration registers and before 53 ti,chan-step-sampledelay: List of sample delays for each channel 59 ti,chan-step-avg: Number of averages to be performed for each 79 ti,chan-step-opendelay = <0x098 0x3ffff 0x098 0x0>; 80 ti,chan-step-sampledelay = <0xff 0x0 0xf 0x0>; 81 ti,chan-step-avg = <16 2 4 8>;
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
| D | si4713.rst | 79 rds_signal_deviation (int) : min=0 max=90000 step=10 default=200 value=200 flags=slider 80 rds_program_id (int) : min=0 max=65535 step=1 default=0 value=0 81 rds_program_type (int) : min=0 max=31 step=1 default=0 value=0 82 rds_ps_name (str) : min=0 max=96 step=8 value='si4713 ' 83 rds_radio_text (str) : min=0 max=384 step=32 value='' 85 audio_limiter_release_time (int) : min=250 max=102390 step=50 default=5010 value=5010 flags=slider 86 audio_limiter_deviation (int) : min=0 max=90000 step=10 default=66250 value=66250 flags=slider 88 audio_compression_gain (int) : min=0 max=20 step=1 default=15 value=15 flags=slider 89 audio_compression_threshold (int) : min=-40 max=0 step=1 default=-40 value=-40 flags=slider 90 audio_compression_attack_time (int) : min=0 max=5000 step=500 default=0 value=0 flags=slider [all …]
|
| /kernel/linux/linux-4.19/Documentation/media/v4l-drivers/ |
| D | si4713.rst | 77 rds_signal_deviation (int) : min=0 max=90000 step=10 default=200 value=200 flags=slider 78 rds_program_id (int) : min=0 max=65535 step=1 default=0 value=0 79 rds_program_type (int) : min=0 max=31 step=1 default=0 value=0 80 rds_ps_name (str) : min=0 max=96 step=8 value='si4713 ' 81 rds_radio_text (str) : min=0 max=384 step=32 value='' 83 audio_limiter_release_time (int) : min=250 max=102390 step=50 default=5010 value=5010 flags=slider 84 audio_limiter_deviation (int) : min=0 max=90000 step=10 default=66250 value=66250 flags=slider 86 audio_compression_gain (int) : min=0 max=20 step=1 default=15 value=15 flags=slider 87 audio_compression_threshold (int) : min=-40 max=0 step=1 default=-40 value=-40 flags=slider 88 audio_compression_attack_time (int) : min=0 max=5000 step=500 default=0 value=0 flags=slider [all …]
|