Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21103
b: refs/heads/master
c: a77f124
h: refs/heads/master
i:
  21101: 589d79f
  21099: 59b2a90
  21095: dbd6d01
  21087: 208165a
v: v3
  • Loading branch information
Ralf Baechle committed Mar 18, 2006
1 parent 8afdd49 commit 7396c53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d6bd0e6b32ea72be91e5789b1e838c244f8a05d9
refs/heads/master: a77f124294822203660b0926392b963cfa72fcf4
5 changes: 3 additions & 2 deletions trunk/include/asm-mips/sibyte/sb1250_scd.h
Original file line number Diff line number Diff line change
Expand Up @@ -359,14 +359,15 @@
*/

#define V_SCD_TIMER_FREQ 1000000
#define V_SCD_TIMER_WIDTH 23

#define S_SCD_TIMER_INIT 0
#define M_SCD_TIMER_INIT _SB_MAKEMASK(20,S_SCD_TIMER_INIT)
#define M_SCD_TIMER_INIT _SB_MAKEMASK(V_SCD_TIMER_WIDTH,S_SCD_TIMER_INIT)
#define V_SCD_TIMER_INIT(x) _SB_MAKEVALUE(x,S_SCD_TIMER_INIT)
#define G_SCD_TIMER_INIT(x) _SB_GETVALUE(x,S_SCD_TIMER_INIT,M_SCD_TIMER_INIT)

#define S_SCD_TIMER_CNT 0
#define M_SCD_TIMER_CNT _SB_MAKEMASK(20,S_SCD_TIMER_CNT)
#define M_SCD_TIMER_CNT _SB_MAKEMASK(V_SCD_TIMER_WIDTH,S_SCD_TIMER_CNT)
#define V_SCD_TIMER_CNT(x) _SB_MAKEVALUE(x,S_SCD_TIMER_CNT)
#define G_SCD_TIMER_CNT(x) _SB_GETVALUE(x,S_SCD_TIMER_CNT,M_SCD_TIMER_CNT)

Expand Down

0 comments on commit 7396c53

Please sign in to comment.