diff options
| -rw-r--r-- | drivers/rtc/rtc-mcp795.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/rtc/rtc-mcp795.c b/drivers/rtc/rtc-mcp795.c index 89b0ffa83064..8ed55f6ff8ba 100644 --- a/drivers/rtc/rtc-mcp795.c +++ b/drivers/rtc/rtc-mcp795.c | |||
| @@ -45,8 +45,8 @@ | |||
| 45 | #define MCP795_REG_MONTH 0x06 | 45 | #define MCP795_REG_MONTH 0x06 |
| 46 | #define MCP795_REG_CONTROL 0x08 | 46 | #define MCP795_REG_CONTROL 0x08 |
| 47 | 47 | ||
| 48 | #define MCP795_ST_BIT 0x80 | 48 | #define MCP795_ST_BIT BIT(7) |
| 49 | #define MCP795_24_BIT 0x40 | 49 | #define MCP795_24_BIT BIT(6) |
| 50 | #define MCP795_LP_BIT BIT(5) | 50 | #define MCP795_LP_BIT BIT(5) |
| 51 | #define MCP795_EXTOSC_BIT BIT(3) | 51 | #define MCP795_EXTOSC_BIT BIT(3) |
| 52 | #define MCP795_OSCON_BIT BIT(5) | 52 | #define MCP795_OSCON_BIT BIT(5) |
