diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-10-14 23:57:04 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-12-15 00:14:45 -0500 |
commit | cfed440997f2d02900022a3a97600f78b3b18e5b (patch) | |
tree | 481030afaea5c8cabeb1a94dbff54ec261c33f20 /arch/blackfin/mach-bf548 | |
parent | e153a97c2103706e3d2308e70c78b95b4f040321 (diff) |
Blackfin: BF54x: punt useless "masks" for count/address MMRs
There's no point in having mask defines when the entire MMR value is a
count or address. i.e. applying a mask of -1 is pointless.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf548')
-rw-r--r-- | arch/blackfin/mach-bf548/include/mach/defBF54x_base.h | 104 |
1 files changed, 0 insertions, 104 deletions
diff --git a/arch/blackfin/mach-bf548/include/mach/defBF54x_base.h b/arch/blackfin/mach-bf548/include/mach/defBF54x_base.h index f07c0f76e6d1..855bc608c8e7 100644 --- a/arch/blackfin/mach-bf548/include/mach/defBF54x_base.h +++ b/arch/blackfin/mach-bf548/include/mach/defBF54x_base.h | |||
@@ -1815,10 +1815,6 @@ | |||
1815 | #define DEB3_MERROR 0x40 /* DEB3 Error (2nd) */ | 1815 | #define DEB3_MERROR 0x40 /* DEB3 Error (2nd) */ |
1816 | #define CORE_MERROR 0x80 /* Core Error (2nd) */ | 1816 | #define CORE_MERROR 0x80 /* Core Error (2nd) */ |
1817 | 1817 | ||
1818 | /* Bit masks for EBIU_ERRADD */ | ||
1819 | |||
1820 | #define ERROR_ADDRESS 0xffffffff /* Error Address */ | ||
1821 | |||
1822 | /* Bit masks for EBIU_RSTCTL */ | 1818 | /* Bit masks for EBIU_RSTCTL */ |
1823 | 1819 | ||
1824 | #define DDRSRESET 0x1 /* DDR soft reset */ | 1820 | #define DDRSRESET 0x1 /* DDR soft reset */ |
@@ -1827,98 +1823,6 @@ | |||
1827 | #define SRACK 0x10 /* Self-refresh acknowledge */ | 1823 | #define SRACK 0x10 /* Self-refresh acknowledge */ |
1828 | #define MDDRENABLE 0x20 /* Mobile DDR enable */ | 1824 | #define MDDRENABLE 0x20 /* Mobile DDR enable */ |
1829 | 1825 | ||
1830 | /* Bit masks for EBIU_DDRBRC0 */ | ||
1831 | |||
1832 | #define BRC0 0xffffffff /* Count */ | ||
1833 | |||
1834 | /* Bit masks for EBIU_DDRBRC1 */ | ||
1835 | |||
1836 | #define BRC1 0xffffffff /* Count */ | ||
1837 | |||
1838 | /* Bit masks for EBIU_DDRBRC2 */ | ||
1839 | |||
1840 | #define BRC2 0xffffffff /* Count */ | ||
1841 | |||
1842 | /* Bit masks for EBIU_DDRBRC3 */ | ||
1843 | |||
1844 | #define BRC3 0xffffffff /* Count */ | ||
1845 | |||
1846 | /* Bit masks for EBIU_DDRBRC4 */ | ||
1847 | |||
1848 | #define BRC4 0xffffffff /* Count */ | ||
1849 | |||
1850 | /* Bit masks for EBIU_DDRBRC5 */ | ||
1851 | |||
1852 | #define BRC5 0xffffffff /* Count */ | ||
1853 | |||
1854 | /* Bit masks for EBIU_DDRBRC6 */ | ||
1855 | |||
1856 | #define BRC6 0xffffffff /* Count */ | ||
1857 | |||
1858 | /* Bit masks for EBIU_DDRBRC7 */ | ||
1859 | |||
1860 | #define BRC7 0xffffffff /* Count */ | ||
1861 | |||
1862 | /* Bit masks for EBIU_DDRBWC0 */ | ||
1863 | |||
1864 | #define BWC0 0xffffffff /* Count */ | ||
1865 | |||
1866 | /* Bit masks for EBIU_DDRBWC1 */ | ||
1867 | |||
1868 | #define BWC1 0xffffffff /* Count */ | ||
1869 | |||
1870 | /* Bit masks for EBIU_DDRBWC2 */ | ||
1871 | |||
1872 | #define BWC2 0xffffffff /* Count */ | ||
1873 | |||
1874 | /* Bit masks for EBIU_DDRBWC3 */ | ||
1875 | |||
1876 | #define BWC3 0xffffffff /* Count */ | ||
1877 | |||
1878 | /* Bit masks for EBIU_DDRBWC4 */ | ||
1879 | |||
1880 | #define BWC4 0xffffffff /* Count */ | ||
1881 | |||
1882 | /* Bit masks for EBIU_DDRBWC5 */ | ||
1883 | |||
1884 | #define BWC5 0xffffffff /* Count */ | ||
1885 | |||
1886 | /* Bit masks for EBIU_DDRBWC6 */ | ||
1887 | |||
1888 | #define BWC6 0xffffffff /* Count */ | ||
1889 | |||
1890 | /* Bit masks for EBIU_DDRBWC7 */ | ||
1891 | |||
1892 | #define BWC7 0xffffffff /* Count */ | ||
1893 | |||
1894 | /* Bit masks for EBIU_DDRACCT */ | ||
1895 | |||
1896 | #define ACCT 0xffffffff /* Count */ | ||
1897 | |||
1898 | /* Bit masks for EBIU_DDRTACT */ | ||
1899 | |||
1900 | #define TECT 0xffffffff /* Count */ | ||
1901 | |||
1902 | /* Bit masks for EBIU_DDRARCT */ | ||
1903 | |||
1904 | #define ARCT 0xffffffff /* Count */ | ||
1905 | |||
1906 | /* Bit masks for EBIU_DDRGC0 */ | ||
1907 | |||
1908 | #define GC0 0xffffffff /* Count */ | ||
1909 | |||
1910 | /* Bit masks for EBIU_DDRGC1 */ | ||
1911 | |||
1912 | #define GC1 0xffffffff /* Count */ | ||
1913 | |||
1914 | /* Bit masks for EBIU_DDRGC2 */ | ||
1915 | |||
1916 | #define GC2 0xffffffff /* Count */ | ||
1917 | |||
1918 | /* Bit masks for EBIU_DDRGC3 */ | ||
1919 | |||
1920 | #define GC3 0xffffffff /* Count */ | ||
1921 | |||
1922 | /* Bit masks for EBIU_DDRMCEN */ | 1826 | /* Bit masks for EBIU_DDRMCEN */ |
1923 | 1827 | ||
1924 | #define B0WCENABLE 0x1 /* Bank 0 write count enable */ | 1828 | #define B0WCENABLE 0x1 /* Bank 0 write count enable */ |
@@ -2408,14 +2312,6 @@ | |||
2408 | #define UCCT 0x40 /* Universal Counter CAN Trigger */ | 2312 | #define UCCT 0x40 /* Universal Counter CAN Trigger */ |
2409 | #define UCE 0x80 /* Universal Counter Enable */ | 2313 | #define UCE 0x80 /* Universal Counter Enable */ |
2410 | 2314 | ||
2411 | /* Bit masks for CAN0_UCCNT */ | ||
2412 | |||
2413 | #define UCCNT 0xffff /* Universal Counter Count Value */ | ||
2414 | |||
2415 | /* Bit masks for CAN0_UCRC */ | ||
2416 | |||
2417 | #define UCVAL 0xffff /* Universal Counter Reload/Capture Value */ | ||
2418 | |||
2419 | /* Bit masks for CAN0_CEC */ | 2315 | /* Bit masks for CAN0_CEC */ |
2420 | 2316 | ||
2421 | #define RXECNT 0xff /* Receive Error Counter */ | 2317 | #define RXECNT 0xff /* Receive Error Counter */ |