260260#define MD_PHY_LSB_REG 0x03
261261#define MD_PHY_CTRL_STAT_REG 0x17
262262
263- /* Lucent LU3X31T-T64 transeiver ID */
263+ /* Lucent LU3X31T-T64 transceiver ID */
264264
265265#define LU3X31_T64_PHYID 0x00437421
266266
@@ -446,8 +446,8 @@ static inline void c5471_dumpbuffer(const char *msg, const uint8_t *buffer,
446446 *
447447 * Description:
448448 * A helper routine used when serially communicating with the c547X's
449- * external ethernet transeiver device. GPIO pins are connected to the
450- * transeiver 's MDCLK and MDIO pins and are used to accomplish the serial
449+ * external ethernet transceiver device. GPIO pins are connected to the
450+ * transceiver 's MDCLK and MDIO pins and are used to accomplish the serial
451451 * comm.
452452 *
453453 * protocol:
@@ -513,8 +513,8 @@ static void c5471_mdtxbit (int bit_state)
513513 *
514514 * Description:
515515 * A helper routine used when serially communicating with the c547X's
516- * external ethernet transeiver device. GPIO pins are connected to the
517- * transeiver 's MDCLK and MDIO pins and are used to accomplish the serial
516+ * external ethernet transceiver device. GPIO pins are connected to the
517+ * transceiver 's MDCLK and MDIO pins and are used to accomplish the serial
518518 * comm.
519519 *
520520 * protocol:
@@ -574,8 +574,8 @@ static int c5471_mdrxbit (void)
574574 *
575575 * Description:
576576 * A helper routine used when serially communicating with the c547X's
577- * external ethernet transeiver device. GPIO pins are connected to the
578- * transeiver 's MDCLK and MDIO pins and are used to accomplish the serial
577+ * external ethernet transceiver device. GPIO pins are connected to the
578+ * transceiver 's MDCLK and MDIO pins and are used to accomplish the serial
579579 * comm.
580580 *
581581 ****************************************************************************/
@@ -636,8 +636,8 @@ static void c5471_mdwrite (int adr, int reg, int data)
636636 *
637637 * Description:
638638 * A helper routine used when serially communicating with the c547X's
639- * external ethernet transeiver device. GPIO pins are connected to the
640- * transeiver 's MDCLK and MDIO pins and are used to accomplish the serial
639+ * external ethernet transceiver device. GPIO pins are connected to the
640+ * transceiver 's MDCLK and MDIO pins and are used to accomplish the serial
641641 * comm.
642642 *
643643 ****************************************************************************/
@@ -700,21 +700,21 @@ static int c5471_mdread (int adr, int reg)
700700 * Name: c5471_phyinit
701701 *
702702 * Description:
703- * The c547X EVM board uses a Lucent LU3X31T-T64 transeiver device to
703+ * The c547X EVM board uses a Lucent LU3X31T-T64 transceiver device to
704704 * handle the physical layer (PHY). It's a h/w block that on the one end
705705 * offers a Media Independent Interface (MII) which is connected to the
706706 * Ethernet Interface Module (EIM) internal to the C547x and on the other
707707 * end offers either the 10baseT or 100baseT electrical interface
708- * connecting to an RJ45 onboard network connector. The PHY transeiver has
708+ * connecting to an RJ45 onboard network connector. The PHY transceiver has
709709 * several internal registers allowing host configuration and status
710710 * access. These internal registers are accessible by clocking serial data
711711 * in/out of the MDIO pin of the LU3X31T-T64 chip. For c547X, the MDC and
712712 * the MDIO pins are connected to the C547x GPIO15 and GPIO14 pins
713713 * respectively. Host software twiddles the GPIO pins appropriately to get
714714 * data serially into and out of the chip. This is typically a one time
715- * operation at boot and normal operation of the transeiver involves
716- * EIM/Transeiver interaction at the other pins of the transeiver chip and
717- * doesn't require host intervention at the MDC and MDIO pins.
715+ * operation at boot and normal operation of the transceiver involves
716+ * EIM/Transceiver interaction at the other pins of the transceiver chip
717+ * and doesn't require host intervention at the MDC and MDIO pins.
718718 *
719719 ****************************************************************************/
720720
@@ -724,7 +724,7 @@ static int c5471_phyinit (void)
724724 int phyid ;
725725 int status ;
726726
727- /* Next, Setup GPIO pins to talk serially to the Lucent transeiver chip */
727+ /* Next, Setup GPIO pins to talk serially to the Lucent transceiver chip */
728728
729729 /* enable gpio bits 15,14 */
730730
@@ -786,7 +786,7 @@ static int c5471_phyinit (void)
786786 int phyid ;
787787 int status ;
788788
789- /* Next, Setup GPIO pins to talk serially to the Lucent transeiver chip */
789+ /* Next, Setup GPIO pins to talk serially to the Lucent transceiver chip */
790790
791791 putreg32 ((getreg32 (GPIO_EN ) | 0x0000c000 ), GPIO_EN ); /* enable gpio bits 15,14 */
792792 putreg32 ((getreg32 (GPIO_CIO ) & ~0x00008000 ), GPIO_CIO ); /* config gpio(15); out -> MDCLK */
0 commit comments