Changes in kernel/genarch/include/drivers/pl050/pl050.h [be06914:6ac14a70] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/include/drivers/pl050/pl050.h
rbe06914 r6ac14a70 42 42 43 43 #include <ddi/irq.h> 44 #include <arch/types.h> 44 45 #include <console/chardev.h> 45 46 #include <typedefs.h> … … 72 73 #define PL050_STAT_RXFULL (1 << 4) /* 1: register Full */ 73 74 #define PL050_STAT_RXBUSY (1 << 3) /* 1: Busy, recieving Data */ 74 #define PL050_STAT_RXPARITY (1 << 2) /* odd parity of the last bit rec eived */75 #define PL050_STAT_RXPARITY (1 << 2) /* odd parity of the last bit recieved */ 75 76 #define PL050_STAT_KMIC (1 << 1) /* status of KMICLKIN */ 76 77 #define PL050_STAT_KMID 1 /* status of KMIDATAIN */
Note:
See TracChangeset
for help on using the changeset viewer.