/Linux-v6.1/arch/parisc/kernel/ |
D | hardware.c | 48 {HPHW_NPROC,0x182,0x4,0x91,"TNT 100 (891,T500)"}, 78 {HPHW_NPROC,0x317,0x4,0x81,"Scorpio 100 (715/100)"}, 81 {HPHW_NPROC,0x320,0x4,0x81,"Spectra (725/100)"}, 89 {HPHW_NPROC,0x484,0x4,0x81,"UL Proc L-100 (811/D210,D310)"}, 113 {HPHW_NPROC,0x580,0x4,0x81,"KittyHawk DC2-100 (K100)"}, 115 {HPHW_NPROC,0x582,0x4,0x91,"KittyHawk DC3 100 (K400)"}, 118 {HPHW_NPROC,0x585,0x4,0x91,"SkyHawk 100"}, 122 {HPHW_NPROC,0x589,0x4,0x81,"UL Proc 1-way T'100 (821/D250,D350)"}, 123 {HPHW_NPROC,0x58A,0x4,0x91,"UL Proc 2-way T'100 (831/D250,D350)"}, 124 {HPHW_NPROC,0x58B,0x4,0x91,"KittyHawk DC2 100 (K200)"}, [all …]
|
/Linux-v6.1/drivers/media/platform/samsung/s5p-mfc/ |
D | regs-mfc-v7.h | 46 #define MFC_H264_ENC_CTX_BUF_SIZE_V7 (100 * SZ_1K) /* 100KB */ 50 #define S5P_FIMV_SCRATCH_BUF_SIZE_MPEG4_DEC_V7(w, h) \ argument 51 (SZ_1M + ((w) * 144) + (8192 * (h)) + 49216) 53 #define S5P_FIMV_SCRATCH_BUF_SIZE_VP8_ENC_V7(w, h) \ argument 54 (((w) * 48) + 8192 + ((((w) + 1) / 2) * 128) + 144 + \ 55 ((((((w) * 16) * ((h) * 16)) * 3) / 2) * 4))
|
D | regs-mfc-v8.h | 95 #define MFC_H264_ENC_CTX_BUF_SIZE_V8 (100 * SZ_1K) /* 100KB */ 99 #define S5P_FIMV_TMV_BUFFER_SIZE_V8(w, h) (((w) + 1) * ((h) + 1) * 8) argument 101 #define S5P_FIMV_SCRATCH_BUF_SIZE_H264_DEC_V8(w, h) (((w) * 704) + 2176) argument 102 #define S5P_FIMV_SCRATCH_BUF_SIZE_VP8_DEC_V8(w, h) \ argument 103 (((w) * 576 + (h) * 128) + 4128) 105 #define S5P_FIMV_SCRATCH_BUF_SIZE_H264_ENC_V8(w, h) \ argument 106 (((w) * 592) + 2336) 107 #define S5P_FIMV_SCRATCH_BUF_SIZE_VP8_ENC_V8(w, h) \ argument 108 (((w) * 576) + 10512 + \ 109 ((((((w) * 16) * ((h) * 16)) * 3) / 2) * 4))
|
D | regs-mfc-v6.h | 377 #define S5P_FIMV_TMV_BUFFER_SIZE_V6(w, h) (((w) + 1) * ((h) + 3) * 8) argument 381 #define S5P_FIMV_SCRATCH_BUF_SIZE_H264_DEC_V6(w, h) (((w) * 192) + 64) argument 382 #define S5P_FIMV_SCRATCH_BUF_SIZE_MPEG4_DEC_V6(w, h) \ argument 383 ((w) * 144 + 8192 * (h) + 49216 + 1048576) 384 #define S5P_FIMV_SCRATCH_BUF_SIZE_VC1_DEC_V6(w, h) \ argument 385 (2096 * ((w) + (h) + 1)) 386 #define S5P_FIMV_SCRATCH_BUF_SIZE_H263_DEC_V6(w, h) \ argument 387 S5P_FIMV_SCRATCH_BUF_SIZE_MPEG4_DEC_V6(w, h) 388 #define S5P_FIMV_SCRATCH_BUF_SIZE_VP8_DEC_V6(w, h) \ argument 389 ((w) * 32 + (h) * 128 + (((w) + 1) / 2) * 64 + 2112) [all …]
|
/Linux-v6.1/drivers/scsi/ |
D | nsp32.h | 81 #define IRQ_CONTROL 0x00 /* BASE+00, W, W */ 82 #define IRQ_STATUS 0x00 /* BASE+00, W, R */ 112 #define TRANSFER_CONTROL 0x02 /* BASE+02, W, W */ 113 #define TRANSFER_STATUS 0x02 /* BASE+02, W, R */ 130 #define INDEX_REG 0x04 /* BASE+04, Byte(R/W), Word(R) */ 132 #define TIMER_SET 0x06 /* BASE+06, W, R/W */ 136 #define DATA_REG_LOW 0x08 /* BASE+08, LowW, R/W */ 137 #define DATA_REG_HI 0x0a /* BASE+0a, Hi-W, R/W */ 139 #define FIFO_REST_CNT 0x0c /* BASE+0c, W, R/W */ 144 #define SREQ_SMPL_RATE 0x0f /* BASE+0f, B, R/W */ [all …]
|
/Linux-v6.1/arch/arm/mm/ |
D | proc-macros.S | 125 * 100x 1 0 1 r/o no acc 127 * 1011 0 0 1 r/w no acc 130 * 1111 0 1 1 r/w r/w 198 * 100x 0x00 r/o no acc 200 * 1011 0x55 r/w no acc 201 * 110x 0xaa r/w r/o 202 * 11x0 0xaa r/w r/o 203 * 1111 0xff r/w r/w 241 * 100x 00 r/o no acc 243 * 1011 01 r/w no acc [all …]
|
/Linux-v6.1/sound/pcmcia/pdaudiocf/ |
D | pdaudiocf.h | 23 #define PDAUDIOCF_REG_TCR 0x06 /* test control register W/O */ 24 #define PDAUDIOCF_REG_SCR 0x08 /* status and control, R/W (see bit description) */ 26 #define PDAUDIOCF_REG_IER 0x0c /* interrupt enable, R/W */ 27 #define PDAUDIOCF_REG_AK_IFR 0x0e /* AK interface register, R/W */ 57 #define PDAUDIOCF_BLUEDUTY0 (1<<8) /* blue LED duty cycle; 00 = 100%, 01 = 50% */ 59 #define PDAUDIOCF_REDDUTY0 (1<<10) /* red LED duty cycle; 00 = 100%, 01 = 50% */ 62 #define PDAUDIOCF_BLUEMODULATE (1<<13) /* save power when 100% duty cycle selected */ 63 #define PDAUDIOCF_REDMODULATE (1<<14) /* save power when 100% duty cycle selected */
|
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/chelsio/ |
D | cxgb.rst | 60 An example to set the timer latency value to 100us on eth0:: 62 ethtool -C eth0 rx-usecs 100 127 sysctl -w net.ipv4.tcp_timestamps=0 131 sysctl -w net.ipv4.tcp_sack=0 135 sysctl -w net.ipv4.tcp_max_syn_backlog=3000 139 sysctl -w net.core.rmem_max=1024000 143 sysctl -w net.core.wmem_max=1024000 151 sysctl -w net.core.rmem_default=524287 155 sysctl -w net.core.wmem_default=524287 159 sysctl -w net.core.optmem_max=524287 [all …]
|
/Linux-v6.1/tools/testing/selftests/net/ |
D | fib_nexthops.sh | 61 nsid=100 304 local grpnum=100 305 local nhidstart=100 367 run_cmd "$IP nexthop add id 100 via $ipstr dev veth1" 368 run_cmd "$IP nexthop add id 1000 group 100 type resilient buckets $buckets" 471 … local 2001:db8:91::9 remote 2001:db8:91::10 dstport 4789 nolearning noudpcsum tos inherit ttl 100" 551 …vxlan id 1010 local 10.0.0.1 remote 10.0.0.2 dstport 4789 nolearning noudpcsum tos inherit ttl 100" 647 run_cmd "$IP nexthop add id 100 via 2001:db8:91::2 dev veth1.10" 649 run_cmd "$IP nexthop add id 102 group 100" 652 # create per-cpu dsts through nh 100 [all …]
|
/Linux-v6.1/tools/testing/selftests/net/forwarding/ |
D | mirror_gre_bound.sh | 20 # | | : ttl=100 : ttl=100 | | 36 # | ttl=100 ttl=100 | 125 ttl 100 tos inherit dev ul 130 ttl 100 tos inherit dev ul allow-localremote 188 full_test_span_gre_dir gt4 ingress 8 0 "mirror to gretap w/ UL" 189 full_test_span_gre_dir gt4 egress 0 8 "mirror to gretap w/ UL" 194 full_test_span_gre_dir gt6 ingress 8 0 "mirror to ip6gretap w/ UL" 195 full_test_span_gre_dir gt6 egress 0 8 "mirror to ip6gretap w/ UL"
|
/Linux-v6.1/arch/arm64/boot/dts/rockchip/ |
D | rk3399-gru.dtsi | 57 /* EC turns on w/ lpddr_pwr_en; always on for AP */ 96 /* EC turns on w/ pp5000_en; always on for AP */ 111 pwm-dutycycle-range = <100 0>; 112 pwm-dutycycle-unit = <100>; 114 /* EC turns on w/ ap_core_en; always on for AP */ 140 pwm-dutycycle-range = <100 0>; 141 pwm-dutycycle-unit = <100>; 143 /* EC turns on w/ ap_core_en; always on for AP */ 169 pwm-dutycycle-range = <100 0>; 170 pwm-dutycycle-unit = <100>; [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/arm/mstar/ |
D | mstar.yaml | 26 - 100ask,dongshanpione # 100ask DongShanPiOne 31 - wirelesstag,ido-sbc2d06-v1b-22w # Wireless Tag IDO-SBC2D06-1VB-22W
|
/Linux-v6.1/arch/x86/include/asm/ |
D | inst.h | 11 #define REG_NUM_INVALID 100 15 #define REG_TYPE_INVALID 100 137 .macro PFX_REX opd1 opd2 W=0 138 .if ((\opd1 | \opd2) & 8) || \W 139 .byte 0x40 | ((\opd1 & 8) >> 3) | ((\opd2 & 8) >> 1) | (\W << 3)
|
/Linux-v6.1/drivers/crypto/amcc/ |
D | crypto4xx_reg_def.h | 129 #define PPC4XX_RING_RETRY 100 130 #define PPC4XX_RING_POLL 100 161 u32 w; member 173 u32 w; member 185 u32 w; member 196 u32 w; member 207 u32 w; member 256 u32 w; member 270 u32 w; member
|
/Linux-v6.1/Documentation/power/powercap/ |
D | dtpm.rst | 60 |-- pd0 (100mW - 700mW) 70 | |-- pd0 (100mW - 700mW) 78 SoC (w=1024) 80 |-- pkg (w=538) 82 | |-- pd0 (w=231) 84 | `-- pd1 (w=794) 86 `-- pd2 (w=486) 92 SoC (w=1024) <--- power_limit = 3200mW 94 |-- pkg (w=538) --> power_limit = 1681mW 96 | |-- pd0 (w=231) --> power_limit = 378mW [all …]
|
/Linux-v6.1/drivers/eisa/ |
D | eisa.ids | 249 CPQ525D "Compaq 5/100 System Processor Board-1MB" 253 CPQ528A "Compaq 5/100 System Processor Board w/ Transaction Blaster" 254 CPQ528B "Compaq 5/100 System Processor Board" 299 CPQ925D "Compaq 5/100 System Processor Board-1MB" 311 CPQ928A "Compaq 5/100 System Processor Board w/ Transaction Blaster" 312 CPQ928B "Compaq 5/100 System Processor Board" 331 CPQ935D "Compaq 5/100 System Processor Board-1MB" 335 CPQ938A "Compaq 5/100 System Processor Board w/ Transaction Blaster" 336 CPQ938B "Compaq 5/100 System Processor Board" 342 CPQ945D "Compaq 5/100 System Processor Board-1MB" [all …]
|
/Linux-v6.1/drivers/comedi/drivers/ |
D | dt2811.c | 48 #define DT2811_ADCSR_REG 0x00 /* r/w A/D Control/Status */ 53 #define DT2811_ADCSR_DMAENB BIT(3) /* r/w 1=dma ena */ 54 #define DT2811_ADCSR_INTENB BIT(2) /* r/w 1=interrupts ena */ 57 #define DT2811_ADGCR_REG 0x01 /* r/w A/D Gain/Channel */ 64 #define DT2811_DADATA_LO_REG(x) (0x02 + ((x) * 2)) /* w D/A Data low */ 65 #define DT2811_DADATA_HI_REG(x) (0x03 + ((x) * 2)) /* w D/A Data high */ 68 #define DT2811_DO_REG 0x06 /* w Digital Output Port 1 */ 70 #define DT2811_TMRCTR_REG 0x07 /* r/w Timer/Counter */ 82 * 2 2 300 kHz 2 100 86 * 6 6 100 kHz 6 1000000 [all …]
|
/Linux-v6.1/samples/bpf/ |
D | hbm.c | 13 * USAGE: hbm [-d] [-l] [-n <id>] [-r <rate>] [-s] [-t <secs>] [-w] [-h] [prog] 23 * -w Work conserving flag. cgroup can increase its bandwidth 89 outf = fopen(outFname, "w"); in read_trace_pipe2() 164 char cg_dir[100], cg_pin_path[100]; in run_bpf_prog() 277 delta_rate) * 100 / in run_bpf_prog() 308 char fname[100]; in run_bpf_prog() 315 fout = fopen(fname, "w"); in run_bpf_prog() 326 char fname[100]; in run_bpf_prog() 342 fout = fopen(fname, "w"); in run_bpf_prog() 427 " [-s] [-t <secs>] [-w] [-h] [prog]\n" in Usage() [all …]
|
/Linux-v6.1/tools/testing/selftests/net/mptcp/ |
D | diag.sh | 8 timeout_poll=100 182 ./mptcp_connect -p 10000 -l -t ${timeout_poll} -w 20 \ 191 ./mptcp_connect -p 10000 -r 0 -t ${timeout_poll} -w 20 \ 203 ./mptcp_connect -p 10001 -l -s TCP -t ${timeout_poll} -w 20 \ 209 ./mptcp_connect -p 10001 -r 0 -t ${timeout_poll} -w 20 \ 215 NR_CLIENTS=100 220 ./mptcp_connect -p $((I+10001)) -l -w 20 \ 229 ./mptcp_connect -p $((I+10001)) -w 20 \
|
/Linux-v6.1/Documentation/devicetree/bindings/ |
D | trivial-devices.yaml | 52 # ATSHA204 - i2c h/w symmetric crypto module 54 # ATSHA204A - i2c h/w symmetric crypto module 56 # i2c h/w elliptic curve crypto module 84 # Delta Electronics DPS920AB 920W 54V Power Supply 138 # Infineon SLB9635 (Soft-) I2C TPM (old protocol, max 100khz) 178 # 100 kOhm digital potentiometer with I2C interface 179 - maxim,ds1803-100 252 # Microchip 7-bit Single I2C Digital POT (100k) 260 # Microchip 7-bit Single I2C Digital POT (100k) 268 # Microchip 7-bit Single I2C Digital POT (100k) [all …]
|
/Linux-v6.1/crypto/ |
D | sha512_generic.c | 88 static inline void LOAD_OP(int I, u64 *W, const u8 *input) in LOAD_OP() argument 90 W[I] = get_unaligned_be64((__u64 *)input + I); in LOAD_OP() 93 static inline void BLEND_OP(int I, u64 *W) in BLEND_OP() argument 95 W[I & 15] += s1(W[(I-2) & 15]) + W[(I-7) & 15] + s0(W[(I-15) & 15]); in BLEND_OP() 104 u64 W[16]; in sha512_transform() local 118 LOAD_OP(i + j, W, input); in sha512_transform() 121 BLEND_OP(i + j, W); in sha512_transform() 126 t1 = h + e1(e) + Ch(e,f,g) + sha512_K[i ] + W[(i & 15)]; in sha512_transform() 128 t1 = g + e1(d) + Ch(d,e,f) + sha512_K[i+1] + W[(i & 15) + 1]; in sha512_transform() 130 t1 = f + e1(c) + Ch(c,d,e) + sha512_K[i+2] + W[(i & 15) + 2]; in sha512_transform() [all …]
|
/Linux-v6.1/drivers/leds/ |
D | leds-lp3944.c | 19 * - duty cycle: percentage of the period the led is on, from 0 to 100 36 #define LP3944_REG_PSC0 0x02 /* Frequency Prescaler 0 (R/W) */ 37 #define LP3944_REG_PWM0 0x03 /* PWM Register 0 (R/W) */ 38 #define LP3944_REG_PSC1 0x04 /* Frequency Prescaler 1 (R/W) */ 39 #define LP3944_REG_PWM1 0x05 /* PWM Register 1 (R/W) */ 40 #define LP3944_REG_LS0 0x06 /* LEDs 0-3 Selector (R/W) */ 41 #define LP3944_REG_LS1 0x07 /* LEDs 4-7 Selector (R/W) */ 58 #define LP3944_DUTY_CYCLE_MAX 100 248 duty_cycle = 100 * (*delay_on) / period; in lp3944_led_set_blink() 254 duty_cycle = 100 - duty_cycle; in lp3944_led_set_blink()
|
/Linux-v6.1/drivers/net/ethernet/marvell/ |
D | skge.h | 806 #define SK_FACT_62 100 /* is given in percent */ 930 PHY_XMAC_CTRL = 0x00,/* 16 bit r/w PHY Control Register */ 931 PHY_XMAC_STAT = 0x01,/* 16 bit r/w PHY Status Register */ 934 PHY_XMAC_AUNE_ADV = 0x04,/* 16 bit r/w Auto-Neg. Advertisement */ 937 PHY_XMAC_NEPG = 0x07,/* 16 bit r/w Next Page Register */ 947 PHY_BCOM_CTRL = 0x00,/* 16 bit r/w PHY Control Register */ 951 PHY_BCOM_AUNE_ADV = 0x04,/* 16 bit r/w Auto-Neg. Advertisement */ 954 PHY_BCOM_NEPG = 0x07,/* 16 bit r/w Next Page Register */ 957 PHY_BCOM_1000T_CTRL = 0x09,/* 16 bit r/w 1000Base-T Control Reg */ 960 PHY_BCOM_P_EXT_CTRL = 0x10,/* 16 bit r/w PHY Extended Ctrl Reg */ [all …]
|
/Linux-v6.1/drivers/misc/habanalabs/gaudi/ |
D | gaudiP.h | 22 #define NUMBER_OF_INT_HW_QUEUES 100 45 #define CORESIGHT_TIMEOUT_USEC 100000 /* 100 ms */ 49 #define MAX_POWER_DEFAULT_PCI 200000 /* 200W */ 50 #define MAX_POWER_DEFAULT_PMC 350000 /* 350W */ 52 #define DC_POWER_DEFAULT_PCI 60000 /* 60W */ 53 #define DC_POWER_DEFAULT_PMC 60000 /* 60W */ 55 #define DC_POWER_DEFAULT_PMC_SEC 97000 /* 97W */ 270 * struct gaudi_hw_sob_group - H/W SOB group info. 287 * @hw_sob_group: H/W SOB groups. 314 * @hw_queues_lock: protects the H/W queues from concurrent access. [all …]
|
/Linux-v6.1/drivers/leds/trigger/ |
D | ledtrig-activity.c | 5 * Copyright (C) 2017 Willy Tarreau <w@1wt.eu> 73 /* We come here every 100ms in the worst case, so that's 100M ns of in led_activity_function() 87 usage = 100; in led_activity_function() 89 usage = 100 * diff_used / diff_boot; in led_activity_function() 112 * - a target CPU usage of min(50%, 100%/#CPU) for a 10% duty cycle in led_activity_function() 118 * ON_ms = 10 + (usage-target)/(100%-target) * 80 in led_activity_function() 119 * OFF_ms = 90 - (usage-target)/(100%-target) * 80 in led_activity_function() 122 * 100 ms and keep track of the sleep time left. This allows us to in led_activity_function() 126 activity_data->time_left -= 100; in led_activity_function() 135 target = (cpus > 1) ? (100 / cpus) : 50; in led_activity_function() [all …]
|