commit | f566b2b22d89c4785f25e6e4d60163b5ae6251f4 | [log] [tgz] |
---|---|---|
author | Philipp Zabel <philipp.zabel@gmail.com> | Tue Jan 02 20:59:38 2007 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Jan 02 23:42:03 2007 +0000 |
tree | 714efeca8cef7240e97dcc37db85fad3369b87d3 | |
parent | 8e140362f71ed801c69c5df63a68fc2cd07da3a9 [diff] |
[ARM] 4080/1: Fix for the SSCR0_SlotsPerFrm macro The SSCR0_SlotsPerFrm macro writes a 3-bit value to bits [2:0], while the correct location of FRDC in SSCR0 is at bits [26:24]. This patch adds the missing "<< 24". Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>