s/transeiver/transceiver/ in comments.

This commit is contained in:
andvar 2024-02-08 11:31:00 +00:00
parent 7a4c6afd05
commit dff9645d2a
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: imxusbreg.h,v 1.5 2016/05/17 06:44:46 ryo Exp $ */
/* $NetBSD: imxusbreg.h,v 1.6 2024/02/08 11:31:00 andvar Exp $ */
/*
* Copyright (c) 2009, 2010 Genetec Corporation. All rights reserved.
* Written by Hashimoto Kenichi for Genetec Corporation.
@ -101,7 +101,7 @@
#define PORTSC_PTS_SERIAL __SHIFTIN(3,PORTSC_PTS)
#define PORTSC_PTS2 __BIT(25) /* iMX6,7 */
#define PORTSC_STS __BIT(29) /* serial transeiver select */
#define PORTSC_STS __BIT(29) /* serial transceiver select */
#define PORTSC_PTW __BIT(28) /* parallel transceiver width */
#define PORTSC_PTW_8 0
#define PORTSC_PTW_16 PORTSC_PTW

View File

@ -1,4 +1,4 @@
/* $NetBSD: zynq_usbreg.h,v 1.1 2019/06/11 13:01:48 skrll Exp $ */
/* $NetBSD: zynq_usbreg.h,v 1.2 2024/02/08 11:31:00 andvar Exp $ */
/*-
* Copyright (c) 2015 Genetec Corporation. All rights reserved.
* Written by Hashimoto Kenichi for Genetec Corporation.
@ -101,7 +101,7 @@
#define PORTSC_PTS_PHILIPS __SHIFTIN(1, PORTSC_PTS)
#define PORTSC_PTS_ULPI __SHIFTIN(2, PORTSC_PTS)
#define PORTSC_PTS_SERIAL __SHIFTIN(3, PORTSC_PTS)
#define PORTSC_STS __BIT(29) /* serial transeiver select */
#define PORTSC_STS __BIT(29) /* serial transceiver select */
#define PORTSC_PTW __BIT(28) /* parallel transceiver width */
#define PORTSC_PTW_8 0
#define PORTSC_PTW_16 PORTSC_PTW

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ec.c,v 1.36 2019/05/29 06:21:57 msaitoh Exp $ */
/* $NetBSD: if_ec.c,v 1.37 2024/02/08 11:31:00 andvar Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -48,7 +48,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_ec.c,v 1.36 2019/05/29 06:21:57 msaitoh Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_ec.c,v 1.37 2024/02/08 11:31:00 andvar Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -303,7 +303,7 @@ ec_attach(device_t parent, device_t self, void *aux)
/* Now we can use the NIC_{GET,PUT}() macros. */
/*
* Reset NIC and ASIC. Enable on-board transeiver throughout
* Reset NIC and ASIC. Enable on-board transceiver throughout
* reset sequence since it will lock up if the cable isn't
* connected if we don't.
*/