mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
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:
committed by
Maureen Helm
parent
591a98babd
commit
f3a610fffe
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user