Home
last modified time | relevance | path

Searched +full:100 +full:w (Results 1 – 25 of 868) sorted by relevance

12345678910>>...35

/linux/drivers/watchdog/
H A Dbd96801_wdt.c45 #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()
187 * Convert to 100uS to guarantee reasonable timeouts fit in in bd96801_set_wdt_mode()
[all …]
/linux/arch/parisc/kernel/
H A Dhardware.c48 {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/tools/perf/tests/shell/
H A Drecord_lbr.sh50 perf_record_with_retry "${perfdata}" "check_lbr_callgraph" "perf test -w thloop" \
90 perf_record_with_retry "${perfdata}" "check_lbr_samples" "perf test -w thloop" \
121 r=$(($zero_nr * 100 / $bs_nr))
146 lbr_test "-j ind_jmp" "any indirect jump" 100
148 lbr_test "-j ind_call,u" "any indirect user call" 100
156 parallel_lbr_test "-b" "parallel any branch" 100 &
158 parallel_lbr_test "-j any_call" "parallel any call" 100 &
160 parallel_lbr_test "-j any_ret" "parallel any ret" 100 &
162 parallel_lbr_test "-j ind_call" "parallel any indirect call" 100 &
164 parallel_lbr_test "-j ind_jmp" "parallel any indirect jump" 100
[all...]
/linux/drivers/media/platform/samsung/s5p-mfc/
H A Dregs-mfc-v7.h47 #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 Dregs-mfc-v8.h98 #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))
/linux/arch/arm/mm/
H A Dproc-macros.S126 * 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/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf.h23 #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/Documentation/networking/device_drivers/ethernet/chelsio/
H A Dcxgb.rst60 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/tools/testing/selftests/net/
H A Dsrv6_encap_lookup_l3vpn_test.sh29 # X = tenant id and VRF table id; two tenants: 100 and 200
79 # | 100 | 1, 2 | cafe::1, 10.0.0.1 | cafe::2, 10.0.0.2 |
87 # | 100 | cafe::101, 10.0.0.101 | cafe::102, 10.0.0.102 |
99 # | 100 | fc00:2:1:100::0d46 | apply SRv6 End.DT46 vrftable 100 |
107 # | 100 | fc00:1:2:100::0d46 | forward via fd00::2 dev veth0 |
115 # | 100 | cafe::2 | encap segs fc00:1:2:100::0d46 lookup 500 |
130 # | 100 | fc00:1:2:100::0d46 | apply SRv6 End.DT46 vrftable 100 |
138 # | 100 | fc00:2:1:100::0d46 | forward via fd00::1 dev veth0 |
146 # | 100 | cafe::1 | encap segs fc00:2:1:100::0d46 lookup 500 |
170 # Example (tenant 100), rt-1 pings cafe::102 (rt-2's loopback):
[all …]
H A Dfib_nexthops.sh66 nsid=100
311 local grpnum=100
312 local nhidstart=100
374 run_cmd "$IP nexthop add id 100 via $ipstr dev veth1"
375 run_cmd "$IP nexthop add id 1000 group 100 type resilient buckets $buckets"
528 run_cmd "$IP link add name vx10 type vxlan id 1010 local 2001:db8:91::9 remote 2001:db8:91::10 dstport 4789 nolearning noudpcsum tos inherit ttl 100"
678 run_cmd "$IP link add name vx10 type vxlan id 1010 local 10.0.0.1 remote 10.0.0.2 dstport 4789 nolearning noudpcsum tos inherit ttl 100"
938 run_cmd "$IP nexthop add id 100 via 2001:db8:91::2 dev veth1.10"
940 run_cmd "$IP nexthop add id 102 group 100"
943 # create per-cpu dsts through nh 100
[all...]
H A Dsrv6_iptunnel_cache.sh40 # | cafe::1 | encap seg6 mode encap segs fc00::100 |
47 # | 100 | fc00::100 | via fd01::2 dev veth-r1 |
49 # | main | fc00::100 | blackhole |
56 # | iif veth-r0 | lookup 100 |
63 # | fc00::100 | End.DT6 table 255 (local) |
68 readonly SID="fc00::100"
132 ip -n "${NS_RTR}" -6 route add "${SID}"/128 table 100 \
135 ip -n "${NS_RTR}" -6 rule add iif veth-r0 lookup 100
162 ping -c 1 -W 2 "${DEST}" &>/dev/null; then
169 ping -c 1 -W 2 "${DEST}" &>/dev/null; then
[all …]
/linux/tools/testing/selftests/kvm/
H A Ddirty_log_perf_test.c146 * Use 100% writes during the population phase to ensure all in run_test()
152 memstress_set_write_percent(vm, 100); in run_test()
262 "[-x memslots] [-w percentage] [-c physical cpus to run test on]\n", name); in help()
290 printf(" -w: specify the percentage of pages which should be written to\n" in help()
291 " as an integer from 0-100 inclusive. This is probabilistic,\n" in help()
292 " so -w X means each page has an X%% chance of writing\n" in help()
293 " and a (100-X)%% chance of reading.\n" in help()
294 " (default: 100 i.e. all pages are written to.)\n"); in help()
309 .write_percent = 100, in main()
323 while ((opt = getopt(argc, argv, "ab:c:eghi:m:nop:r:s:v:x:w in main()
[all...]
/linux/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_bound.sh20 # | | : 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"
H A Dtc_taprio.sh36 NUM_PKTS=100
127 tc qdisc add dev $if_name handle 100: parent root mqprio num_tc 8 \
132 tc qdisc replace dev $if_name parent 100:$((STREAM_PRIO_1 + 1)) etf \
134 tc qdisc replace dev $if_name parent 100:$((STREAM_PRIO_2 + 1)) etf \
136 tc qdisc replace dev $if_name parent 100:$((STREAM_PRIO_3 + 1)) etf \
200 w = np.array(list(pdelay.values()))
201 print("{}".format(np.max(w)))
285 w = np.array(list(pdelay.values()))
286 print("{}".format(int(np.median(w))))
352 taprio_replace "$swp2" "max-sdu 0 0 0 0 0 0 100 0"
/linux/Documentation/devicetree/bindings/arm/mstar/
H A Dmstar.yaml26 - 100ask,dongshanpione # 100ask DongShanPiOne
31 - wirelesstag,ido-sbc2d06-v1b-22w # Wireless Tag IDO-SBC2D06-1VB-22W
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-flakey.rst62 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/Documentation/networking/pse-pd/
H A Dintroduction.rst33 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/Documentation/power/powercap/
H A Ddtpm.rst60 |-- 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/eisa/
H A Deisa.ids249 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/tools/testing/selftests/net/ovpn/
H A Dtest-mark.sh69 ip netns exec ovpn_peer0 ping -qfc 100 -w 3 \
104 if ping_output=$(ip netns exec ovpn_peer0 ping -qfc 100 -w 1 \
147 ip netns exec ovpn_peer0 ping -qfc 100 -w 3 \
H A Dtest.sh101 ping -qfc 100 -w 3 5.5.5.$((p + 1))
104 ping -qfc 100 -s 3000 -w 3 5.5.5.$((p + 1))
113 ip netns exec ovpn_peer0 ping -qfc 100 -w 3 "${OVPN_LAN_IP}"
130 ip netns exec "${peer_ns}" ping -qfc 100 -w 3 5.5.5.1
217 ovpn_run_bg ping_pid ip netns exec ovpn_peer2 ping -qf -w 4 5.5.5.1
/linux/samples/bpf/
H A Dhbm.c13 * 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()
[all...]
/linux/drivers/net/ethernet/marvell/
H A Dskge.h806 #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/drivers/accel/habanalabs/gaudi/
H A DgaudiP.h22 #define NUMBER_OF_INT_HW_QUEUES 100
33 #define CORESIGHT_TIMEOUT_USEC 100000 /* 100 ms */
37 #define MAX_POWER_DEFAULT_PCI 200000 /* 200W */
38 #define MAX_POWER_DEFAULT_PMC 350000 /* 350W */
40 #define DC_POWER_DEFAULT_PCI 60000 /* 60W */
41 #define DC_POWER_DEFAULT_PMC 60000 /* 60W */
43 #define DC_POWER_DEFAULT_PMC_SEC 97000 /* 97W */
258 * struct gaudi_hw_sob_group - H/W SOB group info.
275 * @hw_sob_group: H/W SOB groups.
302 * @hw_queues_lock: protects the H/W queues from concurrent access.
[all …]
/linux/drivers/scsi/
H A Ddc395x.h267 #define TRM_S1040_SCSI_CONTROL 0x80 /* SCSI Control (W) */
279 #define TRM_S1040_SCSI_SIGNAL 0x83 /* SCSI low level signal (R/W) */
291 #define TRM_S1040_SCSI_OFFSET 0x84 /* SCSI Offset Count (W) */
303 #define TRM_S1040_SCSI_SYNC 0x85 /* SCSI Synchronous Control (R/W) */
331 /* at the Fast-10 rate (or Fast-40 w/ LVDS). */
343 /* 000 100ns, 10.0 MHz */
347 /* 100 300ns, 3.3 MHz */
357 /* 010 100ns, 10.0 MHz */
359 /* 100 150ns, 6.6 MHz */
370 /* 011 100ns, 10.0 MHz */
[all …]

12345678910>>...35