Home
last modified time | relevance | path

Searched +full:33 +full:th (Results 1 – 25 of 63) sorted by relevance

123

/linux/Documentation/trace/
H A Dintel_th.rst4 Intel(R) Trace Hub (TH)
10 Intel(R) Trace Hub (TH) is a set of hardware blocks that produce,
22 Currently, the following Intel TH subdevices (blocks) are supported:
54 [1] https://software.intel.com/sites/default/files/managed/d3/3c/intel-th-developer-manual.pdf
59 For each Intel TH device in the system a bus of its own is
60 created and assigned an id number that reflects the order in which TH
61 devices were enumerated. All TH subdevices (devices on intel_th bus)
66 the Intel TH device id. For example, MSU's memory buffers, when
77 # looks like it's port 0, configure master 33 to send data to port 0::
79 $ echo 0 > /sys/bus/intel_th/devices/0-gth/masters/33
[all …]
/linux/Documentation/admin-guide/media/
H A Dcx23885-cardlist.rst106 - Mygica X8506 DMB-TH
126 - Mygica X8558 PRO DMB-TH
149 * - 33
H A Dsaa7134-cardlist.rst149 * - 33
758 - MagicPro ProHDTV Pro2 DMB-TH/Hybrid
/linux/arch/openrisc/kernel/
H A Dptrace.c80 &regs->pc, 4*32, 4*33); in genregs_set()
86 user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf, 4*33, -1); in genregs_set()
245 * regs_get_kernel_stack_nth() returns @n th entry of the kernel stack which
246 * is specified by @regs. If the @n th entry is NOT in the kernel stack,
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-srggb10p.rst26 of the pixels, and the 5th byte contains the 2 least significants
72 - R\ :sub:`33high`
73 - R\ :sub:`33low`\ (bits 7--6) G\ :sub:`32low`\ (bits 5--4)
/linux/Documentation/admin-guide/
H A Drtc.rst53 ring on the 30th second of the 30th minute of every hour, for example.
75 typical 486-33 running a tight read loop on /dev/rtc will start to suffer
/linux/Documentation/scsi/
H A Daic79xx.rst87 SCB corruption on some PCI-33 busses.
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 …]
H A Daic7xxx.rst144 * 7.0 (4th August, 2005)
167 * 6.2.35 (May 14th, 2003)
172 * 6.2.34 (May 5th, 2003)
178 * 6.2.33 (April 30th, 2003)
186 * 6.2.32 (March 28th, 2003)
190 * 6.2.28 (January 20th, 2003)
195 * 6.2.20 (November 7th, 2002)
H A Darcmsr_spec.rst216 (D) 4th and following bytes
638 byte 3 0/1/2/3 (133/100/66/33)
700 (0/1/2/3/4, 33/66/100/133/150 for ide )
717 (0/1/2/3/4, 33/66/100/133/150 for ide )
817 byte 33 1 enable tag
821 (0/1/2/3/4->33/66/100/133/150 for IDE )
841 byte 33 1 enable tag
845 (0/1/2/3/4->33/66/100/133/150 for IDE )
/linux/arch/arm/lib/
H A Ddiv64.S115 @ (the 33th bit) this is a false positive so resume the loop.
/linux/arch/sparc/kernel/
H A Dptrace_64.c304 33 * sizeof(u64)); in genregs64_set()
319 33 * sizeof(u64), in genregs64_set()
390 33 * sizeof(u64)); in fpregs64_set()
394 33 * sizeof(u64), in fpregs64_set()
648 case 33: /* PC */ in genregs32_set()
718 33 * sizeof(u32)); in fpregs32_set()
725 33 * sizeof(u32), in fpregs32_set()
870 33 * sizeof(u32)); in setfpregs_set()
970 33 * sizeof(u32), in compat_arch_ptrace()
1046 33 * sizeof(u64), in arch_ptrace()
[all …]
/linux/arch/powerpc/include/asm/
H A Dptrace.h385 * regs_get_kernel_stack_nth() returns @n th entry of the kernel stack which
386 * is specified by @regs. If the @n th entry is NOT in the kernel stack,
426 #define PT_VRSAVE_32 (PT_VR0 + 33*4)
/linux/drivers/scsi/libsas/
H A Dsas_host_smp.c66 * In GPIO_TX[2], bit 0 of byte 3 contains the 33rd bit (i.e., OD10.2)
67 * and bit 7 of byte 0 contains the 64th bit (i.e., OD21.0)."
329 req_data[32] >> 4, req_data[33] >> 4, in sas_smp_host_handler()
/linux/tools/memory-model/Documentation/
H A Dreferences.txt40 2012. "Synchronising C/C++ and POWER". In Proceedings of the 33rd
61 and SC". In Proceedings of the 44th ACM SIGPLAN Symposium on
/linux/net/ipv4/
H A Dtcp_ao.c419 const struct tcphdr *th = tcp_hdr(skb); in tcp_v4_ao_calc_key_skb() local
422 th->source, th->dest, sisn, disn); in tcp_v4_ao_calc_key_skb()
462 const struct tcphdr *th = tcp_hdr(skb); in tcp_ao_hash_pseudoheader() local
465 if (!th->check) { in tcp_ao_hash_pseudoheader()
527 const struct tcphdr *th, in tcp_ao_hash_header() argument
537 len = sizeof(*th) + sizeof(struct tcp_ao_hdr) + hash_len; in tcp_ao_hash_header()
538 memcpy(hdr, th, sizeof(*th)); in tcp_ao_hash_header()
539 memcpy(hdr + sizeof(*th), in tcp_ao_hash_header()
540 (u8 *)th + hash_offset - sizeof(struct tcp_ao_hdr), in tcp_ao_hash_header()
542 memset(hdr + sizeof(*th) + sizeof(struct tcp_ao_hdr), in tcp_ao_hash_header()
[all …]
H A Dtcp_ipv4.c97 __be32 daddr, __be32 saddr, const struct tcphdr *th);
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()
720 const struct tcphdr *th = tcp_hdr(skb); in tcp_v4_send_reset() local
722 struct tcphdr th; in tcp_v4_send_reset() member
739 if (th->rst) in tcp_v4_send_reset()
750 rep.th.dest = th->source; in tcp_v4_send_reset()
[all …]
/linux/
H A DCREDITS165 S: Peter Bangs Vej 258, 2TH
358 S: 2322 37th Ave SW
718 S: 14509 NE 39th Street #1096
1207 P: 1024/6E657BB5 AF 22 90 33 78 76 04 8B AF F9 97 1E B5 E2 65 30
1421 P: 2048G/EA3C4B19 FF31 33A6 0362 4915 B7EB E541 17D0 0379 EA3C 4B19
1625 D: Ultra DMA 133/100/66/33 w/48-bit Addressing
1835 S: 110 S. 12th St., Apt. A
2058 S: Forsbyvägen 33
2506 S: 33 Ridgefield Cr
2687 S: Bremensgade 29, st.th
[all …]
/linux/drivers/net/ethernet/dec/tulip/
H A Duli526x.c67 #define ULI526X_TXTH_72 0x400000 /* TX TH 72 byte */
68 #define ULI526X_TXTH_96 0x404000 /* TX TH 96 byte */
69 #define ULI526X_TXTH_128 0x0000 /* TX TH 128 byte */
70 #define ULI526X_TXTH_256 0x4000 /* TX TH 256 byte */
71 #define ULI526X_TXTH_512 0x8000 /* TX TH 512 byte */
72 #define ULI526X_TXTH_1K 0xC000 /* TX TH 1K byte */
1599 /* Send 33 synchronization clock to Phy controller */ in phy_writeby_cr9()
1633 /* Send 33 synchronization clock to Phy controller */ in phy_readby_cr9()
H A Ddmfe.c132 #define DMFE_TXTH_72 0x400000 /* TX TH 72 byte */
133 #define DMFE_TXTH_96 0x404000 /* TX TH 96 byte */
134 #define DMFE_TXTH_128 0x0000 /* TX TH 128 byte */
135 #define DMFE_TXTH_256 0x4000 /* TX TH 256 byte */
136 #define DMFE_TXTH_512 0x8000 /* TX TH 512 byte */
137 #define DMFE_TXTH_1K 0xC000 /* TX TH 1K byte */
1779 /* Send 33 synchronization clock to Phy controller */ in dmfe_phy_write()
1828 /* Send 33 synchronization clock to Phy controller */ in dmfe_phy_read()
/linux/arch/arm/mach-omap2/
H A Dcm33xx.c21 #include "cm-regbits-33xx.h"
338 * upon wake-up, CM3 PM FW fails to wake-up th MPU. in am33xx_clkdm_clk_disable()
/linux/drivers/usb/storage/
H A Dusb.c371 data[33] = 0x30 + ((bcdDevice>>8) & 0x0F); in fill_inquiry_response()
858 struct task_struct *th; in usb_stor_acquire_resources() local
875 th = kthread_run(usb_stor_control_thread, us, "usb-storage"); in usb_stor_acquire_resources()
876 if (IS_ERR(th)) { in usb_stor_acquire_resources()
879 return PTR_ERR(th); in usb_stor_acquire_resources()
881 us->ctl_thread = th; in usb_stor_acquire_resources()
/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-sl50.dts69 30 31 32 33 34 35 36 37 38 39
90 30 31 32 33 34 35 36 37 38 39
141 fifo-th = <0>;
/linux/drivers/media/usb/gspca/
H A Dpac7302.c59 * 2 causes the framerate to become 3/4th of what it was, and
92 #define PAC7302_EXPOSURE_DEFAULT 66 /* 33 ms / 30 fps */
787 * image, the 14th and 15th byte after the EOF seem to in sd_pkt_scan()
/linux/drivers/media/dvb-frontends/
H A Ddib0090.c680 550, /* max BB gain in 10th of dB */
690 280, /* max RF gain in 10th of dB */
704 186, /* max RF gain in 10th of dB */
718 86, /* max RF gain in 10th of dB */
732 345, /* max RF gain in 10th of dB */
746 407, /* max RF gain in 10th of dB */
760 388, /* max RF gain in 10th of dB */
775 500, /* max BB gain in 10th of dB */
787 550, /* max BB gain in 10th of dB */
798 314, /* max RF gain in 10th of dB */
[all …]
/linux/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf-demod.c311 /* After setting 7th bit of V5_PER_COUNT_RESET_REG, it should be reset to 0. */
488 min(65535, snr * 38) : snr * 33; in mxl111sf_demod_read_signal_strength()

123