Home
last modified time | relevance | path

Searched +full:tx +full:- +full:internal +full:- +full:delay +full:- +full:ps (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl.c231 /* # of ticks delay after board insert interrupt */
243 /* overtemp polling routine timeout delay */
246 /* key switch polling routine timeout delay */
262 * XXX - This will not work for wildfire. A different scheme must be
427 softsp->dip = devi; in sysctrl_attach()
430 softsp->pdip = ddi_get_parent(softsp->dip); in sysctrl_attach()
458 if (ddi_map_regs(softsp->dip, 0, in sysctrl_attach()
459 (caddr_t *)&softsp->clk_freq1, 0, 0)) { in sysctrl_attach()
465 if (ddi_map_regs(softsp->dip, 1, in sysctrl_attach()
466 (caddr_t *)&softsp->csr, 0, 0)) { in sysctrl_attach()
[all …]
/titanic_41/usr/src/uts/intel/io/dnet/
H A Ddnet.c29 * dnet -- DEC 21x4x
84 int dnetdebug = -1;
122 /* Internal functions used by the above entry points */
267 /* used for buffers which are NOT from ddi_dma_mem_alloc() - xmit side */
340 static char duplex_propname[] = "full-duplex"; /* Must agree with MII */
341 static char printsrom_propname[] = "print-srom";
373 delay(drv_usectohz(100000)); in _fini()
376 cmn_err(CE_WARN, "dnet _fini delay"); in _fini()
391 * probe(9E) -- Determine if a device is present
483 case -1: in dnet_hack()
[all …]
/titanic_41/usr/src/data/hwdata/
H A Dusb.ids6 # http://www.linux-usb.org/usb-ids.html
7 # or send entries as patches (diff -u old new) in the
10 # http://www.linux-usb.org/usb.ids
13 # Date: 2018-10-23 20:34:06
20 # device device_name <-- single tab
21 # interface interface_name <-- two tabs
31 5301 GW-US54ZGL 802.11bg
44 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211]
52 0200 TP-Link
69 03d9 Shenzhen Sinote Tech-Electron Co., Ltd
[all …]
H A Dpci.ids5 # Date: 2018-10-25 03:15:02
8 # the PCI ID Project at https://pci-ids.ucw.cz/.
14 # (version 2 or higher) or the 3-clause BSD License.
21 # device device_name <-- single tab
22 # subvendor subdevice subsystem_name <-- two tabs
26 # This is a relabelled RTL-8139
27 8139 AT-2500TX V3 Ethernet
37 7a09 PCI-to-PCI Bridge
43 7a19 PCI-to-PCI Bridge
45 7a29 PCI-to-PCI Bridge
[all …]
/titanic_41/usr/src/uts/common/io/arn/
H A Darn_xmit.c70 #define NUM_SYMBOLS_PER_USEC_HALFGI(_usec) (((_usec*5)-4)/18)
79 { 104, 216 }, /* 3: 16-QAM 1/2 */
80 { 156, 324 }, /* 4: 16-QAM 3/4 */
81 { 208, 432 }, /* 5: 64-QAM 2/3 */
82 { 234, 486 }, /* 6: 64-QAM 3/4 */
83 { 260, 540 }, /* 7: 64-QAM 5/6 */
87 { 208, 432 }, /* 11: 16-QAM 1/2 */
88 { 312, 648 }, /* 12: 16-QAM 3/4 */
89 { 416, 864 }, /* 13: 64-QAM 2/3 */
90 { 468, 972 }, /* 14: 64-QAM 3/4 */
[all …]