drivers: ethernet: cvsx change bit label

Change the bit label to include the BIT() macro to tidy up the code.

Signed-off-by: Benjamin Kyd <benjamin.kyd@intel.com>
This commit is contained in:
Benjamin Kyd 2023-01-23 10:39:12 +00:00 committed by Maureen Helm
parent 591a98babd
commit f3a610fffe
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
#define PHY_RESTART_AUTONEGOTIATION BIT(9)
/* Basic Status Register */
#define PHY_BSR (1)
#define PHY_BSR BIT(0)
#define PHY_AUTOCAP BIT(3) /* Auto-negotiation capability */
#define PHY_LINKED_STATUS BIT(2)
#define PHY_AUTONEGO_COMPLETE BIT(5)