Home
last modified time | relevance | path

Searched +full:80 +full:v (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/linux/tools/testing/selftests/net/forwarding/
H A Dip6gre_inner_v4_multipath.sh25 # | v |
27 # | | 2001:db8:80::1/64 |
33 # | 2001:db8:80::2/64 |
84 ip route add vrf v$h1 192.0.4.0/24 via 192.0.3.1
89 ip route del vrf v$h1 192.0.4.0/24 via 192.0.3.1
96 __simple_if_init $ul1 v$ol1 2001:db8:80::1/64
98 tunnel_create g1 ip6gre 2001:db8:40::1 2001:db8:40::2 tos inherit dev v$ol1
99 __simple_if_init g1 v$ol1 2001:db8:40::1/128
100 ip -6 route add vrf v$ol1 2001:db8:40::2/128 via 2001:db8:80::2
102 ip route add vrf v$ol1 192.0.4.0/24 nexthop dev g1
[all …]
H A Dip6gre_inner_v6_multipath.sh25 # | v |
27 # | | 2001:db8:80::1/64 |
33 # | 2001:db8:80::2/64 |
84 ip -6 route add vrf v$h1 2001:db8:2::/64 via 2001:db8:1::1
89 ip -6 route del vrf v$h1 2001:db8:2::/64 via 2001:db8:1::1
96 __simple_if_init $ul1 v$ol1 2001:db8:80::1/64
98 tunnel_create g1 ip6gre 2001:db8:40::1 2001:db8:40::2 tos inherit dev v$ol1
99 __simple_if_init g1 v$ol1 2001:db8:40::1/128
100 ip -6 route add vrf v$ol1 2001:db8:40::2/128 via 2001:db8:80::2
102 ip -6 route add vrf v$ol1 2001:db8:2::/64 dev g1
[all …]
/linux/Documentation/fb/
H A Dviafb.modes22 # 80 chars 480 lines
29 # D: 25.175 MHz, H: 31.469 kHz, V: 59.94 Hz
32 # D: 24.823 MHz, H: 39.780 kHz, V: 60.00 Hz
47 # 80 chars 480 lines
53 # D: 31.50 MHz, H: 37.500 kHz, V: 75.00 Hz
68 # 80 chars 480 lines
74 # D: 36.000 MHz, H: 43.269 kHz, V: 85.00 Hz
75 geometry 640 480 640 480 32 timings 27777 80 56 25 1 56 3 endmode
89 # 80 chars 480 lines
95 # D: 43.163 MHz, H: 50.900 kHz, V: 100.00 Hz
[all …]
/linux/Documentation/userspace-api/ioctl/
H A Dioctl-number.rst117 ';' 80-FF linux/iommufd.h
144 'F' 80-8F linux/arcfb.h conflict!
155 'H' 80-8F sound/sfnt_info.h conflict!
185 'N' 80-8F uapi/linux/ntsync.h NT synchronization primitives
201 'S' 80-81 scsi/scsi_ioctl.h conflict!
212 'V' all linux/vt.h conflict!
213 'V' all linux/videodev2.h conflict!
214 'V' C0 linux/ivtvfb.h conflict!
215 'V' C0 linux/ivtv.h conflict!
216 'V' C0 media/si4713.h conflict!
[all …]
/linux/drivers/ata/
H A Dlibata-pata-timings.c30 { XFER_PIO_3, 30, 80, 70, 180, 80, 70, 0, 180, 0 },
33 { XFER_PIO_6, 10, 55, 20, 80, 55, 20, 0, 80, 0 },
40 { XFER_MW_DMA_1, 45, 0, 0, 0, 80, 50, 5, 150, 0 },
43 { XFER_MW_DMA_4, 25, 0, 0, 0, 55, 20, 5, 80, 0 },
47 { XFER_UDMA_1, 0, 0, 0, 0, 0, 0, 0, 0, 80 },
57 #define ENOUGH(v, unit) (((v)-1)/(unit)+1) argument
58 #define EZ(v, unit) ((v)?ENOUGH(((v) * 1000), unit):0) argument
/linux/Documentation/devicetree/bindings/sound/
H A Dti,ts3a227e.yaml34 - 0 # 2.1 V
35 - 1 # 2.2 V
36 - 2 # 2.3 V
37 - 3 # 2.4 V
38 - 4 # 2.5 V
39 - 5 # 2.6 V
40 - 6 # 2.7 V
41 - 7 # 2.8 V
56 - 80
58 default: 80
H A Dcs35l34.txt14 converter's output voltage in mV. The range is from VP to 8V with
30 80mA. The default value is 2480mA.
59 cirrus,boost-vtge-milltvolt = <8000>; /* 8V */
H A Drockchip,rk3308-codec.yaml71 MIC BIAS voltage will be 3.3 V * 85% = 2.805 V.
73 enum: [ 50, 55, 60, 65, 70, 75, 80, 85 ]
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_debugfs.c21 static int fbnic_dbg_mac_addr_show(struct seq_file *s, void *v) in fbnic_dbg_mac_addr_show() argument
24 char hdr[80]; in fbnic_dbg_mac_addr_show()
47 static int fbnic_dbg_tce_tcam_show(struct seq_file *s, void *v) in fbnic_dbg_tce_tcam_show() argument
51 char hdr[80]; in fbnic_dbg_tce_tcam_show()
81 static int fbnic_dbg_act_tcam_show(struct seq_file *s, void *v) in fbnic_dbg_act_tcam_show() argument
84 char hdr[80]; in fbnic_dbg_act_tcam_show()
121 char hdr[80]; in fbnic_dbg_ip_addr_show()
126 "Idx", "S", "TCAM Bitmap", "V", "Addr/Mask"); in fbnic_dbg_ip_addr_show()
141 static int fbnic_dbg_ip_src_show(struct seq_file *s, void *v) in fbnic_dbg_ip_src_show() argument
149 static int fbnic_dbg_ip_dst_show(struct seq_file *s, void *v) in fbnic_dbg_ip_dst_show() argument
[all …]
/linux/arch/alpha/kernel/
H A Dentry.S69 stq $20, 80($sp)
87 .cfi_rel_offset $20, 80
116 ldq $20, 80($sp)
266 stq $10, 80($sp)
325 ldq $10, 80($sp)
589 ldq $20, 80($sp)
687 #define V(n) stt $f##n, FR(n) macro
688 V( 0); V( 1); V( 2); V( 3)
689 V( 4); V( 5); V( 6); V( 7)
690 V( 8); V( 9); V(10); V(11)
[all …]
/linux/drivers/mtd/nand/spi/
H A Dwinbond.c60 SPINAND_PAGE_READ_FROM_CACHE_1S_4D_4D_OP(0, 8, NULL, 0, 80 * HZ_PER_MHZ),
61 SPINAND_PAGE_READ_FROM_CACHE_1S_1D_4D_OP(0, 2, NULL, 0, 80 * HZ_PER_MHZ),
65 SPINAND_PAGE_READ_FROM_CACHE_1S_2D_2D_OP(0, 4, NULL, 0, 80 * HZ_PER_MHZ),
66 SPINAND_PAGE_READ_FROM_CACHE_1S_1D_2D_OP(0, 2, NULL, 0, 80 * HZ_PER_MHZ),
70 SPINAND_PAGE_READ_FROM_CACHE_1S_1D_1D_OP(0, 2, NULL, 0, 80 * HZ_PER_MHZ),
396 SPINAND_INFO("W25N512GW", /* 1.8V */
406 SPINAND_INFO("W25N01GV", /* 3.3V */
415 SPINAND_INFO("W25N01GW", /* 1.8V */
424 SPINAND_INFO("W25N01JW", /* high-speed 1.8V */
434 SPINAND_INFO("W25N01KV", /* 3.3V */
[all …]
/linux/drivers/net/wireless/ti/wl18xx/
H A Dconf.h34 /* Bit 0: One Hot, Bit 1: Control Enable, Bit 2: 1.8V, Bit 3: 3V */
39 /* Bit 0: One Hot, Bit 1: Control Enable, Bit 2: 1.8V, Bit 3: 3V */
100 /* Duty Cycle (20-80% of staying Awake) for IDLE AP
104 /* Duty Cycle (20-80% of staying Awake) for Connected AP
/linux/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py629 for v in self.parsed_rdesc.feature_reports.values():
630 if v.report_ID == rnum:
631 rdesc = v
643 for v in self.parsed_rdesc.feature_reports.values():
644 if v.report_ID == rnum:
645 rdesc = v
731 [pytest.param(v, id=k) for k, v in PenState.legal_transitions().items()],
744 pytest.param(v, id=k)
745 for k, v i
[all...]
/linux/arch/x86/boot/
H A Dmtools.conf.in10 drive v:
11 file="@OBJ@/fdimage" cylinders=80 heads=2 sectors=18 filter
15 file="@OBJ@/fdimage" cylinders=80 heads=2 sectors=36 filter
/linux/arch/arm64/boot/dts/renesas/
H A Dr8a779g3-sparrow-hawk.dts27 * > amixer set "ADC" 80%
29 * > amixer set "Aux" 80% | (A)
31 * > amixer set "Mixin Right Aux Right" on v
33 * > amixer set "Mic 1" 80% | (B)
35 * > amixer set "Mixin Right Mic 1" on v
143 regulator-name = "fixed-1.2V";
152 regulator-name = "fixed-1.8V";
161 regulator-name = "fixed-3.3V";
890 /* At 76C, start injecting idle states 0..80% of time */
892 cooling-device = <&a76_0_thermal_idle 0 80>,
[all …]
/linux/lib/crypto/riscv/
H A Dchacha-riscv64-zvkb.S39 // The generated code of this file depends on the following RISC-V extensions:
41 // - RISC-V Vector ('V') with VLEN >= 128
42 // - RISC-V Vector Cryptography Bit-manipulation extension ('Zvkb')
156 sd s10, 80(sp)
184 // v{i} holds the i'th 32-bit word of the state matrix for all blocks.
186 vmv.v.x v0, CONSTS0
187 vmv.v.x v1, CONSTS1
188 vmv.v.x v2, CONSTS2
189 vmv.v.x v3, CONSTS3
190 vmv.v.x v4, KEY0
[all …]
/linux/drivers/media/v4l2-core/
H A Dv4l2-vp9.c18 { 92, 45, 102, 136, 116, 180, 74, 90, 100 }, /*left = v */
27 }, { /* above = v */
29 { 43, 46, 168, 134, 107, 128, 69, 142, 92 }, /*left = v */
36 { 47, 35, 80, 100, 74, 143, 64, 163, 74 }, /*left = d63 */
37 { 36, 61, 116, 114, 128, 162, 80, 125, 82 }, /*left = tm */
40 { 55, 44, 68, 166, 179, 192, 57, 57, 108 }, /*left = v */
47 { 53, 49, 21, 110, 116, 168, 59, 80, 76 }, /*left = d63 */
50 { 103, 26, 36, 129, 132, 201, 83, 80, 93 }, /*left = dc */
51 { 59, 38, 83, 112, 103, 162, 98, 136, 90 }, /*left = v */
62 { 53, 40, 55, 139, 69, 183, 61, 80, 110 }, /*left = v */
[all …]
/linux/arch/m68k/atari/
H A Dtime.c100 #define COPY(v) val->v=(mste_rtc.v & 0xf) in mste_read() argument
114 #define COPY(v) mste_rtc.v=val->v in mste_write() argument
172 year = t->tm_year - 80; in atari_mste_hwclk()
195 t->tm_year = val.year_ones + val.year_tens * 10 + 80; in atari_mste_hwclk()
/linux/drivers/net/ethernet/sfc/falcon/
H A Dfalcon_boards.c30 * above which we should shut down to avoid damage is 80°C. */
32 #define FALCON_BOARD_TEMP_CRIT (80 + FALCON_BOARD_TEMP_BIAS)
309 /* Turn on 1.2V, 2.5V, 3.3V and 5V power rails */ in sfe4001_poweron()
321 /* Turn on 1V power rail */ in sfe4001_poweron()
509 LM87_IN_LIMITS(0, 0x7c, 0x99), /* 2.5V: 1.8V +/- 10% */
510 LM87_IN_LIMITS(1, 0x4c, 0x5e), /* Vccp1: 1.2V +/- 10% */
511 LM87_IN_LIMITS(2, 0xac, 0xd4), /* 3.3V: 3.3V +/- 10% */
512 LM87_IN_LIMITS(3, 0xac, 0xd4), /* 5V: 5.0V +/- 10% */
513 LM87_IN_LIMITS(4, 0xac, 0xe0), /* 12V: 10.8-14V */
514 LM87_IN_LIMITS(5, 0x3f, 0x4f), /* Vccp2: 1.0V +/- 10% */
[all …]
/linux/Documentation/devicetree/bindings/regulator/
H A Drichtek,rt5739.yaml15 supply of 2.5V to 5.5V. It can provide up to 3.5A continuous current
16 capability at over 80% high efficiency.
/linux/drivers/iio/gyro/
H A Dadis16080.c98 /* VREF = 5V, 12 bits */ in adis16080_read_raw()
113 /* 2.5 V = 0 */ in adis16080_read_raw()
176 /* 80 degree = 819, 819 rad = 46925 degree */
177 .scale_val = 80,
/linux/sound/soc/codecs/
H A Dcs43130.h379 struct u16_fract v; member
384 { 22579200, 32000, .v = { 10, 441, }, },
385 { 22579200, 44100, .v = { 1, 32, }, },
386 { 22579200, 48000, .v = { 5, 147, }, },
387 { 22579200, 88200, .v = { 1, 16, }, },
388 { 22579200, 96000, .v = { 10, 147, }, },
389 { 22579200, 176400, .v = { 1, 8, }, },
390 { 22579200, 192000, .v = { 20, 147, }, },
391 { 22579200, 352800, .v = { 1, 4, }, },
392 { 22579200, 384000, .v = { 40, 147, }, },
[all …]
/linux/drivers/video/fbdev/geode/
H A Dlxfb_core.c58 { NULL, 85, 640, 480, 27780, 80, 56, 25, 1, 56, 3,
78 { NULL, 70, 800, 600, 21873, 120, 40, 21, 4, 80, 3,
84 { NULL, 75, 800, 600, 20202, 160, 16, 21, 1, 80, 3,
142 { NULL, 90, 1152, 864, 7719, 208, 80, 42, 9, 128, 3,
145 { NULL, 100, 1152, 864, 6947, 208, 80, 48, 3, 128, 3,
302 u32 v; in lxfb_setcolreg() local
307 v = chan_to_field(red, &info->var.red); in lxfb_setcolreg()
308 v |= chan_to_field(green, &info->var.green); in lxfb_setcolreg()
309 v |= chan_to_field(blue, &info->var.blue); in lxfb_setcolreg()
311 pal[regno] = v; in lxfb_setcolreg()
/linux/samples/pktgen/
H A DREADME.rst29 -v : ($VERBOSE) verbose
47 ./pktgen_sample06_numa_awared_queue_irq_affinity.sh -a -i ens1f0 -m 34:80:0d:a3:fc:c9 -t 8
49 ./pktgen_sample06_numa_awared_queue_irq_affinity.sh -a -i ens1f1 -m 34:80:0d:a3:fc:c9 -t 8
/linux/drivers/video/fbdev/
H A Damifb.c114 | | v | | |
135 | # v # | |
139 | | v | | |
143 | | v | | |
290 80x25 720 400 27 45 35 12 108 2
291 80x30 720 480 27 45 30 9 108 2
543 #define up2(v) (((v) + 1) & -2) argument
544 #define down2(v) ((v) & -2) argument
545 #define div2(v) ((v)>>1) argument
546 #define mod2(v) ((v) & 1) argument
[all …]

12345678910>>...16