/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/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/tools/perf/tests/shell/ |
H A D | record_lbr.sh | 41 if ! perf record -e cycles --call-graph lbr -o "${perfdata}" perf test -w thloop 73 if ! perf record -e cycles $branch_flags -o "${perfdata}" perf test -w thloop 76 perf record -e cycles $branch_flags -o "${perfdata}" perf test -w thloop || true 103 r=$(($zero_nr * 100 / $bs_nr)) 128 lbr_test "-j ind_jmp" "any indirect jump" 100 130 lbr_test "-j ind_call,u" "any indirect user call" 100 138 parallel_lbr_test "-b" "parallel any branch" 100 & 140 parallel_lbr_test "-j any_call" "parallel any call" 100 & 142 parallel_lbr_test "-j any_ret" "parallel any ret" 100 & 144 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))
|
/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 …]
|
H A D | dc395x.h | 267 #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 …]
|
/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/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/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/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"
|
H A D | tc_taprio.sh | 36 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/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/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/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/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/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/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/net/ |
H A D | fib_nexthops.sh | 64 nsid=100 309 local grpnum=100 310 local nhidstart=100 372 run_cmd "$IP nexthop add id 100 via $ipstr dev veth1" 373 run_cmd "$IP nexthop add id 1000 group 100 type resilient buckets $buckets" 517 … local 2001:db8:91::9 remote 2001:db8:91::10 dstport 4789 nolearning noudpcsum tos inherit ttl 100" 617 …vxlan id 1010 local 10.0.0.1 remote 10.0.0.2 dstport 4789 nolearning noudpcsum tos inherit ttl 100" 819 run_cmd "$IP nexthop add id 100 via 2001:db8:91::2 dev veth1.10" 821 run_cmd "$IP nexthop add id 102 group 100" 824 # create per-cpu dsts through nh 100 [all …]
|
/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/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/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()
|
/linux/drivers/accel/habanalabs/gaudi/ |
H A D | gaudiP.h | 22 #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 …]
|