Go to the documentation of this file.
7 #ifndef __MACH_AT91_MATRIX_H__
8 #define __MACH_AT91_MATRIX_H__
13 #define at91_matrix_read(field) \
14 __raw_readl(at91_matrix_base + field)
16 #define at91_matrix_write(field, value) \
17 __raw_writel(value, at91_matrix_base + field);