Changes in kernel/genarch/include/drivers/pl050/pl050.h [be06914:d99c1d2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/include/drivers/pl050/pl050.h
rbe06914 rd99c1d2 72 72 #define PL050_STAT_RXFULL (1 << 4) /* 1: register Full */ 73 73 #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 */74 #define PL050_STAT_RXPARITY (1 << 2) /* odd parity of the last bit recieved */ 75 75 #define PL050_STAT_KMIC (1 << 1) /* status of KMICLKIN */ 76 76 #define PL050_STAT_KMID 1 /* status of KMIDATAIN */
Note:
See TracChangeset
for help on using the changeset viewer.