Freelance Electronics Components Distributor
Closed Dec 25th-26th
800-300-1968
We Stock Hard to Find Parts

TSB12LV26TPZEP

Part # TSB12LV26TPZEP
Description V62/03627-01XE -OHCI-LYNX PCI-BASED - Trays
Category IC
Availability In Stock
Qty 2
Qty Price
1 + $10.15828
Manufacturer Available Qty
Texas Instruments
Date Code: 0336
  • Shipping Freelance Stock: 2
    Ships Immediately



Technical Document


DISCLAIMER: The information provided herein is solely for informational purposes. Customers must be aware of the suitability of this product for their application, and consider that variable factors such as Manufacturer, Product Category, Date Codes, Pictures and Descriptions may differ from available inventory.

3−18
3.23 GPIO Control Register
The GPIO control register has the control and status bits for the GPIO2 and GPIO3 ports. See Table 3−20 for a
complete description of the register contents.
Bit 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
Name GPIO control
Type R/W R R/W R/W R R R RWU R/W R R/W R/W R R R RWU
Default 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Bit 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Name GPIO control
Type R R R R R R R R R R R R R R R R
Default 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Register: GPIO control
Type: Read/Write/Update, Read/Write, Read-only
Offset: FCh
Default: 0000 0000h
Table 3−20. GPIO Control Register Description
BIT FIELD NAME TYPE DESCRIPTION
31 INT_3EN R/W When bit 31 is set to 1, a TSB12LV26 general-purpose interrupt event occurs on a level change of the
GPIO3 input. This event can generate an interrupt, with mask and event status reported through the
interrupt mask register at OHCI offset 88h/8Ch (see Section 4.22, Interrupt Mask Register) and
interrupt event register at OHCI offset 80h/84h (see Section 4.21, Interrupt Event Register).
30 RSVD R Reserved. Bit 30 returns 0 when read.
29 GPIO_INV3 R/W GPIO3 polarity invert. When bit 29 is set to 1, the polarity of GPIO3 is inverted.
28 GPIO_ENB3 R/W GPIO3 enable control. When bit 28 is set to 1, the output is enabled. Otherwise, the output is high
impedance.
27−25 RSVD R Reserved. Bits 27−25 return 0s when read.
24 GPIO_DATA3 RWU GPIO3 data. Reads from bit 24 return the logical value of the input to GPIO3. Writes to this bit update
the value to drive to GPIO3 when output is enabled.
23 INT_2EN R/W When bit 23 is set to 1, a TSB12LV26 general-purpose interrupt event occurs on a level change of the
GPIO2 input. This event may generate an interrupt, with mask and event status reported through the
interrupt mask register at OHCI offset 88h/8Ch (see Section 4.22, Interrupt Mask Register) and
interrupt event register at OHCI offset 80h/84h (see Section 4.21, Interrupt Event Register).
22 RSVD R Reserved. Bit 22 returns 0 when read.
21 GPIO_INV2 R/W GPIO2 polarity invert. When bit 21 is set to 1, the polarity of GPIO2 is inverted.
20 GPIO_ENB2 R/W GPIO2 enable control. When bit 20 is set to 1, the output is enabled. Otherwise, the output is high
impedance.
19−17 RSVD R Reserved. Bits 19−17 return 0s when read.
16 GPIO_DATA2 RWU GPIO2 data. Reads from bit 16 return the logical value of the input to GPIO2. Writes to this bit update
the value to drive to GPIO2 when the output is enabled.
15−0 RSVD R Reserved. Bits 15−0 return 0s when read.
4−1
4 OHCI Registers
The OHCI registers defined by the 1394 Open Host Controller Interface Specification are memory-mapped into a
2K-byte region of memory pointed to by the OHCI base address register at offset 10h in PCI configuration space (see
Section 3.9, OHCI Base Address Register). These registers are the primary interface for controlling the TSB12LV26
IEEE 1394 link function.
This section provides the register interface and bit descriptions. Several set/clear register pairs in this programming
model are implemented to solve various issues with typical read-modify-write control registers. There are two
addresses for a set/clear register: RegisterSet and RegisterClear. See Table 4−1 for a register listing. A 1 bit written
to RegisterSet causes the corresponding bit in the set/clear register to be set to 1; a 0 bit leaves the corresponding
bit unaffected. A 1 bit written to RegisterClear causes the corresponding bit in the set/clear register to be cleared;
a 0 bit leaves the corresponding bit in the set/clear register unaffected.
Typically, a read from either RegisterSet or RegisterClear returns the contents of the set or clear register, respectively.
However, sometimes reading the RegisterClear provides a masked version of the set or clear register. The interrupt
event register is an example of this behavior.
Table 4−1. OHCI Register Map
DMA CONTEXT REGISTER NAME ABBREVIATION OFFSET
OHCI version Version 00h
GUID ROM GUID_ROM 04h
Asynchronous transmit retries ATRetries 08h
CSR data CSRData 0Ch
CSR compare data CSRCompareData 10h
CSR control CSRControl 14h
Configuration ROM header ConfigROMhdr 18h
Bus identification BusID 1Ch
Bus options BusOptions 20h
GUID high GUIDHi 24h
GUID low GUIDLo 28h
Reserved 2Ch−30h
Configuration ROM map ConfigROMmap 34h
Posted write address low PostedWriteAddressLo 38h
Posted write address high PostedWriteAddressHi 3Ch
Vendor identification VendorID 40h−4Ch
Host controller control
HCControlSet 50h
Host controller control
HCControlClr 54h
Reserved 58h−5Ch
4−2
Table 4−1. OHCI Register Map (Continued)
DMA CONTEXT REGISTER NAME ABBREVIATION OFFSET
Self ID
Reserved 60h
Self ID
Self ID buffer SelfIDBuffer 64h
Self ID count SelfIDCount 68h
Reserved 6Ch
Isochronous receive channel mask high
IRChannelMaskHiSet 70h
Isochronous receive channel mask high
IRChannelMaskHiClear 74h
Isochronous receive channel mask low
IRChannelMaskLoSet 78h
Isochronous receive channel mask low
IRChannelMaskLoClear 7Ch
Interrupt event
IntEventSet 80h
Interrupt event
IntEventClear 84h
Interrupt mask
IntMaskSet 88h
Interrupt mask
IntMaskClear 8Ch
Isochronous transmit interrupt event
IsoXmitIntEventSet 90h
Isochronous transmit interrupt event
IsoXmitIntEventClear 94h
Isochronous transmit interrupt mask
IsoXmitIntMaskSet 98h
Isochronous transmit interrupt mask
IsoXmitIntMaskClear 9Ch
Isochronous receive interrupt event
IsoRecvIntEventSet A0h
Isochronous receive interrupt event
IsoRecvIntEventClear A4h
Isochronous receive interrupt mask
IsoRecvIntMaskSet A8h
Isochronous receive interrupt mask
IsoRecvIntMaskClear ACh
Reserved B0h−D8h
Fairness control FairnessControl DCh
Link control
LinkControlSet E0h
Link control
LinkControlClear E4h
Node identification NodeID E8h
PHY layer control PhyControl ECh
Isochronous cycle timer Isocyctimer F0h
Reserved F4h−FCh
Asynchronous request filter high
AsyncRequestFilterHiSet 100h
Asynchronous request filter high
AsyncRequestFilterHiClear 104h
Asynchronous request filter low
AsyncRequestFilterLoSet 108h
Asynchronous request filter low
AsyncRequestFilterloClear 10Ch
Physical request filter high
PhysicalRequestFilterHiSet 110h
Physical request filter high
PhysicalRequestFilterHiClear 114h
Physical request filter low
PhysicalRequestFilterLoSet 118h
Physical request filter low
PhysicalRequestFilterloClear 11Ch
Physical upper bound PhysicalUpperBound 120h
Reserved 124h−17Ch
PREVIOUS4567891011121314151617NEXT