X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fdm9161.h;h=218f15c4bed0eba8b2c8c4da7681445932ff2300;hb=35777e222627c07b8f6aeffe36d71da3bda3e6d8;hp=d5d0e8d3ab0e9b713a6fe7fae73cd82a657f6936;hpb=93f798346033a1f6d22090b47abad4be88243b04;p=u-boot diff --git a/include/dm9161.h b/include/dm9161.h index d5d0e8d3ab..218f15c4be 100644 --- a/include/dm9161.h +++ b/include/dm9161.h @@ -15,7 +15,7 @@ /* DAVICOM PHYSICAL LAYER TRANSCEIVER DM9161 */ -#define DM9161_BMCR 0 /* Basic Mode Control Register */ +#define DM9161_BMCR 0 /* Basic Mode Control Register */ #define DM9161_BMSR 1 /* Basic Mode Status Register */ #define DM9161_PHYID1 2 /* PHY Idendifier Register 1 */ #define DM9161_PHYID2 3 /* PHY Idendifier Register 2 */ @@ -32,7 +32,7 @@ /* --Bit definitions: DM9161_BMCR */ -#define DM9161_RESET (1 << 15) /* 1= Software Reset; 0=Normal Operation */ +#define DM9161_RESET (1 << 15) /* 1= Software Reset; 0=Normal Operation */ #define DM9161_LOOPBACK (1 << 14) /* 1=loopback Enabled; 0=Normal Operation */ #define DM9161_SPEED_SELECT (1 << 13) /* 1=100Mbps; 0=10Mbps */ #define DM9161_AUTONEG (1 << 12)