/linux/arch/parisc/kernel/ |
H A 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/drivers/watchdog/ |
H A D | bd96801_wdt.c | 45 #define FASTNG_MAX_US (100 * FASTNG_MIN << 7) 68 struct wdtbd96801 *w = watchdog_get_drvdata(wdt); in bd96801_wdt_ping() local 70 return regmap_update_bits(w->regmap, BD96801_REG_WD_FEED, in bd96801_wdt_ping() 76 struct wdtbd96801 *w = watchdog_get_drvdata(wdt); in bd96801_wdt_start() local 78 return regmap_update_bits(w->regmap, BD96801_REG_WD_CONF, in bd96801_wdt_start() 84 struct wdtbd96801 *w = watchdog_get_drvdata(wdt); in bd96801_wdt_stop() local 86 return regmap_update_bits(w->regmap, BD96801_REG_WD_CONF, in bd96801_wdt_stop() 166 static int bd96801_set_wdt_mode(struct wdtbd96801 *w, unsigned int hw_margin, in bd96801_set_wdt_mode() argument 170 struct device *dev = w->dev; in bd96801_set_wdt_mode() 188 * Convert to 100uS to guarantee reasonable timeouts fit in in bd96801_set_wdt_mode() [all …]
|
/linux/tools/perf/tests/shell/ |
H A D | record_lbr.sh | 35 if ! perf record -e cycles --call-graph lbr -o "${perfdata}" perf test -w thloop 67 if ! perf record -e cycles $branch_flags -o "${perfdata}" perf test -w thloop 70 perf record -e cycles $branch_flags -o "${perfdata}" perf test -w thloop || true 97 r=$(($zero_nr * 100 / $bs_nr)) 122 lbr_test "-j ind_jmp" "any indirect jump" 100 124 lbr_test "-j ind_call,u" "any indirect user call" 100 129 parallel_lbr_test "-b" "parallel any branch" 100 & 131 parallel_lbr_test "-j any_call" "parallel any call" 100 & 133 parallel_lbr_test "-j any_ret" "parallel any ret" 100 & 135 parallel_lbr_test "-j ind_call" "parallel any indirect call" 100 & [all …]
|
/linux/drivers/media/platform/samsung/s5p-mfc/ |
H A D | regs-mfc-v7.h | 47 #define MFC_H264_ENC_CTX_BUF_SIZE_V7 (100 * SZ_1K) /* 100KB */ 51 #define S5P_FIMV_SCRATCH_BUF_SIZE_MPEG4_DEC_V7(w, h) \ argument 52 (SZ_1M + ((w) * 144) + (8192 * (h)) + 49216) 54 #define S5P_FIMV_SCRATCH_BUF_SIZE_VP8_ENC_V7(w, h) \ argument 55 (((w) * 48) + 8192 + ((((w) + 1) / 2) * 128) + 144 + \ 56 ((((((w) * 16) * ((h) * 16)) * 3) / 2) * 4))
|
H A D | regs-mfc-v8.h | 98 #define MFC_H264_ENC_CTX_BUF_SIZE_V8 (100 * SZ_1K) /* 100KB */ 102 #define S5P_FIMV_TMV_BUFFER_SIZE_V8(w, h) (((w) + 1) * ((h) + 1) * 8) argument 104 #define S5P_FIMV_SCRATCH_BUF_SIZE_H264_DEC_V8(w, h) (((w) * 704) + 2176) argument 105 #define S5P_FIMV_SCRATCH_BUF_SIZE_VP8_DEC_V8(w, h) \ argument 106 (((w) * 576 + (h) * 128) + 4128) 108 #define S5P_FIMV_SCRATCH_BUF_SIZE_H264_ENC_V8(w, h) \ argument 109 (((w) * 592) + 2336) 110 #define S5P_FIMV_SCRATCH_BUF_SIZE_VP8_ENC_V8(w, h) \ argument 111 (((w) * 576) + 10512 + \ 112 ((((((w) * 16) * ((h) * 16)) * 3) / 2) * 4))
|
H A 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/drivers/scsi/ |
H A 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/arch/arm/mm/ |
H A D | proc-macros.S | 126 * 100x 1 0 1 r/o no acc 128 * 1011 0 0 1 r/w no acc 131 * 1111 0 1 1 r/w r/w 199 * 100x 0x00 r/o no acc 201 * 1011 0x55 r/w no acc 202 * 110x 0xaa r/w r/o 203 * 11x0 0xaa r/w r/o 204 * 1111 0xff r/w r/w 242 * 100x 00 r/o no acc 244 * 1011 01 r/w no acc [all …]
|
/linux/Documentation/networking/device_drivers/ethernet/chelsio/ |
H A 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/sound/pcmcia/pdaudiocf/ |
H A 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/tools/testing/selftests/net/ |
H A D | fib_nexthops.sh | 64 nsid=100 307 local grpnum=100 308 local nhidstart=100 370 run_cmd "$IP nexthop add id 100 via $ipstr dev veth1" 371 run_cmd "$IP nexthop add id 1000 group 100 type resilient buckets $buckets" 495 … local 2001:db8:91::9 remote 2001:db8:91::10 dstport 4789 nolearning noudpcsum tos inherit ttl 100" 575 …vxlan id 1010 local 10.0.0.1 remote 10.0.0.2 dstport 4789 nolearning noudpcsum tos inherit ttl 100" 777 run_cmd "$IP nexthop add id 100 via 2001:db8:91::2 dev veth1.10" 779 run_cmd "$IP nexthop add id 102 group 100" 782 # create per-cpu dsts through nh 100 [all …]
|
/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3399-gru.dtsi | 56 /* EC turns on w/ lpddr_pwr_en; always on for AP */ 95 /* EC turns on w/ pp5000_en; always on for AP */ 110 pwm-dutycycle-range = <100 0>; 111 pwm-dutycycle-unit = <100>; 113 /* EC turns on w/ ap_core_en; always on for AP */ 139 pwm-dutycycle-range = <100 0>; 140 pwm-dutycycle-unit = <100>; 142 /* EC turns on w/ ap_core_en; always on for AP */ 168 pwm-dutycycle-range = <100 0>; 169 pwm-dutycycle-unit = <100>; [all …]
|
/linux/tools/testing/selftests/net/forwarding/ |
H A D | mirror_gre_bound.sh | 20 # | | : ttl=100 : ttl=100 | | 36 # | ttl=100 ttl=100 | 126 ttl 100 tos inherit dev ul 131 ttl 100 tos inherit dev ul allow-localremote 189 full_test_span_gre_dir gt4 ingress 8 0 "mirror to gretap w/ UL" 190 full_test_span_gre_dir gt4 egress 0 8 "mirror to gretap w/ UL" 195 full_test_span_gre_dir gt6 ingress 8 0 "mirror to ip6gretap w/ UL" 196 full_test_span_gre_dir gt6 egress 0 8 "mirror to ip6gretap w/ UL"
|
/linux/drivers/eisa/ |
H A 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/Documentation/power/powercap/ |
H A 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/drivers/comedi/drivers/ |
H A 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/tools/testing/selftests/kvm/ |
H A D | dirty_log_perf_test.c | 180 * Use 100% writes during the population phase to ensure all in run_test() 186 memstress_set_write_percent(vm, 100); in run_test() 297 "[-x memslots] [-w percentage] [-c physical cpus to run test on]\n", name); in help() 325 printf(" -w: specify the percentage of pages which should be written to\n" in help() 326 " as an integer from 0-100 inclusive. This is probabilistic,\n" in help() 327 " so -w X means each page has an X%% chance of writing\n" in help() 328 " and a (100-X)%% chance of reading.\n" in help() 329 " (default: 100 i.e. all pages are written to.)\n"); in help() 344 .write_percent = 100, in main() 358 while ((opt = getopt(argc, argv, "ab:c:eghi:m:nop:r:s:v:x:w:")) != -1) { in main() [all …]
|
/linux/drivers/crypto/amcc/ |
H A 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/Documentation/networking/pse-pd/ |
H A D | introduction.rst | 33 Clause 33, delivering up to 15.4W of power. 35 covered in Clause 33, increasing power delivery to up to 30W. 37 in Clause 33. Type 3 delivers up to 60W, and Type 4 up to 100W. 39 in Clause 104. Introduces Classes 0 - 9. Class 9 PoDL PSE delivers up to ~65W 62 10BASE-T, 100BASE-TX, or 1000BASE-T.
|
/linux/samples/bpf/ |
H A 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() 327 char fname[100]; in run_bpf_prog() 343 fout = fopen(fname, "w"); in run_bpf_prog() 428 " [-s] [-t <secs>] [-w] [-h] [prog]\n" in Usage() [all …]
|
/linux/arch/x86/include/asm/ |
H A 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/Documentation/admin-guide/device-mapper/ |
H A D | dm-flakey.rst | 62 Either 'r' to corrupt reads or 'w' to corrupt writes. 63 'w' is incompatible with drop_writes. 73 0 and 1000000000 meaning 0% to 100% probability of corruption. 78 0 and 1000000000 meaning 0% to 100% probability of corruption. 88 corrupt_bio_byte 224 w 0 32
|
/linux/drivers/net/ethernet/marvell/ |
H A 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/Documentation/devicetree/bindings/arm/mstar/ |
H A D | mstar.yaml | 26 - 100ask,dongshanpione # 100ask DongShanPiOne 31 - wirelesstag,ido-sbc2d06-v1b-22w # Wireless Tag IDO-SBC2D06-1VB-22W
|
/linux/drivers/leds/ |
H A 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()
|