Ignore:
Timestamp:
2010-06-11T12:41:35Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b3b7e14
Parents:
48dcc69
Message:

nicer top printouts
fix typos (recieved → received)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/include/drivers/pl050/pl050.h

    r48dcc69 rbe06914  
    7272#define PL050_STAT_RXFULL       (1 << 4)        /* 1: register Full */
    7373#define PL050_STAT_RXBUSY       (1 << 3)        /* 1: Busy, recieving Data */
    74 #define PL050_STAT_RXPARITY     (1 << 2)        /* odd parity of the last bit recieved */
     74#define PL050_STAT_RXPARITY     (1 << 2)        /* odd parity of the last bit received */
    7575#define PL050_STAT_KMIC         (1 << 1)        /* status of KMICLKIN */
    7676#define PL050_STAT_KMID         1               /* status of KMIDATAIN */
Note: See TracChangeset for help on using the changeset viewer.