| /freebsd/share/man/man4/ |
| H A D | mrsas.4 | 137 .It LSI MegaRAID SAS 9286 Ta Thunderbolt Ta 6Gb/s 138 .It LSI MegaRAID SAS 9285 Ta Thunderbolt Ta 6Gb/s 139 .It LSI MegaRAID SAS 9272 Ta Thunderbolt Ta 6Gb/s 140 .It LSI MegaRAID SAS 9271 Ta Thunderbolt Ta 6Gb/s 141 .It LSI MegaRAID SAS 9270 Ta Thunderbolt Ta 6Gb/s 142 .It LSI MegaRAID SAS 9267 Ta Thunderbolt Ta 6Gb/s 143 .It LSI MegaRAID SAS 9266 Ta Thunderbolt Ta 6Gb/s 144 .It LSI MegaRAID SAS 9265 Ta Thunderbolt Ta 6Gb/s 150 .It DELL PERC H810 Ta Thunderbolt Ta 6Gb/s 152 .It DELL PERC H710/P Ta Thunderbolt Ta 6Gb/s [all …]
|
| H A D | thunderbolt.4 | 10 .Nm thunderbolt 13 .Cd device thunderbolt 17 driver supports Thunderbolt 3 and USB4 controllers.
|
| H A D | bge.4 | 160 Apple Thunderbolt Display (10/100/1000baseTX) 162 Apple Thunderbolt to Gigabit Ethernet Adapter (10/100/1000baseTX) 273 hence, Thunderbolt interfaces need to be connected prior to system power up on 275 Also, due to the lack of hotplug support, Thunderbolt-based interfaces must not be removed
|
| /freebsd/sys/dev/thunderbolt/ |
| H A D | tb_pcib.c | 32 /* PCIe bridge for Thunderbolt */ 63 #include <dev/thunderbolt/tb_reg.h> 64 #include <dev/thunderbolt/tb_pcib.h> 65 #include <dev/thunderbolt/nhi_var.h> 66 #include <dev/thunderbolt/nhi_reg.h> 67 #include <dev/thunderbolt/tbcfg_reg.h> 68 #include <dev/thunderbolt/tb_debug.h> 94 "Thunderbolt 3 PCI-PCI Bridge (Alpine Ridge 2C)" }, 96 "Thunderbolt 3 PCI-PCI Bridge (Alpine Ridge LP)" }, 98 "Thunderbolt 3 PCI-PCI Bridge (Alpine Ridge C 4C)" }, [all …]
|
| H A D | tb_acpi_pcib.c | 32 /* ACPI identified PCIe bridge for Thunderbolt */ 63 #include <dev/thunderbolt/tb_reg.h> 64 #include <dev/thunderbolt/tb_pcib.h> 65 #include <dev/thunderbolt/nhi_var.h> 66 #include <dev/thunderbolt/nhi_reg.h> 67 #include <dev/thunderbolt/tbcfg_reg.h> 68 #include <dev/thunderbolt/tb_debug.h> 93 * Thunderbolt PCIb driver in tb_acpi_pcib_probe() 172 /* Thunderbolt interface is inherited */
|
| H A D | tb_dev.c | 54 #include <dev/thunderbolt/nhi_reg.h> 55 #include <dev/thunderbolt/nhi_var.h> 56 #include <dev/thunderbolt/tb_reg.h> 57 #include <dev/thunderbolt/tb_var.h> 58 #include <dev/thunderbolt/tbcfg_reg.h> 59 #include <dev/thunderbolt/router_var.h> 60 #include <dev/thunderbolt/tb_debug.h> 61 #include <dev/thunderbolt/tb_dev.h> 62 #include <dev/thunderbolt/tb_ioctl.h> 99 MALLOC_DEFINE(M_THUNDERBOLT, "thunderbolt", "memory for thunderbolt"); [all …]
|
| H A D | hcm.c | 53 #include <dev/thunderbolt/nhi_reg.h> 54 #include <dev/thunderbolt/nhi_var.h> 55 #include <dev/thunderbolt/tb_reg.h> 56 #include <dev/thunderbolt/tb_var.h> 57 #include <dev/thunderbolt/tb_debug.h> 58 #include <dev/thunderbolt/tbcfg_reg.h> 59 #include <dev/thunderbolt/router_var.h> 60 #include <dev/thunderbolt/hcm_var.h>
|
| H A D | nhi_pci.c | 31 /* PCIe interface for Thunderbolt Native Host Interface */ 55 #include <dev/thunderbolt/tb_reg.h> 56 #include <dev/thunderbolt/nhi_reg.h> 57 #include <dev/thunderbolt/nhi_var.h> 58 #include <dev/thunderbolt/tbcfg_reg.h> 59 #include <dev/thunderbolt/router_var.h> 60 #include <dev/thunderbolt/tb_debug.h> 101 "Thunderbolt 3 NHI (Alpine Ridge 2C)" }, 103 "Thunderbolt 3 NHI (Alpine Ridge 4C Rev B)" }, 105 "Thunderbolt 3 NHI (Alpine Ridge 4C Rev C)" }, [all …]
|
| H A D | tb_debug.c | 31 /* PCIe bridge for Thunderbolt */ 53 #include <dev/thunderbolt/nhi_reg.h> 54 #include <dev/thunderbolt/nhi_var.h> 55 #include <dev/thunderbolt/tb_reg.h> 56 #include <dev/thunderbolt/tb_var.h> 57 #include <dev/thunderbolt/tbcfg_reg.h> 58 #include <dev/thunderbolt/tb_debug.h>
|
| H A D | nhi.c | 31 /* PCIe interface for Thunderbolt Native Host Interface (nhi) */ 53 #include <dev/thunderbolt/nhi_reg.h> 54 #include <dev/thunderbolt/nhi_var.h> 55 #include <dev/thunderbolt/tb_reg.h> 56 #include <dev/thunderbolt/tb_var.h> 57 #include <dev/thunderbolt/tb_debug.h> 58 #include <dev/thunderbolt/hcm_var.h> 59 #include <dev/thunderbolt/tbcfg_reg.h> 60 #include <dev/thunderbolt/router_var.h> 61 #include <dev/thunderbolt/tb_dev.h> [all …]
|
| H A D | router.c | 53 #include <dev/thunderbolt/nhi_reg.h> 54 #include <dev/thunderbolt/nhi_var.h> 55 #include <dev/thunderbolt/tb_reg.h> 56 #include <dev/thunderbolt/tb_var.h> 57 #include <dev/thunderbolt/tbcfg_reg.h> 58 #include <dev/thunderbolt/router_var.h> 59 #include <dev/thunderbolt/tb_debug.h> 222 mtx_init(&sc->mtx, "tbcfg", "Thunderbolt Router Config", MTX_DEF); in tb_router_attach() 250 mtx_init(&sc->mtx, "tbcfg", "Thunderbolt Router Config", MTX_DEF); in tb_router_attach_root()
|
| H A D | nhi_wmi.c | 46 ACPI_MODULE_NAME("THUNDERBOLT-NHI-WMI") 59 ACPI_SERIAL_DECL(nhi_wmi, "Thunderbolt NHI WMI device"); 114 device_set_desc(dev, "Thunderbolt WMI Endpoint"); in nhi_wmi_probe()
|
| H A D | nhi_reg.h | 28 * Thunderbolt 3 register definitions 189 /* Thunderbolt firmware mailbox registers */ 327 /* Thunderbolt-only */
|
| H A D | tb_var.h | 28 * Thunderbolt firmware connection manager functions.
|
| H A D | tb_reg.h | 28 * Thunderbolt Variables
|
| H A D | tb_if.m | 33 #include <dev/thunderbolt/tb_reg.h>
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_palisade.h | 110 #define LENCODE_8FAC 68 /* Length of Thunderbolt 8F-AC Position Packet*/ 111 #define LENCODE_8FAB 17 /* Length of Thunderbolt Primary Timing Packet*/ 119 /* Thunderbolt Packets */ 120 #define PACKET_8FAC 0xAC /* Supplementary Thunderbolt Time Packet */ 121 #define PACKET_8FAB 0xAB /* Primary Thunderbolt Time Packet */ 122 #define PACKET_6D 0x6D /* Supplementary Thunderbolt Tracking Stats */ 123 #define PACKET_41 0x41 /* Thunderbolt I dont know what this packet is, it's not documented on my ma… 156 * Structure for build data packets for send (thunderbolt uses it only)
|
| H A D | refclock_palisade.c | 55 * 31/03/06: Added support for Thunderbolt GPS Disciplined Clock. 62 * 14/01/07: Conditinal compilation for Thunderbolt support no longer needed 63 * now we use mode 2 for decode thunderbolt packets. 118 #define CLK_THUNDERBOLT 2 /* Trimble Thunderbolt GPS Receiver */ 128 /* These routines are for sending packets to the Thunderbolt receiver 211 * init_thunderbolt - Prepares Thunderbolt receiver to be used with 354 msyslog(LOG_NOTICE, "Palisade(%d) Thunderbolt mode enabled" in palisade_start() 806 /* Thunderbolt Primary Timing Packet */ in TSIP_decode() 900 printf("Undocumented 0x41 packet on Thunderbolt\n"); in TSIP_decode()
|
| /freebsd/sys/dev/usb/controller/ |
| H A D | xhci_pci.c | 153 return ("Intel Goshen Ridge Thunderbolt 4 USB controller"); in xhci_pci_match() 157 return ("Intel Maple Ridge Thunderbolt 4 USB controller"); in xhci_pci_match() 161 return ("Intel Alpine Ridge Thunderbolt 3 USB controller"); in xhci_pci_match() 165 return ("Intel Titan Ridge Thunderbolt 3 USB controller"); in xhci_pci_match() 180 return ("Intel Alder Lake-P Thunderbolt 4 USB controller"); in xhci_pci_match() 190 return ("Intel Ice Lake Thunderbolt 3 USB controller"); in xhci_pci_match() 198 return ("Intel Tiger Lake-LP Thunderbolt 4 USB controller"); in xhci_pci_match() 200 return ("Intel Tiger Lake-H Thunderbolt 4 USB controller"); in xhci_pci_match()
|
| /freebsd/contrib/ntp/html/drivers/ |
| H A D | driver29.html | 7 <title>Trimble Palisade and Thunderbolt Receivers</title> 12 <h1><font size="+2">Trimble Palisade and Thunderbolt Receivers</font> 24 <h2><img src="../pic/thunderbolt.jpg" alt="jpg" nosave height="270" width="420"></h2> 68 <tt><font size="+1">Serial I/O (Thunderbolt):</font></tt></div> 85 …s version 1 of the Thunderbolt Receiver Firmware, no tests have been made on further firmwares, pl… 239 <h4>Thunderbolt NTP Configuration file</h4> 244 <tt>server 127.127.29.0 mode 2 # Trimble Thunderbolt GPS (Stratum 1).</tt><br> 284 …Currently the Thunderbolt mode doesn't support event polling, the reasons are explained on the "No… 325 <p><b>2</b> for the <b>Trimble Thunderbolt</b> GPS Disciplined Clock Receiver</p> 672 <h3>Thunderbolt Timing packets Data Format</h3> [all …]
|
| /freebsd/sys/modules/thunderbolt/ |
| H A D | Makefile | 1 .PATH: ${SRCTOP}/sys/dev/thunderbolt
|
| /freebsd/sys/dev/asmc/ |
| H A D | asmcvar.h | 460 "CPU DDR", "LCD Panel", "LCD Backlight", "Airport", "Thunderbolt", \ 558 "Thunderbolt Proximity Temperature", \ 589 "Thunderbolt Proximity Temperature", \ 620 "Thunderbolt Proximity Temperature", \ 657 "Thunderbolt Diode Temperature", \ 915 "Thunderbolt Proximity", "Memory Bank A", "PCH Die", \
|
| /freebsd/sys/dev/mfi/ |
| H A D | mfivar.h | 338 /* ThunderBolt */ 346 /* ThunderBolt base contiguous memory mapping. */ 350 /* ThunderBolt Contiguous DMA memory Mapping */ 357 /* ThunderBolt IOC Init Descriptor */
|
| /freebsd/usr.sbin/ntp/doc/pic/ |
| H A D | Makefile | 20 stats.gif sx5.gif thunderbolt.jpg time1.gif tonea.gif tribeb.gif \
|
| /freebsd/sys/contrib/device-tree/Bindings/mailbox/ |
| H A D | apple,mailbox.yaml | 38 interface still found on the M1. It is used for the Thunderbolt
|