Home
last modified time | relevance | path

Searched +full:8 +full:th (Results 1 – 25 of 609) sorted by relevance

12345678910>>...25

/linux/drivers/gpu/drm/exynos/
H A Dregs-fimc.h30 /* Y 4th frame start address for output DMA */
38 /* Cb 4th frame start address for output DMA */
46 /* Cr 4th frame start address for output DMA */
120 /* Y 5th frame start address for output DMA */
122 /* Y 6th frame start address for output DMA */
124 /* Y 7th frame start address for output DMA */
126 /* Y 8th frame start address for output DMA */
128 /* Y 9th frame start address for output DMA */
130 /* Y 10th frame start address for output DMA */
132 /* Y 11th frame start address for output DMA */
[all …]
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dsharedbuffer_configuration.py36 def _get_static_size(self, th): argument
39 return th * 8000 * self._cell_size()
49 th = random.randint(3, 16)
51 return th
53 return self._get_static_size(th)
71 if objid["pool"] in [4, 8, 9, 10]:
72 # The threshold type of pools 4, 8, 9 and 10 cannot be changed
77 if objid["tc"] >= 8:
82 th = self._get_th(pool)
84 return (pool_n, th)
[all …]
/linux/include/linux/
H A Dsysfb.h24 M_I24_8_1, /* 24-Inch iMac, 8,1th gen */
25 M_I24_10_1, /* 24-Inch iMac, 10,1th gen */
26 M_I27_11_1, /* 27-Inch iMac, 11,1th gen */
28 M_MINI_3_1, /* Mac Mini, 3,1th gen */
29 M_MINI_4_1, /* Mac Mini, 4,1th gen */
33 M_MB_5_1, /* MacBook, 5th rev. */
34 M_MB_6_1, /* MacBook, 6th rev. */
35 M_MB_7_1, /* MacBook, 7th rev. */
43 M_MBP_4, /* MacBook Pro, 4th ge
[all...]
/linux/Documentation/admin-guide/
H A Ddevices.txt13 8 = /dev/random Nondeterministic random number gen.
35 255 = /dev/ptyef 256th PTY master
40 the 1st through 16th series of 16 pseudo-ttys each, and
67 8 = /dev/fd?h1200 5.25" 1200K in a 1200K drive(1)
110 255 = /dev/ttyef 256th PTY slave
198 loop devices is handled by mount(8) or losetup(8).
200 8 block SCSI disk devices (0-15)
260 8 = /dev/smouse Simple serial mouse driver
405 8 = /dev/ntpqic150 QIC-150, no rewind-on-close
438 8 = /dev/sequencer2 Sequencer -- alternate device
[all …]
/linux/drivers/char/
H A Dds1620.c157 ds1620_send_bits(8, cmd); in ds1620_out()
181 ds1620_send_bits(8, cmd); in ds1620_in()
202 ds1620_out(THERM_WRITE_CONFIG, 8, CFG_CPU); in ds1620_write_state()
295 i = ds1620_in(THERM_READ_CONFIG, 8) & 0xe3; in ds1620_ioctl()
336 struct therm th; in ds1620_proc_therm_show() local
339 ds1620_read_state(&th); in ds1620_proc_therm_show()
343 th.hi >> 1, th.hi & 1 ? 5 : 0, in ds1620_proc_therm_show()
344 th.lo >> 1, th.lo & 1 ? 5 : 0, in ds1620_proc_therm_show()
367 struct therm th, th_start; in ds1620_init() local
373 ds1620_out(THERM_WRITE_CONFIG, 8, CFG_CPU); in ds1620_init()
[all …]
/linux/arch/x86/events/intel/
H A Duncore_snb.c181 #define NHM_UNC_GLOBAL_CTL_EN_PC_ALL ((1ULL << 8) - 1)
249 DEFINE_UNCORE_FORMAT_ATTR(umask, umask, "config:8-15");
250 DEFINE_UNCORE_FORMAT_ATTR(chmask, chmask, "config:8-11");
380 /* The 8th CBOX has different MSR space */ in skl_uncore_msr_init_box()
409 .num_boxes = 8,
982 event->hw.config = ((cfg - 1) << 8) | 0x10ff; in snb_uncore_imc_event_init()
1197 IMC_DEV(HSW_IMC, &hsw_uncore_pci_driver), /* 4th Gen Core Processor */
1198 IMC_DEV(HSW_U_IMC, &hsw_uncore_pci_driver), /* 4th Gen Core ULT Mobile Processor */
1199 IMC_DEV(BDW_IMC, &bdw_uncore_pci_driver), /* 5th Gen Core U */
1200 IMC_DEV(SKL_Y_IMC, &skl_uncore_pci_driver), /* 6th Gen Core Y */
[all …]
/linux/net/netfilter/
H A Dnf_synproxy_core.c29 const struct tcphdr *th, struct synproxy_options *opts) in synproxy_parse_options() argument
31 int length = (th->doff * 4) - sizeof(*th); in synproxy_parse_options()
37 ptr = skb_header_pointer(skb, doff + sizeof(*th), length, buf); in synproxy_parse_options()
115 synproxy_build_options(struct tcphdr *th, const struct synproxy_options *opts) in synproxy_build_options() argument
117 __be32 *ptr = (__be32 *)(th + 1); in synproxy_build_options()
129 (TCPOPT_TIMESTAMP << 8) | in synproxy_build_options()
134 (TCPOPT_TIMESTAMP << 8) | in synproxy_build_options()
142 (TCPOPT_SACK_PERM << 8) | in synproxy_build_options()
148 (TCPOLEN_WINDOW << 8) | in synproxy_build_options()
186 struct tcphdr *th, struct nf_conn *ct, in synproxy_tstamp_adjust() argument
[all …]
H A Dxt_tcpmss.c28 const struct tcphdr *th; in tcpmss_mt() local
36 th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph); in tcpmss_mt()
37 if (th == NULL) in tcpmss_mt()
41 if (th->doff*4 < sizeof(*th)) in tcpmss_mt()
44 optlen = th->doff*4 - sizeof(*th); in tcpmss_mt()
49 op = skb_header_pointer(skb, par->thoff + sizeof(*th), optlen, _opt); in tcpmss_mt()
59 mssval = (op[i+2] << 8) | op[i+3]; in tcpmss_mt()
H A Dnf_log_syslog.c190 const struct tcphdr *th; in nf_log_dump_tcp_header() local
199 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in nf_log_dump_tcp_header()
200 if (!th) { in nf_log_dump_tcp_header()
207 ntohs(th->source), ntohs(th->dest)); in nf_log_dump_tcp_header()
211 ntohl(th->seq), ntohl(th->ack_seq)); in nf_log_dump_tcp_header()
215 nf_log_buf_add(m, "WINDOW=%u ", ntohs(th->window)); in nf_log_dump_tcp_header()
217 nf_log_buf_add(m, "RES=0x%02x ", (u_int8_t)(ntohl(tcp_flag_word(th) & in nf_log_dump_tcp_header()
220 if (th->ae) in nf_log_dump_tcp_header()
222 if (th->cwr) in nf_log_dump_tcp_header()
224 if (th->ece) in nf_log_dump_tcp_header()
[all …]
H A Dnf_conntrack_irc.c24 #define MAX_PORTS 8
27 static unsigned int max_dcc_channels = 8;
112 const struct tcphdr *th; in help() local
136 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help()
137 if (th == NULL) in help()
141 dataoff = protoff + th->doff*4; in help()
170 if (strncasecmp("PRIVMSG ", data, 8)) in help()
172 data += 8; in help()
194 &iph->saddr, ntohs(th->source), in help()
195 &iph->daddr, ntohs(th->dest)); in help()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-intel_th-devices-pti6 are 4, 8, 12, 16.
21 - 0: Intel TH clock rate,
22 - 1: 1/2 Intel TH clock rate,
23 - 2: 1/4 Intel TH clock rate,
24 - 3: 1/8 Intel TH clock rate.
/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
H A Dcom.fuc222 shr b32 $r4 8
274 shl b32 $r8 8
493 shl b32 $r6 8
520 // Offset calculation is performed as follows (Tp/Th/Td from TILE_MODE):
522 // nTy = round_up(h, 1 << Th) >> Th
525 // Tyo = y & ((1 << Th) - 1)
526 // Ty = y >> Th
530 // off = (Tzo << Tp << Th) + (Tyo << Tp) + Txo
531 // off += ((Tz * nTy * nTx)) + (Ty * nTx) + Tx) << Td << Th << Tp;
539 // translate TILE_MODE into Tp, Th, Td shift values
[all …]
/linux/drivers/gpu/drm/bridge/
H A Dsil-sii8620.h104 #define BIT_FAST_INTR_STAT_TIMR 8
192 /* Interrupt Source 8, default value: 0x00 */
198 /* Interrupt #8 Mask, default value: 0x00 */
240 /* BIST 8BIT_PATTERN, default value: 0x00 */
506 /* MHL Tx Control 6th, default value: 0xa0 */
730 /* MHL DataPath 4th Ctl, default value: 0x48 */
735 /* MHL DataPath 5th Ctl, default value: 0x48 */
740 /* MHL DataPath 6th Ctl, default value: 0x3f */
814 /* MHL CoC 4th Ctl, default value: 0x00 */
818 /* MHL CoC 5th Ctl, default value: 0x28 */
[all …]
/linux/net/netfilter/ipvs/
H A Dip_vs_proto_tcp.c41 struct tcphdr _tcph, *th; in tcp_conn_schedule() local
44 /* In the event of icmp, we're only guaranteed to have the first 8 in tcp_conn_schedule()
49 th = skb_header_pointer(skb, iph->len, sizeof(_tcph), &_tcph); in tcp_conn_schedule()
50 if (th) { in tcp_conn_schedule()
51 if (th->rst || !(sysctl_sloppy_tcp(ipvs) || th->syn)) in tcp_conn_schedule()
53 ports = &th->source; in tcp_conn_schedule()
65 /* No !th->ack check to allow scheduling on SYN+ACK for Active FTP */ in tcp_conn_schedule()
354 #define TCP_DIR_INPUT_ONLY 8
498 static inline int tcp_state_idx(struct tcphdr *th) in tcp_state_idx() argument
500 if (th->rst) in tcp_state_idx()
[all …]
/linux/net/netfilter/ipset/
H A Dip_set_getport.c31 const struct tcphdr *th; in get_port() local
33 th = skb_header_pointer(skb, protooff, sizeof(_tcph), &_tcph); in get_port()
34 if (!th) in get_port()
38 *port = src ? th->source : th->dest; in get_port()
74 *port = (__force __be16)htons((ic->type << 8) | ic->code); in get_port()
86 htons((ic->icmp6_type << 8) | ic->icmp6_code); in get_port()
/linux/drivers/platform/surface/
H A DKconfig47 on 5th- and 6th-generation Microsoft Surface devices (including
86 managing type-cover devices in the Surface Pro 8 and Surface Pro X,
92 - HID input devices (7th-generation and later models with detachable
116 - Platform profile (performance-/cooling-mode) device (5th- and later
118 - Battery/AC devices (7th-generation).
119 - HID input devices (7th-generation).
141 keyboard and touchpad) on the Surface Pro 8 and Surface Pro X. The POS
150 events on the Surface Pro 8, Surface Pro X, and Surface Laptop Studio.
208 Provides support for the ACPI platform profile on 5th- and later
/linux/net/ipv4/
H A Dtcp_ipv4.c96 __be32 daddr, __be32 saddr, const struct tcphdr *th);
486 * it's just the icmp type << 8 | icmp code. After adjustment
487 * header points to the first 8 bytes of the tcp header. We need
501 struct tcphdr *th = (struct tcphdr *)(skb->data + (iph->ihl << 2)); in tcp_v4_err()
511 sk = __inet_lookup_established(net, iph->daddr, th->dest, iph->saddr, in tcp_v4_err()
512 ntohs(th->source), inet_iif(skb), 0); in tcp_v4_err()
523 seq = ntohl(th->seq); in tcp_v4_err()
626 ip_icmp_error(sk, skb, err, th->dest, info, (u8 *)th); in tcp_v4_err()
667 struct tcphdr *th in __tcp_v4_send_check()
499 struct tcphdr *th = (struct tcphdr *)(skb->data + (iph->ihl << 2)); tcp_v4_err() local
666 struct tcphdr *th = tcp_hdr(skb); __tcp_v4_send_check() local
744 const struct tcphdr *th = tcp_hdr(skb); tcp_v4_send_reset() local
746 struct tcphdr th; tcp_v4_send_reset() member
943 const struct tcphdr *th = tcp_hdr(skb); tcp_v4_send_ack() local
945 struct tcphdr th; tcp_v4_send_ack() member
1582 tcp_v4_md5_hash_headers(struct tcp_sigpool * hp,__be32 daddr,__be32 saddr,const struct tcphdr * th,int nbytes) global() argument
1606 tcp_v4_md5_hash_hdr(char * md5_hash,const struct tcp_md5sig_key * key,__be32 daddr,__be32 saddr,const struct tcphdr * th) global() argument
1637 const struct tcphdr *th = tcp_hdr(skb); global() local
1872 const struct tcphdr *th = tcp_hdr(skb); global() local
1881 tcp_v4_get_syncookie(struct sock * sk,struct iphdr * iph,struct tcphdr * th,u32 * cookie) global() argument
1980 const struct tcphdr *th; global() local
2020 const struct tcphdr *th; global() local
2158 struct tcphdr *th = (struct tcphdr *)skb->data; global() local
2171 tcp_v4_fill_cb(struct sk_buff * skb,const struct iphdr * iph,const struct tcphdr * th) global() argument
2203 const struct tcphdr *th; global() local
[all...]
/linux/drivers/atm/
H A Dsuni.h29 #define SUNI_RSOP_SBL 0x12 /* RSOP Section BIP-8 LSB */
30 #define SUNI_RSOP_SBM 0x13 /* RSOP Section BIP-8 MSB */
36 #define SUNI_RLOP_LBL 0x1A /* RLOP Line BIP-8/24 LSB */
37 #define SUNI_RLOP_LB 0x1B /* RLOP Line BIP-8/24 */
38 #define SUNI_RLOP_LBM 0x1C /* RLOP Line BIP-8/24 MSB */
52 #define SUNI_RPOP_PBL 0x38 /* RPOP Path BIP-8 LSB */
53 #define SUNI_RPOP_PBM 0x39 /* RPOP Path BIP-8 MSB */
57 #define SUNI_RPOP_PBC 0x3D /* RPOP Path BIP-8 Configuration */
135 BIP-8 error (B1) */
147 #define SUNI_RSOP_SIS_BIPEI 0x40 /* R, section BIP-8 interrupt */
[all …]
/linux/Documentation/virt/kvm/
H A Dppc-pv.rst47 r6 4th parameter 3rd output value
48 r7 5th parameter 4th output value
49 r8 6th parameter 5th output value
50 r9 7th parameter 6th output value
51 r10 8th parameter 7th output value
52 r11 hypercall number 8th output value
/linux/drivers/macintosh/
H A Dtherm_adt746x.c92 static void write_both_fan_speed(struct thermostat *th, int speed);
93 static void write_fan_speed(struct thermostat *th, int speed, int fan);
96 write_reg(struct thermostat* th, int reg, u8 data) in write_reg() argument
103 rc = i2c_master_send(th->clt, (const char *)tmp, 2); in write_reg()
112 read_reg(struct thermostat* th, int reg) in read_reg() argument
118 rc = i2c_master_send(th->clt, &reg_addr, 1); in read_reg()
123 rc = i2c_master_recv(th->clt, (char *)&data, 1); in read_reg()
129 static int read_fan_speed(struct thermostat *th, u8 addr) in read_fan_speed() argument
135 tmp[1] = read_reg(th, addr); in read_fan_speed()
136 tmp[0] = read_reg(th, addr + 1); in read_fan_speed()
[all …]
/linux/drivers/net/slip/
H A Dslhc.c173 *cp++ = x >> 8; in put16()
200 rval <<= 8; in pull16()
239 struct tcphdr *th, *oth; in slhc_compress() local
264 if (isize < nlen + sizeof(*th)) in slhc_compress()
267 th = (struct tcphdr *)(icp + nlen); in slhc_compress()
268 if (th->doff < sizeof(struct tcphdr) / 4) in slhc_compress()
270 hlen = nlen + th->doff * 4; in slhc_compress()
276 if(hlen > isize || th->syn || th->fin || th->rst || in slhc_compress()
277 ! (th->ack)){ in slhc_compress()
299 && th->source == cs->cs_tcp.source in slhc_compress()
[all …]
/linux/lib/
H A Dbitmap.c170 * Set the n-th bit of @dst iff the n-th bit of @src is set and
171 * n is less than @first, or the m-th bit of @src is set for any
453 * that bit 7 is the 3rd (starting with 0th) set bit in @buf.
474 * whatever position is held by the n-th set bit in @old is mapped
475 * to the n-th set bit in @new. In the more general case, allowing
477 * weight of @old, map the position of the n-th set bit in @old to
478 * the position of the m-th set bit in @new, where m == n % w.
527 * whatever position is held by the n-th set bit in @old is mapped
528 * to the n-th set bit in @new. In the more general case, allowing
530 * weight of @old, map the position of the n-th set bit in @old to
[all …]
/linux/net/ipv6/
H A Dtcp_ipv6.c382 const struct tcphdr *th = (struct tcphdr *)(skb->data+offset); in tcp_v6_err() local
392 sk = __inet6_lookup_established(net, &hdr->daddr, th->dest, in tcp_v6_err()
393 &hdr->saddr, ntohs(th->source), in tcp_v6_err()
408 seq = ntohl(th->seq); in tcp_v6_err()
494 ipv6_icmp_error(sk, skb, err, th->dest, ntohl(info), (u8 *)th); in tcp_v6_err()
697 const struct tcphdr *th, int nbytes) in tcp_v6_md5_hash_headers() argument
711 memcpy(_th, th, sizeof(*th)); in tcp_v6_md5_hash_headers()
714 sg_init_one(&sg, bp, sizeof(*bp) + sizeof(*th)); in tcp_v6_md5_hash_headers()
716 sizeof(*bp) + sizeof(*th)); in tcp_v6_md5_hash_headers()
722 const struct tcphdr *th) in tcp_v6_md5_hash_hdr() argument
[all …]
/linux/Documentation/scsi/
H A Daic79xx.rst90 - When negotiation async via an 8bit WDTR message, send
113 * 1.3.8 (April 29th, 2003)
126 * 1.3.7 (April 16th, 2003)
135 * 1.3.6 (March 28th, 2003)
142 * 1.3.5 (March 24th, 2003)
157 * 1.3.4 (February 28th, 2003)
162 * 1.3.2 (February 19th, 2003)
166 * 1.3.1 (February 11th, 2003)
184 * 1.2.0 (November 14th, 2002)
192 * 1.1.1 (September 24th, 2002)
[all …]
/linux/tools/perf/util/hisi-ptt-decoder/
H A Dhisi-ptt-pkt-decoder.c19 * For 8DW format, the bit[31:11] of DW0 is always 0x1fffff, which can be
21 * 8DW format is like:
36 * DW0 [ Fmt ][ Type ][T9][T8][TH][SO][ Length ][ Time ]
82 uint32_t th : 1; member
109 /* Do not show 8DW check field and reserved fields */ in hisi_ptt_8dw_kpt_desc()
139 "T8", dw0.t8, "TH", dw0.th, "SO", dw0.so, "Length", in hisi_ptt_4dw_print_dw0()

12345678910>>...25