| /linux/drivers/gpu/drm/exynos/ |
| H A D | regs-fimc.h | 30 /* 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/drivers/net/wireless/realtek/rtw89/ |
| H A D | phy_be.c | 240 u32 phy_page = addr >> 8; in rtw89_phy0_phy1_offset_be() 258 u32 phy_page = addr >> 8; in rtw89_phy0_phy1_offset_be_v1() 302 for (i = 0; i < 4; i++, data >>= 8) in rtw89_phy_cfg_bb_gain_error_be() 306 for (i = 4; i < 7; i++, data >>= 8) in rtw89_phy_cfg_bb_gain_error_be() 310 for (i = 0; i < 2; i++, data >>= 8) in rtw89_phy_cfg_bb_gain_error_be() 338 for (i = 0; i < RTW89_BW20_SC_40M; i++, data >>= 8) in rtw89_phy_cfg_bb_rpl_ofst_be() 342 for (i = 0; i < RTW89_BW20_SC_80M; i++, data >>= 8) in rtw89_phy_cfg_bb_rpl_ofst_be() 351 for (i = 0; i < RTW89_BW20_SC_80M; i++, data >>= 8) in rtw89_phy_cfg_bb_rpl_ofst_be() 375 for (i = 0; i < 4; i++, data >>= 8) in rtw89_phy_cfg_bb_gain_op1db_be() 379 for (i = 4; i < 7; i++, data >>= 8) in rtw89_phy_cfg_bb_gain_op1db_be() [all …]
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | sharedbuffer_configuration.py | 36 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/drivers/char/ |
| H A D | ds1620.c | 157 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/Documentation/ABI/testing/ |
| H A D | sysfs-bus-intel_th-devices-pti | 6 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/net/netfilter/ |
| H A D | xt_tcpmss.c | 28 const struct tcphdr *th; in tcpmss_mt() local 40 th = skb_header_pointer(skb, par->thoff, sizeof(_tcph), &_tcph); in tcpmss_mt() 41 if (th == NULL) in tcpmss_mt() 45 if (th->doff*4 < sizeof(*th)) in tcpmss_mt() 48 optlen = th->doff*4 - sizeof(*th); in tcpmss_mt() 53 op = skb_header_pointer(skb, par->thoff + sizeof(*th), optlen, _opt); in tcpmss_mt() 63 mssval = (op[i+2] << 8) | op[i+3]; in tcpmss_mt()
|
| H A D | nf_log_syslog.c | 201 const struct tcphdr *th; in nf_log_dump_tcp_header() local 210 th = skb_header_pointer(skb, offset, sizeof(_tcph), &_tcph); in nf_log_dump_tcp_header() 211 if (!th) { in nf_log_dump_tcp_header() 218 ntohs(th->source), ntohs(th->dest)); in nf_log_dump_tcp_header() 222 ntohl(th->seq), ntohl(th->ack_seq)); in nf_log_dump_tcp_header() 226 nf_log_buf_add(m, "WINDOW=%u ", ntohs(th->window)); in nf_log_dump_tcp_header() 228 nf_log_buf_add(m, "RES=0x%02x ", (u_int8_t)(ntohl(tcp_flag_word(th) & in nf_log_dump_tcp_header() 231 if (th->ae) in nf_log_dump_tcp_header() 233 if (th->cwr) in nf_log_dump_tcp_header() 235 if (th->ece) in nf_log_dump_tcp_header() [all …]
|
| H A D | nf_conntrack_irc.c | 24 static unsigned int max_dcc_channels = 8; 102 const struct tcphdr *th; in help() local 126 th = skb_header_pointer(skb, protoff, sizeof(_tcph), &_tcph); in help() 127 if (th == NULL) in help() 131 dataoff = protoff + th->doff*4; in help() 160 if (strncasecmp("PRIVMSG ", data, 8)) in help() 162 data += 8; in help() 184 &iph->saddr, ntohs(th->source), in help() 185 &iph->daddr, ntohs(th->dest)); in help()
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_proto_tcp.c | 41 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() 318 #define TCP_DIR_INPUT_ONLY 8 462 static inline int tcp_state_idx(struct tcphdr *th) in tcp_state_idx() argument 464 if (th->rst) in tcp_state_idx() [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/ |
| H A D | com.fuc | 222 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/net/netfilter/ipset/ |
| H A D | ip_set_getport.c | 31 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/gpu/drm/bridge/ |
| H A D | sil-sii8620.h | 104 #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/drivers/platform/surface/ |
| H A D | Kconfig | 47 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/drivers/macintosh/ |
| H A D | therm_adt746x.c | 92 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, ®_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/Documentation/virt/kvm/ |
| H A D | ppc-pv.rst | 47 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/net/ipv4/ |
| H A D | tcp_ipv4.c | 97 __be32 daddr, __be32 saddr, const struct tcphdr *th); 479 * it's just the icmp type << 8 | icmp code. After adjustment 480 * header points to the first 8 bytes of the tcp header. We need 494 struct tcphdr *th = (struct tcphdr *)(skb->data + (iph->ihl << 2)); in tcp_v4_err() local 504 sk = __inet_lookup_established(net, iph->daddr, th->dest, iph->saddr, in tcp_v4_err() 505 ntohs(th->source), inet_iif(skb), 0); in tcp_v4_err() 516 seq = ntohl(th->seq); in tcp_v4_err() 619 ip_icmp_error(sk, skb, err, th->dest, info, (u8 *)th); in tcp_v4_err() 683 (aoh->rnext_keyid << 8) | keyid); in tcp_v4_ao_sign_reset() 720 const struct tcphdr *th = tcp_hdr(skb); in tcp_v4_send_reset() local [all …]
|
| /linux/lib/ |
| H A D | bitmap.c | 171 * Set the n-th bit of @dst iff the n-th bit of @src is set and 172 * n is less than @first, or the m-th bit of @src is set for any 472 * that bit 7 is the 3rd (starting with 0th) set bit in @buf. 493 * whatever position is held by the n-th set bit in @old is mapped 494 * to the n-th set bit in @new. In the more general case, allowing 496 * weight of @old, map the position of the n-th set bit in @old to 497 * the position of the m-th set bit in @new, where m == n % w. 546 * whatever position is held by the n-th set bit in @old is mapped 547 * to the n-th set bit in @new. In the more general case, allowing 549 * weight of @old, map the position of the n-th set bit in @old to [all …]
|
| /linux/tools/perf/util/hisi-ptt-decoder/ |
| H A D | hisi-ptt-pkt-decoder.c | 21 * For 8DW format, the bit[31:11] of DW0 is always 0x1fffff, which can be 23 * 8DW format is like: 38 * DW0 [ Fmt ][ Type ][T9][T8][TH][SO][ Length ][ Time ] 89 byte = (dw >> (24 - i * 8)) & 0xFF; 102 /* Do not show 8DW check field and reserved fields */ in hisi_ptt_print_pkt() 126 byte = (dw >> (24 - i * 8)) & 0xFF; in hisi_ptt_4dw_print_dw0() 138 "TH", FIELD_GET(HISI_PTT_HEAD0_4DW_TH, dw), in hisi_ptt_4dw_print_dw0() 82 uint32_t th : 1; global() member
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_select_reuseport_kern.c | 85 data_check.skb_addrs, 8, in _select_by_skb_data() 105 struct tcphdr *th = data; in _select_by_skb_data() 107 if (th + 1 > data_end) in _select_by_skb_data() 110 data_check.skb_ports[0] = th->source; in _select_by_skb_data() 111 data_check.skb_ports[1] = th->dest; in _select_by_skb_data() 113 if (th->fin) in _select_by_skb_data() 119 if ((th->doff << 2) + sizeof(*cmd) > data_check.len) in _select_by_skb_data() 121 if (bpf_skb_load_bytes(reuse_md, th->doff << 2, &cmd_copy, in _select_by_skb_data() 106 struct tcphdr *th = data; _select_by_skb_data() local
|
| /linux/Documentation/scsi/ |
| H A D | aic79xx.rst | 90 - 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/testing/selftests/rcutorture/bin/ |
| H A D | kvm-recheck-rcuscale-ftrace.sh | 28 $8 == "start" { 37 $8 == "end" { 53 $8 == "done" && seqtask[$7] != $1 { 102 print "50th percentile grace-period duration: " gptimes[pct50]; 103 print "90th percentile grace-period duration: " gptimes[pct90]; 104 print "99th percentile grace-period duration: " gptimes[pct99];
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 407 const struct tcphdr *th = (struct tcphdr *)(skb->data+offset); in tcp_v6_err() local 417 sk = __inet6_lookup_established(net, &hdr->daddr, th->dest, in tcp_v6_err() 418 &hdr->saddr, ntohs(th->source), in tcp_v6_err() 433 seq = ntohl(th->seq); in tcp_v6_err() 519 ipv6_icmp_error(sk, skb, err, th->dest, ntohl(info), (u8 *)th); in tcp_v6_err() 722 const struct tcphdr *th, int nbytes) in tcp_v6_md5_hash_headers() argument 733 h.tcp = *th; in tcp_v6_md5_hash_headers() 741 const struct tcphdr *th) in tcp_v6_md5_hash_hdr() argument 746 tcp_v6_md5_hash_headers(&ctx, daddr, saddr, th, th->doff << 2); in tcp_v6_md5_hash_hdr() 755 const struct tcphdr *th = tcp_hdr(skb); in tcp_v6_md5_hash_skb() local [all …]
|
| /linux/drivers/acpi/ |
| H A D | prmt.c | 99 struct prm_handler_info *th; in acpi_parse_prmt() local 124 mmio_count = (u64 *) memremap(module_info->mmio_list_pointer, 8, MEMREMAP_WB); in acpi_parse_prmt() 150 th = &tm->handlers[cur_handler]; in acpi_parse_prmt() 152 guid_copy(&th->guid, (guid_t *)handler_info->handler_guid); in acpi_parse_prmt() 164 th->handler_addr = in acpi_parse_prmt() 165 (void *)efi_pa_va_lookup(&th->guid, handler_info->handler_address); in acpi_parse_prmt() 170 if (unlikely(!th->handler_addr)) { in acpi_parse_prmt() 172 &th->guid, handler_info->handler_address); in acpi_parse_prmt() 176 th->static_data_buffer_addr = in acpi_parse_prmt() 177 efi_pa_va_lookup(&th->guid, handler_info->static_data_buffer_address); in acpi_parse_prmt() [all …]
|
| /linux/drivers/hwtracing/intel_th/ |
| H A D | intel_th.h | 71 * @host_mode: Intel TH is controlled by an external debug host 96 * intel_th_device_get_resource() - obtain @num'th resource of type @type 232 void intel_th_free(struct intel_th *th); 242 int intel_th_output_enable(struct intel_th *th, unsigned int otype); 251 #define TH_POSSIBLE_OUTPUTS 8 258 #define TH_NVEC_MAX 8 261 * struct intel_th - Intel TH controller 270 * @id: this Intel TH controller's device ID in the system 367 SCRPD_S5_EXIT = BIT(8), 380 /* External debugger is using Intel TH */
|
| /linux/sound/firewire/motu/ |
| H A D | motu-register-dsp-message-parser.c | 12 // * 8 pre 33 #define MSG_FLAG_4PRE 0x05 // MIDI mask is in 8th byte. 34 #define MSG_FLAG_AUDIOEXPRESS 0x05 // MIDI mask is in 8th byte. 40 // In 4 pre and Audio express, meter index is in 6th byte. MIDI flag is in 8th byte and MIDI byte 41 // is in 7th byte. 44 #define MSG_FLAG_MIDI_POS_4PRE_AE 8 66 // Specific to Ultralite, 4 pre, Audio express, and 8 pre (not functional). 136 entry = (msg_type << 24) | (identifier0 << 16) | (identifier1 << 8) | val; in queue_event()
|