US8214678B2 - Serial data transfer apparatus - Google Patents
Serial data transfer apparatus Download PDFInfo
- Publication number
- US8214678B2 US8214678B2 US12/585,423 US58542309A US8214678B2 US 8214678 B2 US8214678 B2 US 8214678B2 US 58542309 A US58542309 A US 58542309A US 8214678 B2 US8214678 B2 US 8214678B2
- Authority
- US
- United States
- Prior art keywords
- data
- output
- transmission process
- idle
- serial
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/38—Information transfer, e.g. on bus
- G06F13/382—Information transfer, e.g. on bus using universal interface adapter
- G06F13/385—Information transfer, e.g. on bus using universal interface adapter for adaptation of a particular data processing system to different peripheral devices
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Definitions
- the present invention relates to a technique to reduce the power consumption of a serial data transfer apparatus which transmits/receives to/from a destination apparatus via a serial bus.
- Serial ATA Serial ATA
- SAS Serial Attached SCSI
- PCI Express PCI Express
- USB3.0 USB 3.0
- FIG. 14 is FIG. 1 of Japanese Unexamined Patent Application Publication No. 2007-233993, illustrating the layer structure of the SATA transfer interface disclosed in Japanese Unexamined Patent Application Publication No. 2007-233993.
- the layer structure of SATA is divided into a physical layer, a link layer, a transport layer, and an application layer based on the OSI reference model.
- the processes of the physical layer, the link layer, and the transport layer are realized by a physical layer circuit (PHY controller), a link controller, and a transport controller which are provided to a host and a device side.
- the process of the application layer is realized by software, a buffer memory, and a DMA (Direct Memory Access) engine etc., which are provided to both the host and the device side.
- PHY controller physical layer circuit
- DMA Direct Memory Access
- the SATA transfer interface includes a physical layer circuit 100 , a link controller 50 , and a transport controller 10 .
- the transport controller 10 performs the process of the transport layer.
- FIS Framework Information Structure
- the transport controller 10 transmits data to the link layer.
- the transport controller 50 receives FIS, which is reception data, from the link controller 50 , the transport controller 10 notifies the reception result to the upper layer.
- the physical layer circuit 100 performs the process of the physical layer, which is to carry out a parallel-to-serial conversion to the data received from the link controller 50 by a transmitter 110 and output it to a SATA bus.
- the physical layer circuit 100 performs a serial-to-parallel conversion to the received data and outputs it to the link controller 50 .
- the link controller 50 performs the process of the link layer. In order to transmit the transmission data FIS from the transport controller 10 , the link controller 50 adds a CRC generation result, performs a scrambling process, an 8b/10b encoding, and adds primitives such as SOF (Start of Frame) and EOF (End of Frame), to output the data to the physical layer circuit 100 .
- a CRC generation result performs a scrambling process, an 8b/10b encoding, and adds primitives such as SOF (Start of Frame) and EOF (End of Frame)
- a CONT primitive is prepared to avoid EMI (Electro Magnetic Interference) caused by same and consecutive control codes.
- EMI Electro Magnetic Interference
- a receiving side receives the CONT primitive, reception data following the CONT primitive is ignored until another effective primitive is received. Therefore, in an idle period when FIS is not transferred, a sending side uses the CONT primitive to transmit scramble data, so as to reduce EMI.
- the link controller 50 also has a function to generate scramble data for the idle period, and continues to transmit the scramble data following the CONT primitive in the idle period until another effective primitive is transmitted.
- the link controller 50 analyzes the primitives, performs an 8b/10b decoding, a descrambling process, and a CRC check, so as to obtain FIS, which is reception data, and a CRC check result, and outputs them to the transport controller 10 .
- the link controller 50 is divided into a Tx block, which is responsible for transmission, and an Rx block, which is responsible for reception.
- the Tx block includes a pattern generator 52 , a scrambler 54 , a selector 61 , a CRC calculation unit 58 , a selector 62 , a data scrambler 56 , a selector 63 , and an 8b/10b encoder 60 .
- the Tx block is responsible for the abovementioned transmission process by the link controller 50 .
- the data scrambler 56 performs scrambling process to FIS and CRC when transmitting the FIS.
- the scrambler 54 generates scramble data following the CONT primitive in the idle period.
- the SATA standard defines to generate the scramble data by a linear feedback shift register (LFSR) using a generator polynomial.
- LFSR linear feedback shift register
- the Rx block of the link controller 50 includes an 8b/10b decoder 74 , a data descrambler 70 , and a CRC calculation unit 72 .
- the Rx block is responsible for the abovementioned reception process by the link controller 50 .
- the Rx block discards the scramble data following the CONT primitive until another effective primitive is received.
- Japanese Unexamined Patent Application Publication No. 2005-260360 discloses a data transfer apparatus that achieves to save power in the idle period.
- an encoder circuit stops operation, and a transmitter in a physical layer circuit continues to output idle signals with its logical level fixed to a first logical level to a serial bus for a predetermined number of bits or more, as signals to indicate the idle state.
- the data transfer apparatus prevents the encoder circuit from consuming power in the idle period and thus attempts to save power.
- the method disclosed in the Japanese Unexamined Patent Application Publication No. 2005-260360 outputs signals other than idle data which are defined in the standard, thus the destination apparatus must have a similar configuration. Therefore, the present inventor has found a problem that there is a possibility that an error is generated and communications fail even if the destination apparatus conforms to the standard.
- An exemplary aspect of an embodiment of the present invention is a serial data transfer apparatus.
- the serial data transfer apparatus includes a transport controller that performs a process of a transport layer, a link controller that performs a process of a link layer, and a physical layer circuit that performs a process of a physical layer.
- the serial data transfer apparatus transmits and receives data with a destination apparatus via a serial bus.
- the link controller outputs idle data received from the destination apparatus to the physical layer circuit and also stops the operation of the unit responsible for generating data to transmit to the destination apparatus while outputting the idle data.
- the above serial data transfer apparatus may be replaced with a system or a method and such system or method is effective as an aspect of the present invention.
- the present invention enables to output idle data conformed to the standard in an idle period of a serial data transfer apparatus and also reduce the power consumption.
- FIG. 1 illustrates a serial data transfer apparatus according to a first exemplary embodiment of the present invention
- FIG. 2 is a timing chart illustrating the process of the serial data transfer apparatus of FIG. 1 (1);
- FIG. 3 is a timing chart illustrating the process of the serial data transfer apparatus of FIG. 1 (2);
- FIG. 4 is a timing chart illustrating the process of the serial data transfer apparatus of FIG. 1 (3);
- FIG. 5 illustrates a transmission data switching circuit and a data storage circuit according to a second exemplary embodiment of the present invention
- FIG. 6 is a timing chart illustrating the process of the serial data transfer apparatus according to the second exemplary embodiment of the present invention (1);
- FIG. 7 is a timing chart illustrating the process of the serial data transfer apparatus according to the second exemplary embodiment of the present invention (2);
- FIG. 8 is a timing chart illustrating the process of the serial data transfer apparatus according to the second exemplary embodiment of the present invention (3);
- FIG. 9 illustrates a transmission data switching circuit and a data storage circuit according to a third exemplary embodiment of the present invention.
- FIG. 10 is a timing chart illustrating the process of the serial data transfer apparatus according to the third exemplary embodiment of the present invention (1);
- FIG. 11 is a timing chart illustrating the process of the serial data transfer apparatus according to the third exemplary embodiment of the present invention (2);
- FIG. 12 illustrates a serial transfer apparatus according to a fourth embodiment of the present invention.
- FIG. 13 is a timing chart illustrating the process when the serial data transfer apparatus of FIG. 12 receives a communication data error in an idle period
- FIG. 14 illustrates the layer structure of an SATA transfer interface disclosed in Japanese Unexamined Patent Application Publication No. 2007-233993.
- FIG. 1 illustrates a serial data transfer apparatus 200 according to a first exemplary embodiment of the present invention.
- the serial data transfer apparatus 200 includes a transport controller 210 , a link controller 220 , and a physical layer circuit 280 . These functional blocks respectively perform the processes of a transport layer, a link layer, and a physical layer (PHY) to data transmitted to a serial bus, and data received from a serial bus not illustrated.
- PHY physical layer
- the state in which the serial data transfer apparatus 200 is transferring data with a destination apparatus is referred to as a data transfer state, while the state not in data transfer is referred to as an idle state.
- the serial data transfer apparatus 200 can be applied to any serial transfer interface that outputs idle data in an idle period. However for ease of explanation, the serial data transfer apparatus 200 is used as an interface conformed to the SATA standard.
- the transport controller 210 has the same function as the transport controller of a normal serial data transfer apparatus.
- the transport controller 210 In response to a transmission request for data from an upper layer (the application layer), the transport controller 210 outputs the content of the transmission data (hereinafter referred to as a transmission payload S 1 ) to the link controller 220 . Further, at a reception of a reception payload S 6 from the link controller 50 , the transport controller 210 notifies the reception result to the upper layer.
- the transport controller 210 transmits a transmission start signal C 1 to the link controller 220 to request for a data transfer. This transmission start signal C 1 is active while the transport controller 210 is transmitting data to the link controller 220 , and inactive from the point when the data transmission is completed to the start of the next data transmission.
- the physical layer circuit 280 also has the similar function as the physical layer circuit of a normal serial data transfer apparatus, and is provided with a transmitter 282 and a receiver 284 .
- the transmitter 282 performs a parallel-to-serial conversion to an output S 3 from the link controller 220 , and outputs it to a serial bus.
- the receiver 284 performs a serial-to-parallel conversion to data received from a serial bus to obtain reception data S 4 , which is output to the link controller 220 .
- the link controller 220 performs the process to generate transmission data from the transmission payload S 1 received from the transport controller 210 to output the data to the physical layer circuit 280 , and the process to generate idle data to output to the physical layer circuit 280 in the idle period.
- the link controller 220 receives the reception data S 4 , which is not idle data, from the physical layer circuit 280 , the link controller 220 obtains the payload (abovementioned reception payload S 6 ) from the reception data and outputs it to the transport controller 210 .
- the operation when the reception data S 4 is idle data, which is received from the physical layer circuit 280 is described together with the detailed explanation of the functional blocks of the link controller 220 .
- the link controller 220 includes a Tx block 230 , an Rx block 240 , a control block 250 , a data storage circuit 256 , and a selector 258 .
- the control block 250 includes a detection circuit 252 and a transmission data switching circuit 254 .
- the Tx block 230 is controlled by a stop signal C 5 , which is described later, from the transmission data switching circuit 254 .
- the stop signal C 5 when the stop signal C 5 is inactive, in a similar way as the transmission process block of the link controller of a normal serial data transfer apparatus (such as the transmission process block of the link controller 50 in the data transfer apparatus of FIG. 14 ), the Tx block 230 generates transmission data S 2 from the transmission payload S 1 to be output to the physical layer circuit 280 in the data transfer state.
- the Tx block 230 In the idle period, the Tx block 230 generates idle data (CONT primitive and scramble data following the CONT primitive) as the transmission data S 2 to output.
- the generation processes of the transmission data S 2 are, for example, an addition of a CRC generation result, a scrambling process, an 8b/10b encoding, and an addition of primitives.
- the Tx block 230 stops the operation.
- the Tx block 230 is connected to the selector 258 , and the output S 2 from the Tx block 230 is input to the selector 258 .
- the Rx block 240 has the same function as the reception process block of a normal serial data transfer apparatus (for example, the Rx block of the data transfer apparatus of FIG. 14 ). Specifically, if the reception data S 4 from the receiver 284 is not idle data, the Rx block 240 obtains the reception payload S 6 from the reception data S 4 and outputs it to the transport controller 210 . If the reception data S 4 is idle data, the Rx block 240 discards the reception data S 4 .
- the detection circuit 252 inputs the reception data S 4 from the receiver 284 and detects whether the reception data S 4 is idle data or not.
- the serial data transfer apparatus 200 of this exemplary embodiment conforms to the SATA standard.
- the detection circuit 252 detects a CONT primitive in the reception data S 4 and outputs a primitive detection signal C 2 to the transmission data switching circuit 254 according to the detection result.
- This primitive detection signal C 2 is activated when detecting a CONT primitive and deactivated when an effective primitive is detected.
- the transmission data switching circuit 254 controls the Tx block 230 by the stop signal C 5 , the data storage circuit 256 by a storage instruction signal C 3 , and the selector 258 by a switching signal C 6 .
- the Tx block 230 When the stop signal C 5 is inactive, the Tx block 230 operates. When the stop signal C 5 is active, the Tx block 230 stops operation.
- the data storage circuit 256 stops storage operation.
- the data storage circuit 256 stores the reception data S 4 from the receiver 284 .
- the stored data (S 5 in FIG. 1 ) is output to the selector 258 .
- the data storage circuit activates a storage completion signal C 4 to output to the transmission data switching circuit 254 , indicating whether the reception data S 4 is stored or not.
- the selector 258 selects the output S 2 from the Tx block 230 and outputs it to the transmitter 282 . If the switching signal C 6 is active, the selector 258 selects the output S 5 from the data storage circuit 256 and outputs it to the transmitter 282 .
- control block 250 With reference to FIGS. 2 to 4 , detailed explanations are given hereinafter for the control operation of the control block 250 and the processes performed by the Tx block 230 , the data storage circuit 256 , and the selector 258 according to the control of the transmission data switching circuit 254 .
- FIG. 2 is a timing chart in case the serial data transfer apparatus 200 shifts from the data transfer state to the idle state.
- the serial data transfer apparatus 200 is transferring data till the timing T 1 , at which the transmission start signal C 1 is active, and the primitive detection signal C 2 and the storage completion signal C 4 are inactive.
- the storage instruction signal C 3 output from the transmission data switching circuit 254 to the data storage circuit 256 , the stop signal C 5 output to the Tx block 230 , and the switching signal C 6 output to the selector 258 are all inactive.
- the Tx block 230 operates, generates the transmission data S 2 corresponding to the transmission payload S 1 , and outputs it to the selector 258 .
- the selector 258 selects the output S 2 from the Tx block 230 , and outputs it to the transmitter 282 of the physical layer circuit 280 . Accordingly, in this case, the output S 3 from the link controller 220 to the serial bus is the transmission data generated from the transmission payload S 1 by the Tx block 230 .
- the data storage circuit 256 does not store the reception data S 4 and output it to the selector 258 .
- the transmission start signal C 1 is deactivated, which is output from the transport controller 210 to the transmission data switching circuit 254 . Further, idle data (Junk in the drawings) is transmitted/received between the serial data transfer apparatus 200 and the communication destination.
- the detection circuit 252 detects a CONT primitive from the reception data S 4
- the primitive detection signal C 2 is inactive
- the stop signal C 5 , the storage instruction signal C 3 , and the switching signal C 6 from the switching circuit 254 are inactive.
- the Tx block 230 operates, generates scramble data and encodes so as to generate idle data, and outputs it to the selector 258 .
- the selector 258 selects the output S 2 from the Tx block 230 , and outputs it to the transmitter 282 of the physical layer circuit 280 . Accordingly, in this period, the output S 3 from the link controller 220 to the physical layer 280 is idle data generated by the Tx block 230 .
- the data storage circuit 256 does not yet store the reception data S 4 and output it to the selector 258 .
- the detection circuit 252 detects a CONT primitive from the reception data S 4 .
- the primitive detection signal C 2 is activated. Therefore, at the timing T 3 immediately after the timing T 2 , the transmission data switching circuit 254 activates the storage instruction signal C 3 , which is output to the data storage circuit 256 .
- the data storage circuit 256 starts storing the reception data S 4 .
- the stop signal C 5 and the switching signal C 6 remain to be inactive till the timing T 4 , at which the data storage circuit 256 finishes storing the reception data S 4 .
- the Tx block 230 continues to operate, generate scramble data, and encode so as to generate idle data, and output it to the selector 258 .
- the selector 258 selects the output S 2 from the Tx block 230 , and outputs it to the transmitter 282 of the physical layer circuit 280 . Accordingly, in this period as well, the output S 3 from the link controller 220 to the physical layer 280 is idle data generated by the Tx block 230 .
- the data storage circuit 256 finished storing the reception data S 4 , thus the data storage circuit 256 activates the storage completion signal C 4 to be transmitted to the transmission data switching circuit 254 and also outputs the stored data to the selector 258 .
- the transmission data switching circuit 254 activates the switching signal C 6 at the same time the storage completion signal C 4 is activated. Then, the selector 258 selects the output S 5 from the data storage circuit 256 , and outputs it to the transmitter 282 in the physical layer circuit 280 . Thus, in this case, the output S 3 from the link controller 220 to the physical layer circuit 280 is idle data stored by the data storage circuit 256 and received from the destination apparatus.
- the transmission data switching circuit 254 activates the stop signal C 5 at the timing T 5 , which is immediately after the timing T 4 . Then the Tx block 230 stops the operation.
- FIG. 3 is a timing chart in case the serial data transfer apparatus 200 returns to the data transfer state from the idle state in response to a data transfer request from the transport controller 210 .
- the transport controller 210 notifies to the transmission data switching circuit 254 that the data transmission has started.
- the transport controller 210 activates the transmission start signal C 1 to request for a data transfer.
- the transmission data switching circuit 254 deactivates the stop signal C 5 at the timing T 12 , which is immediately after the timing T 11 .
- the transmission data switching circuit 254 keeps the storage instruction signal C 3 and the switching signal C 4 active till the timing T 13 , at which the transmission data of the Tx block 230 is prepared. Therefore, till the timing T 13 , the output S 3 from the link controller 220 to the physical layer circuit 280 is still idle data which is stored in the data storage circuit 256 and received from the destination apparatus.
- the transmission data switching circuit 254 deactivates the storage instruction signal C 3 and the switching signal C 6 at the timing T 13 . Then the data storage circuit 256 stops to store the reception data S 4 and outputting to the selector 258 . Further, the link controller 220 outputs the transmission data generated by the Tx block 230 .
- FIG. 4 is a timing chart in case the serial data transfer apparatus 200 shifts from the idle state to the data transfer state in response to a data transfer request received from the destination apparatus.
- the detection circuit 252 detects a transfer request (XRDY primitive) from the reception data S 4 at the timing T 21 and deactivates the primitive detection signal C 2 .
- the transmission data switching circuit 254 deactivates the storage instruction signal C 3 and also deactivates the stop signal C 5 at the timing T 22 , which is immediately after the timing T 21 .
- the data storage circuit 256 stops to store the reception data S 4 , and the Tx block 230 starts the operation.
- the transmission data switching circuit 254 keeps the switching signal C 6 active till the timing T 23 , at which the Tx block 230 outputs a RRDY primitive to the destination apparatus, indicating “ready to receive”. Therefore, till the timing T 23 , the output S 3 from the link controller 220 to the physical layer circuit 280 is still idle data, which is stored to the data storage circuit 256 and received from the destination apparatus.
- the transmission data switching circuit 254 deactivates the switching signal C 6 at the timing T 23 . Then the link controller 220 outputs the RRDY primitive, which is output from the Tx block 230 to the selector 258 , and the serial data transfer apparatus 200 enters the data transfer state.
- the data storage circuit 256 stores the idle data received from the communication destination in the idle period, and the selector 258 outputs the idle data stored in the data storage circuit 256 to the physical layer circuit 280 . Therefore, idle data defined by the standard can be transmitted to the serial bus during the idle period. Further, the power consumption of the serial data transfer apparatus 200 can be reduced by stopping the operation of the Tx block 230 which includes the data scrambler and the encoder etc.
- a second exemplary embodiment of the present invention is also a serial data transfer apparatus.
- a serial data transfer apparatus of this exemplary embodiment includes a transmission data switching circuit 254 A and a data supply circuit 256 A, instead of the transmission data switching circuit 254 and the data storage circuit 256 in the serial data transfer apparatus 200 . Only the transmission data switching circuit 254 A and the data supply circuit 256 A in the serial data transfer apparatus according to the second exemplary embodiment are described in detail.
- FIG. 5 illustrates the transmission data switching circuit 254 A and the data supply circuit 256 A in the serial data transfer apparatus of the second exemplary embodiment of the present invention.
- FIG. 5 among the data and signals input/output by the transmission data switching circuit 254 A and the data storage circuit 256 A, similar data and signals as the ones input/output by the transmission data switching circuit 254 and the data storage circuit 256 in the serial data transfer apparatus 200 are denoted by the same signs in FIG. 1 .
- the data supply circuit 256 A includes a selector 312 and a buffer 314 .
- the buffer 314 functions as a data storage circuit, and temporarily stores the reception data S 4 from the physical layer circuit 280 .
- the selector 312 selects either the reception data S 4 or data S 10 stored in the buffer 314 (hereinafter referred to as buffer data), and outputs the selected data to the selector 258 .
- the selector 312 includes a buffer (not illustrated for aligning the phases of the reception data S 4 and the output S 3 from the link controller 220 to the physical layer circuit 280 .
- the operation of the selector 312 is controlled by a select signal C 10 from the transmission data switching circuit 254 A.
- the operation of the buffer 314 is controlled by the storage instruction signal C 3 and a buffer stop signal C 11 from the transmission data switching circuit 254 A.
- the transmission data switching circuit 254 A outputs the buffer stop signal C 11 to the buffer 314 , indicating whether to stops to buffer or not, in addition to the storage instruction signal C 3 for storing the reception data S 4 to the buffer 314 .
- the transmission data switching circuit 254 A also outputs the select signal C 10 , which specifies to select output data, to the selector 312 of the data supply circuit 256 A.
- FIG. 6 is a timing chart in the case of shifting to the idle state from the data transfer state.
- the serial data transfer apparatus is transferring data
- the transmission start signal C 1 is active
- the primitive detection signal C 2 output from the detection circuit 252 to the transmission data switching circuit 254 A is inactive.
- the storage completion signal C 4 output from the buffer 314 to the transmission data switching circuit 254 A is also inactive.
- the switching signal C 6 output from the transmission data switching circuit 254 A to the selector 258 , the stop signal C 5 output to the Tx block 230 , the select signal C 10 output to the selector 312 , and the storage instruction signal C 3 output to the buffer 314 are all inactive. Only the buffer stop signal C 11 output to the buffer 314 is active.
- the Tx block 230 operates, generates the transmission data S 2 corresponding to the transmission payload S 1 from the transport controller 210 , and outputs it to the selector 258 .
- the selector 312 selects the reception data S 4 and outputs it to the selector 258 .
- the selector 258 selects the output S 2 of the Tx block 230 , and outputs it to the transmitter 282 of the physical layer circuit 280 . Accordingly, in this case, the output S 3 from the link controller 220 to the serial bus is transmission data generated from the transmission payload S 1 by the Tx block 230 .
- the buffer 314 in the data storage circuit 256 does not store the reception data S 4 and output to the selector 312 .
- the transmission start signal C 1 is deactivated, and idle data is transmitted/received between the serial data transfer apparatus 200 and the communication destination.
- the detection circuit 252 detects a CONT primitive from the reception data S 4
- the primitive detection signal C 2 is inactive, and each control signal from the switching circuit 254 does not change.
- the Tx block 230 continues to operate, generate scramble data, and encode so as to generate idle data, and outputs it to selector 258 .
- the selector 312 selects the reception data S 4 and outputs it to the selector 258 .
- the selector 258 selects the output S 2 of the Tx block 230 , and outputs it to the transmitter 282 of the physical layer circuit 280 . Accordingly, in this period, the output S 3 from the link controller 220 to the physical layer circuit 280 is idle data generated by the Tx block 230 .
- the buffer 314 in the data supply circuit 256 A does not store the reception data S 4 and output to the selector 312 .
- the detection circuit 252 detects a CONT primitive from the reception data S 4 at the timing T 2 , thus the primitive detection signal C 2 is activated. Therefore, the transmission data switching circuit 254 A activates the storage instruction signal C 3 and also deactivates the buffer stop signal C 11 at the timing T 3 , which is immediately after the timing T 2 . Other control signals do not change.
- the buffer 314 stores the reception data S 4 .
- the stop signal C 5 from the transmission data switching circuit 254 A to the Tx block 230 , the switching signal C 6 to the selector 258 , and the select signal C 10 to the selector 312 remain to be inactive till the timing T 4 , at which the buffer 314 finishes storing the reception data S 4 .
- the Tx block 230 continues to operate, generate scramble data, and encode so as to generate idle data, and outputs it to the selector 258 .
- the selector 258 selects the output S 2 of the Tx block 230 , and outputs it to the transmitter 282 of the physical layer circuit 280 . Accordingly, in this period, the output S 3 from the link controller 220 to the physical layer circuit 280 is idle data generated by the Tx block 230 .
- the buffer 314 of the data storage circuit 256 A finished storing the reception data S 4 , thus the buffer 314 activates the storage completion signal C 4 and also outputs the stored data to the selector 312 .
- the transmission data switching circuit 254 A activates the switching signal C 6 at the same time the storage completion signal C 4 is activated. Then, the selector 258 selects the output S 5 from the data supply circuit 256 A, and outputs it to the transmitter 282 in the physical layer circuit 280 . At this time, the select signal C 10 is still inactive, thus the output S 5 of the selector 312 is the reception data S 4 .
- the output S 3 from the link controller 220 to the physical layer circuit 280 is the reception data S 4 (idle data here).
- the transmission data switching circuit 254 A activates the stop signal C 5 at the timing T 5 , which is immediately after the timing T 4 . Then the Tx block 230 stops the operation. Further, the transmission data switching circuit 254 A deactivates the storage instruction signal C 3 and activates the buffer stop signal C 11 . Then the buffer 314 stops the operation.
- FIG. 7 is a timing chart in case the serial data transfer apparatus returns to the data transfer state in response to a transmission start request from the transport controller 210 .
- the transport controller 210 activates the transmission start signal C 1 to request for a data transfer.
- the transmission data switching circuit 254 A deactivates the stop signal C 5 at the timing T 12 , which is immediately after the timing T 11 . Then the Tx block 230 starts the operation.
- the transmission data switching circuit 254 A keeps the switching signal C 6 active till the timing T 13 , at which the transmission data of the Tx block 230 is prepared. Therefore, till the timing T 13 , the output S 3 from the link controller 220 to the physical layer circuit 280 is still idle data which is received from the destination apparatus.
- the transmission data switching circuit 254 A deactivates the switching signal C 6 at the timing T 23 . Then the link controller 220 outputs the transmission data generated by the Tx block 230 . Accordingly, the serial data transfer apparatus enters the data transfer state.
- FIG. 8 is a timing chart in case the serial data transfer apparatus shifts to the data transfer state from the idle state in response to a data transfer request from the destination apparatus.
- the detection circuit 252 detects a transfer request (XRDY primitive) from the reception data S 4 at the timing T 21 and deactivates the primitive detection signal C 2 .
- the transmission data switching circuit 254 A deactivates the stop signal C 5 and the buffer stop signal C 11 , and activates the select signal C 10 at the timing T 22 , which is immediately after the timing T 21 .
- the Tx block 230 starts the operation, and the buffer 314 outputs the buffer data S 10 to the selector 312 .
- the selector 312 selects the buffer data S 10 , and outputs it to the selector 258 .
- the transmission data switching circuit 254 A keeps the switching signal C 6 active till the timing T 23 , at which the Tx block 230 outputs a RRDY primitive to the destination apparatus, indicating “ready to receive”. Therefore, till the timing T 23 , the output S 3 from the link controller 220 to the physical layer circuit 280 is idle data.
- the transmission data switching circuit 254 A deactivates the switching signal C 6 at the timing T 23 . Accordingly the link controller 220 outputs the RRDY primitive, which is output from the Tx block 230 to the selector 258 . Then the serial data transfer apparatus enters the data transfer state.
- idle data defined by the standard can be transmitted to the serial bus during the idle period. Further, the power consumption of the serial data transfer apparatus can be reduced by stopping the operation of the Tx block 230 which includes the data scrambler and the encoder etc.
- the received idle data is output to the destination apparatus, and the buffer 314 can stop the operation except for the period to fetch the idle data (the timing T 3 to T 5 in FIG. 6 ) and the period to output the idle data from the buffer 314 (the timing T 12 to T 13 in FIG. 7 , and the timing T 22 to T 23 in FIG. 8 ). This enables to further reduce the power consumption.
- a third exemplary embodiment of the present invention is also a serial data transfer apparatus.
- a serial data transfer apparatus of this exemplary embodiment includes a transmission data switching circuit 254 B and a data supply circuit 256 B, instead of the transmission data switching circuit 254 and the data storage circuit 256 in the serial data transfer apparatus 200 . Only the transmission data switching circuit 254 B and the data supply circuit 256 B in the serial data transfer apparatus according to the third exemplary embodiment are described in detail.
- FIG. 9 illustrates the transmission data switching circuit 254 B and the data supply circuit 256 B in the serial data transfer apparatus of the third exemplary embodiment of the present invention.
- FIG. 9 among the data and signals input/output by the transmission data switching circuit 254 B and the data storage circuit 256 B, similar data and signals as the ones input/output by the transmission data switching circuit 254 and the data storage circuit 256 in the serial data transfer apparatus 200 are denoted by the same signs in FIG. 1 .
- the data supply circuit 256 B includes a selector 322 and a scramble data storage circuit 324 which stores idle data (that is, scramble data) in advance.
- the selector 322 selects either the reception data S 4 from the destination apparatus or scramble data S 20 from the scramble data storage circuit 324 , and outputs the selected data to the selector 258 .
- the selector 312 includes a buffer (not illustrated) for aligning the phases of the reception data S 4 and the output S 3 from the link controller 220 to the physical layer circuit 280 .
- the operation of the selector 322 and the scramble data storage circuit 324 is controlled by a select signal C 20 from the transmission data switching circuit 254 B.
- the transmission data switching circuit 254 B when the transmission start signal C 1 from the transport controller 210 is deactivated, the transmission data switching circuit 254 B immediately stops the Tx block 230 and the selector 258 selects an output from the selector 322 . Further, by activating the select signal C 20 until the primitive detection signal C 2 is activated, the scramble data storage circuit 324 outputs the scramble data S 20 and selector 322 is controlled to select the output from the scramble data storage circuit 324 .
- the output S 3 from the link controller 220 to the physical layer circuit 280 is scramble data stored beforehand to the scramble data storage circuit 324 .
- the scramble data storage circuit 324 is controlled to stop the operation by deactivating the select signal C 20 and the selector 322 is controlled to select the reception data S 4 .
- the output S 3 from the link controller 220 to the physical layer circuit 280 is the reception data S 4 (idle data here) from the destination apparatus.
- FIG. 10 is a timing chart in case the serial data transfer apparatus shifts to the data transfer state from the idle state in response to a data transfer request from the transport controller 210 .
- the transport controller 210 notifies to the transmission data switching circuit 254 B that the data transmission has started. Thus the transport controller 210 activates the transmission start signal C 1 to request for a data transfer.
- the transmission data switching circuit 254 B deactivates the stop signal C 5 at the timing T 12 , which is immediately after the timing T 11 .
- the transmission data switching circuit 254 B keeps the switching signal C 6 active and the select signal C 20 inactive till the timing T 13 , at which the transmission data of the Tx block 230 is prepared. Accordingly, till the timing T 13 , the output S 3 from the link controller 220 to the physical layer circuit 280 is the reception data S 4 (idle data here) from the destination apparatus.
- the transmission data switching circuit 254 B deactivates the switching signal C 6 at the timing T 13 . Then the selector 258 selects the output S 2 of the Tx block 230 , and the link controller 220 outputs the transmit data generated by the Tx block 230 .
- the transmission data switching circuit 254 B maintains the select signal C 20 to be inactive even after the timing T 13 .
- FIG. 11 is a timing chart in case the serial data transfer apparatus shifts to the data transfer state from the idle state in response to a data transfer request from the destination apparatus.
- the detection circuit 252 detects a transfer request (XRDY primitive) from the reception data S 4 at the timing T 21 and deactivates the primitive detection signal C 2 .
- the transmission data switching circuit 254 B deactivates the stop signal C 5 and activates the select signal C 20 at the timing T 22 , which is immediately after the timing T 21 .
- the scramble data storage circuit 324 outputs the scramble data S 20 to the selector 322 , and the selector 322 outputs the scramble data S 20 to the selector 258 .
- the transmission data switching circuit 254 B keeps the switching signal C 6 active till the timing T 23 , at which the Tx block 230 outputs a RRDY primitive to the destination apparatus, indicating “ready to receive”. Therefore, till the timing T 23 , the output S 3 from the link controller 220 to the physical layer circuit 280 is scramble data S 20 from the scramble data storage circuit 324 .
- the transmission data switching circuit 254 B deactivates the switching signal C 6 and the select signal C 20 at the timing T 23 . Then the link controller 220 outputs the RRDY primitive output from the Tx block 230 to the selector 258 .
- idle data defined by the standard can be transmitted to the serial bus during the idle period. Further, the power consumption of the serial data transfer apparatus can be reduced by stopping the operation of the Tx block 230 which includes the data scrambler and the encoder etc.
- the scramble data storage circuit 324 stores the scramble data beforehand.
- the operation of the Tx block 230 can be stopped immediately after the transmission start signal C 1 is deactivated, thereby further reducing the power consumption of the serial data transfer apparatus.
- the received idle data is output to the destination apparatus.
- This enables to operate the buffer 324 only in the period from when the transmission start signal C 1 is deactivated until the primitive detection signal C 2 is activated, and the period to shift to the data transfer state in response to a transfer request from the destination apparatus (the timing T 22 to T 23 in FIG. 8 ), and the buffer 324 stops the operation in the other periods. This further reduces the power consumption of the serial data transfer apparatus.
- FIG. 12 illustrates a serial data transfer apparatus 400 according to a fourth exemplary embodiment of the present invention.
- the serial data transfer apparatus 400 also conforms to the SATA standard, including a detection circuit 452 instead of the detection circuit 252 of the serial data transfer apparatus 200 .
- the detection circuit 452 and a difference between the serial data transfer apparatus 200 and the serial data transfer apparatus 400 due to the change to the detection circuit 452 are described here.
- FIG. 12 among the data and signals input/output to the detection circuit 452 , similar data and signals as the ones input/output to the detection circuit 252 in the serial data transfer apparatus 200 are denoted by the same signs in FIG. 1 .
- the detection circuit 452 performs all the processes performed by the detection circuit 252 . Further, the detection circuit 452 detects a communication data error from the reception data S 4 (invalid primitive other than CONT primitive, a 10b/8b code error, a bit slip error etc.) and when detecting a communication data error, the detection circuit 452 outputs an error notification signal C 7 to the transport controller 210 .
- a communication data error from the reception data S 4 (invalid primitive other than CONT primitive, a 10b/8b code error, a bit slip error etc.) and when detecting a communication data error, the detection circuit 452 outputs an error notification signal C 7 to the transport controller 210 .
- the transport controller 210 in the serial data transfer apparatus 400 receives the error notification signal C 7 , the transport controller 210 activates the transmission start signal C 1 in order to notify the transmission data switching circuit 254 that the data transmission has started to request for a data transfer.
- the detection circuit 452 when the detection circuit 452 detects a CONT primitive, the detection circuit 452 activates the primitive detection signal C 2 to be output to the transmission data switching circuit 254 .
- the detection circuit 452 detects an effective primitive, the primitive detection signal is deactivated.
- the detection circuit 452 deactivates the primitive detection signal C 2 .
- FIG. 13 is a timing chart in case the serial data transfer apparatus 400 shifts to the data transfer state from the idle state in response to a data transfer request including an error from the destination apparatus.
- the detection circuit 452 detects a communication data error (XRDY primitive error) from the reception data S 4 at the timing T 21 , the error notification signal C 7 is activated in order to notify an error to the transport controller 210 and the primitive detection signal C 2 is deactivated.
- a communication data error XRDY primitive error
- the transmission data switching circuit 254 deactivates the storage instruction signal C 3 and also deactivates the stop signal C 5 at the timing T 22 , which is immediately after the timing T 21 .
- the data storage circuit 256 stops to store the reception data S 4 , and the Tx block 230 starts the operation.
- the transmission data switching circuit 254 keeps the switching signal C 6 active till the timing T 24 at which the Tx block 230 can output data to the communication destination. Therefore, till the timing T 24 , the output S 3 from the link controller 220 to the physical layer circuit 280 is idle data which is stored to the data storage circuit 256 and received from the destination apparatus.
- the error notification signal C 7 notifies an error to the transport controller 210 at the timing T 23 .
- the transport controller 210 activates the transmission start signal C 1 in order to notify the transmission data switching circuit 254 that the data transmission has started to request for a data transfer, and returns to the data transfer state.
- the transmission data switching circuit 254 deactivates the switching signal C 6 at the timing T 24 . Then the selector 258 selects the transmission data S 2 of the Tx block 230 and the data is output from the link controller 220 . Thus the serial data transfer enters the data transfer state.
- Transfer requests from the destination apparatus may be received as errors due to various causes.
- the serial data transfer apparatus 400 of this exemplary embodiment returns to the transfer state even when the data received from the destination apparatus in an idle period is not a transfer request but a communication data error. This enables to achieve all the effects obtained by serial data transfer apparatus 200 and also enables to return to the transfer state even if a transfer request from the destination apparatus is erroneous.
- the transmission data switching circuit activates the stop signal to stop the Tx block.
- the Tx block may be stopped by disconnecting a power supply to the Tx block, for example.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Transfer Systems (AREA)
- Communication Control (AREA)
Abstract
Description
Claims (18)
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US13/331,696 US20120089757A1 (en) | 2008-10-03 | 2011-12-20 | Serial data transfer apparatus |
US13/601,179 US8612790B2 (en) | 2008-10-03 | 2012-08-31 | Serial data transfer apparatus |
Applications Claiming Priority (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2008-258856 | 2008-10-03 | ||
JP2008258856 | 2008-10-03 | ||
JP2009-032211 | 2009-02-16 | ||
JP2009032211A JP5173880B2 (en) | 2008-10-03 | 2009-02-16 | Serial data transfer device |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/331,696 Continuation US20120089757A1 (en) | 2008-10-03 | 2011-12-20 | Serial data transfer apparatus |
Publications (2)
Publication Number | Publication Date |
---|---|
US20100088435A1 US20100088435A1 (en) | 2010-04-08 |
US8214678B2 true US8214678B2 (en) | 2012-07-03 |
Family
ID=42076684
Family Applications (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/585,423 Active 2030-04-06 US8214678B2 (en) | 2008-10-03 | 2009-09-15 | Serial data transfer apparatus |
US13/331,696 Abandoned US20120089757A1 (en) | 2008-10-03 | 2011-12-20 | Serial data transfer apparatus |
US13/601,179 Active US8612790B2 (en) | 2008-10-03 | 2012-08-31 | Serial data transfer apparatus |
Family Applications After (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/331,696 Abandoned US20120089757A1 (en) | 2008-10-03 | 2011-12-20 | Serial data transfer apparatus |
US13/601,179 Active US8612790B2 (en) | 2008-10-03 | 2012-08-31 | Serial data transfer apparatus |
Country Status (2)
Country | Link |
---|---|
US (3) | US8214678B2 (en) |
JP (1) | JP5173880B2 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20120076251A1 (en) * | 2010-09-24 | 2012-03-29 | Huimin Chen | Digital nrzi signal for serial interconnect communications between the link layer and physical layer |
US20120266004A1 (en) * | 2011-04-14 | 2012-10-18 | Seiko Epson Corporation | Circuit, electronic device, and image processing device |
Families Citing this family (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20110106997A1 (en) * | 2009-11-05 | 2011-05-05 | Lsi Corporation | Methods and apparatus for interconnecting sas/sata devices using either electrical or optical transceivers |
US8713338B2 (en) * | 2010-05-28 | 2014-04-29 | Lsi Corporation | Methods and apparatus for low power out-of-band communications |
JP2011248977A (en) * | 2010-05-28 | 2011-12-08 | Toshiba Corp | Interface device and decode data effective determination method, and recording device |
JP2012146041A (en) * | 2011-01-11 | 2012-08-02 | Hitachi Ltd | Computer device and signal transmission method |
US9625603B2 (en) * | 2011-05-27 | 2017-04-18 | Halliburton Energy Services, Inc. | Downhole communication applications |
US9778389B2 (en) | 2011-05-27 | 2017-10-03 | Halliburton Energy Services, Inc. | Communication applications |
JP2013143747A (en) * | 2012-01-12 | 2013-07-22 | Fuji Xerox Co Ltd | Image transfer device and program |
KR20140140438A (en) | 2013-05-29 | 2014-12-09 | 삼성전자주식회사 | System and method for contolling universial serial bus idel time dynamically |
US9407394B2 (en) * | 2014-02-03 | 2016-08-02 | Valens Semiconductor Ltd. | Frequent flow control by replacing certain idle words with bitwise complement words |
US20150242160A1 (en) * | 2014-02-26 | 2015-08-27 | Kabushiki Kaisha Toshiba | Memory system, control method of memory system, and controller |
US9710420B2 (en) * | 2014-11-21 | 2017-07-18 | Toshiba Corporation | System and method for improving the efficiency of a serial interface protocol |
Citations (22)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5524000A (en) | 1992-07-08 | 1996-06-04 | Fujitsu Limited | Terminal unit and a terminal unit connecting method in ATM switching system |
US6201830B1 (en) * | 1997-06-11 | 2001-03-13 | Texas Instruments Incorporated | Low computation idle transmission method for DSL modems |
US20030165142A1 (en) | 2000-09-28 | 2003-09-04 | Andrew Mills | Method for freezing the states of a receiver during silent line state operation of a network device |
US6850539B1 (en) * | 1998-09-30 | 2005-02-01 | Alcatel | Method and arrangements for fast transition from a low power state to a full power state in a communication system |
US20050138261A1 (en) * | 2003-12-22 | 2005-06-23 | Intel Corporation | Managing transmissions between devices |
US6915343B1 (en) | 2000-06-22 | 2005-07-05 | International Business Machines Corporation | System and method of running diagnostic testing programs on a diagnostic adapter card and analyzing the results for diagnosing hardware and software problems on a network computer |
US20050201411A1 (en) | 2004-03-09 | 2005-09-15 | Seiko Epson Corporation | Data transfer control device and electronic instrument |
US20050201305A1 (en) | 2004-03-09 | 2005-09-15 | Seiko Epson Corporation | Data transfer control device, electronic instrument, and data transfer control method |
US7003277B2 (en) * | 2001-09-27 | 2006-02-21 | Sony Corporation | Portable communication terminal, communication method of the portable communication terminal, program, and recording medium having the program recorded thereon |
US20060275041A1 (en) * | 2005-03-23 | 2006-12-07 | Kyocera Corporation | Optical transmitter and optical receiver |
US20070022337A1 (en) | 2005-06-30 | 2007-01-25 | International Business Machines Corporation | Method and apparatus to verify non-deterministic results in an efficient random manner |
US7187307B1 (en) * | 2003-06-12 | 2007-03-06 | Silicon Image, Inc. | Method and system for encapsulation of multiple levels of communication protocol functionality within line codes |
US7249271B2 (en) * | 2003-09-05 | 2007-07-24 | Seiko Epson Corporation | Data transfer control device and electronic instrument |
JP2007233993A (en) | 2006-02-06 | 2007-09-13 | Seiko Epson Corp | Data transfer control device and electronic device |
US20080025335A1 (en) | 1998-12-21 | 2008-01-31 | Xiaolin Lu | Communication network apparatus and method |
US20080215789A1 (en) * | 2007-02-19 | 2008-09-04 | Seiko Epson Corporation | Data transfer control device and electronic instrument |
US20080235417A1 (en) * | 2007-03-19 | 2008-09-25 | Industrial Technology Research Institute | Method and apparatus for bus encoding and decoding |
US7558839B1 (en) | 2004-12-14 | 2009-07-07 | Netapp, Inc. | Read-after-write verification for improved write-once-read-many data storage |
US7673075B1 (en) | 2005-05-17 | 2010-03-02 | Western Digital Technologies, Inc. | Pass-through information transfers in serial communications between a device and a host |
US20100125685A1 (en) * | 2008-11-18 | 2010-05-20 | Fujitsu Limited | Storage apparatus and output signal generation circuit |
US7739419B2 (en) * | 2007-05-23 | 2010-06-15 | Seiko Epson Corporation | Data transfer control device and electronic instrument |
US7843823B2 (en) | 2006-07-28 | 2010-11-30 | Cisco Technology, Inc. | Techniques for balancing throughput and compression in a network communication system |
Family Cites Families (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH06243063A (en) * | 1993-02-12 | 1994-09-02 | Toshiba Corp | Optical link state monitoring device |
US5506993A (en) * | 1993-03-02 | 1996-04-09 | International Business Machines Corporation | Message packet transmitter |
JP2970596B2 (en) * | 1997-06-10 | 1999-11-02 | 日本電気株式会社 | ATM communication device |
US6965956B1 (en) * | 2003-02-28 | 2005-11-15 | 3Ware, Inc. | Disk array controller and system with automated detection and control of both ATA and SCSI disk drives |
US20060168391A1 (en) * | 2005-01-26 | 2006-07-27 | Phison Electronics Corp. | [flash memory storage device with pci express] |
JP2007233998A (en) * | 2006-02-06 | 2007-09-13 | Seiko Epson Corp | Data transfer control device and electronic device |
US20070214277A1 (en) * | 2006-03-07 | 2007-09-13 | Ahmed Ali U | Peer-to-peer network communications using SATA/SAS technology |
JP4786381B2 (en) * | 2006-03-24 | 2011-10-05 | 株式会社東芝 | COMMUNICATION DEVICE AND COMMUNICATION DEVICE CONTROL METHOD |
KR20130007358A (en) * | 2011-07-01 | 2013-01-18 | 시게이트 테크놀로지 인터내셔날 | Method for controlling interface operation and interface unit applying the same |
-
2009
- 2009-02-16 JP JP2009032211A patent/JP5173880B2/en not_active Expired - Fee Related
- 2009-09-15 US US12/585,423 patent/US8214678B2/en active Active
-
2011
- 2011-12-20 US US13/331,696 patent/US20120089757A1/en not_active Abandoned
-
2012
- 2012-08-31 US US13/601,179 patent/US8612790B2/en active Active
Patent Citations (23)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5524000A (en) | 1992-07-08 | 1996-06-04 | Fujitsu Limited | Terminal unit and a terminal unit connecting method in ATM switching system |
US6201830B1 (en) * | 1997-06-11 | 2001-03-13 | Texas Instruments Incorporated | Low computation idle transmission method for DSL modems |
US6850539B1 (en) * | 1998-09-30 | 2005-02-01 | Alcatel | Method and arrangements for fast transition from a low power state to a full power state in a communication system |
US20080025335A1 (en) | 1998-12-21 | 2008-01-31 | Xiaolin Lu | Communication network apparatus and method |
US6915343B1 (en) | 2000-06-22 | 2005-07-05 | International Business Machines Corporation | System and method of running diagnostic testing programs on a diagnostic adapter card and analyzing the results for diagnosing hardware and software problems on a network computer |
US20030165142A1 (en) | 2000-09-28 | 2003-09-04 | Andrew Mills | Method for freezing the states of a receiver during silent line state operation of a network device |
US7003277B2 (en) * | 2001-09-27 | 2006-02-21 | Sony Corporation | Portable communication terminal, communication method of the portable communication terminal, program, and recording medium having the program recorded thereon |
US7187307B1 (en) * | 2003-06-12 | 2007-03-06 | Silicon Image, Inc. | Method and system for encapsulation of multiple levels of communication protocol functionality within line codes |
US7249271B2 (en) * | 2003-09-05 | 2007-07-24 | Seiko Epson Corporation | Data transfer control device and electronic instrument |
US20050138261A1 (en) * | 2003-12-22 | 2005-06-23 | Intel Corporation | Managing transmissions between devices |
US20050201411A1 (en) | 2004-03-09 | 2005-09-15 | Seiko Epson Corporation | Data transfer control device and electronic instrument |
US20050201305A1 (en) | 2004-03-09 | 2005-09-15 | Seiko Epson Corporation | Data transfer control device, electronic instrument, and data transfer control method |
JP2005260360A (en) | 2004-03-09 | 2005-09-22 | Seiko Epson Corp | Data transfer control device and electronic device |
US7558839B1 (en) | 2004-12-14 | 2009-07-07 | Netapp, Inc. | Read-after-write verification for improved write-once-read-many data storage |
US20060275041A1 (en) * | 2005-03-23 | 2006-12-07 | Kyocera Corporation | Optical transmitter and optical receiver |
US7673075B1 (en) | 2005-05-17 | 2010-03-02 | Western Digital Technologies, Inc. | Pass-through information transfers in serial communications between a device and a host |
US20070022337A1 (en) | 2005-06-30 | 2007-01-25 | International Business Machines Corporation | Method and apparatus to verify non-deterministic results in an efficient random manner |
JP2007233993A (en) | 2006-02-06 | 2007-09-13 | Seiko Epson Corp | Data transfer control device and electronic device |
US7843823B2 (en) | 2006-07-28 | 2010-11-30 | Cisco Technology, Inc. | Techniques for balancing throughput and compression in a network communication system |
US20080215789A1 (en) * | 2007-02-19 | 2008-09-04 | Seiko Epson Corporation | Data transfer control device and electronic instrument |
US20080235417A1 (en) * | 2007-03-19 | 2008-09-25 | Industrial Technology Research Institute | Method and apparatus for bus encoding and decoding |
US7739419B2 (en) * | 2007-05-23 | 2010-06-15 | Seiko Epson Corporation | Data transfer control device and electronic instrument |
US20100125685A1 (en) * | 2008-11-18 | 2010-05-20 | Fujitsu Limited | Storage apparatus and output signal generation circuit |
Non-Patent Citations (1)
Title |
---|
Uspto Office Action, 13/331,696 (098247-0135), Jan. 11, 2012, 17 pages. |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20120076251A1 (en) * | 2010-09-24 | 2012-03-29 | Huimin Chen | Digital nrzi signal for serial interconnect communications between the link layer and physical layer |
US8416905B2 (en) * | 2010-09-24 | 2013-04-09 | Intel Corporation | Digital NRZI signal for serial interconnect communications between the link layer and physical layer |
US9191192B2 (en) | 2010-09-24 | 2015-11-17 | Intel Corporation | Digital NRZI signal for serial interconnect communications between the link layer and physical layer |
US20120266004A1 (en) * | 2011-04-14 | 2012-10-18 | Seiko Epson Corporation | Circuit, electronic device, and image processing device |
US8909965B2 (en) * | 2011-04-14 | 2014-12-09 | Seiko Epson Corporation | Circuit, electronic device, and image processing device |
Also Published As
Publication number | Publication date |
---|---|
US20120089757A1 (en) | 2012-04-12 |
US8612790B2 (en) | 2013-12-17 |
US20100088435A1 (en) | 2010-04-08 |
JP5173880B2 (en) | 2013-04-03 |
JP2010109961A (en) | 2010-05-13 |
US20120331193A1 (en) | 2012-12-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8214678B2 (en) | Serial data transfer apparatus | |
JP5879545B2 (en) | Transmission circuit, reception circuit, transmission method, reception method, communication system and communication method thereof | |
KR101497001B1 (en) | Graphics multi-media ic and method of its operation | |
US20070055795A1 (en) | Data communication system and method with multi-channel power-down and wake-up | |
US20130268789A1 (en) | Electronic device and method of managing power of the same | |
CN109471824B (en) | AXI bus-based data transmission system and method | |
EP3365797A1 (en) | Alternating pseudo-random binary sequence seeds for mipi csi-2 c-phy | |
US10579581B2 (en) | Multilane heterogeneous serial bus | |
US20100153614A1 (en) | Information transmission system, information sending device and information receiving device | |
AU2004221088B2 (en) | Pre-empting low-priority traffic with high-priority traffic | |
CN111435927A (en) | Fast link turnaround using MIPI D-PHY | |
EP2207101A1 (en) | Method and device for parallel interfacing | |
US10402365B2 (en) | Data lane validation procedure for multilane protocols | |
CN111352887B (en) | PCI bus-to-configurable frame length serial bus adaptation and transmission method | |
KR101082333B1 (en) | Apparatus and method for controlling operation state of physical layer | |
JP2003023469A (en) | Communication terminal and data transmission method therefor | |
US6871241B2 (en) | Interface apparatus, communication device including same, and communication method using same | |
US20080279289A1 (en) | Transmitter, receiver, method for transmitting, method for receiving, fixed length serial burst data transfer system, semiconductor device, and hybrid semiconductor device | |
CN102568605B (en) | System bus error detection and error correction method and NAND FLASH controller | |
CN114880270B (en) | SPI device and data transmission method thereof | |
JP2010020690A (en) | Serial interface circuit | |
JP2003298675A (en) | Data transmission system and data transmission method | |
KR20100028793A (en) | Hardware-based object exchange(obex) module, transceiver device comprising the same module, and method of transceiving data using the same module |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: NEC ELECTRONICS CORPORATION,JAPAN Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:ABE, YOSHIYUKI;REEL/FRAME:023287/0721 Effective date: 20090824 Owner name: NEC ELECTRONICS CORPORATION, JAPAN Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:ABE, YOSHIYUKI;REEL/FRAME:023287/0721 Effective date: 20090824 |
|
AS | Assignment |
Owner name: RENESAS ELECTRONICS CORPORATION, JAPAN Free format text: CHANGE OF NAME;ASSIGNOR:NEC ELECTRONICS CORPORATION;REEL/FRAME:025193/0156 Effective date: 20100401 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
AS | Assignment |
Owner name: RENESAS ELECTRONICS CORPORATION, JAPAN Free format text: CHANGE OF ADDRESS;ASSIGNOR:RENESAS ELECTRONICS CORPORATION;REEL/FRAME:044928/0001 Effective date: 20150806 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 8 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 12 |