Ignore:
File:
1 edited

Legend:

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

    r6ac14a70 rbe06914  
    4242
    4343#include <ddi/irq.h>
    44 #include <arch/types.h>
    4544#include <console/chardev.h>
    4645#include <typedefs.h>
     
    7372#define PL050_STAT_RXFULL       (1 << 4)        /* 1: register Full */
    7473#define PL050_STAT_RXBUSY       (1 << 3)        /* 1: Busy, recieving Data */
    75 #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 */
    7675#define PL050_STAT_KMIC         (1 << 1)        /* status of KMICLKIN */
    7776#define PL050_STAT_KMID         1               /* status of KMIDATAIN */
Note: See TracChangeset for help on using the changeset viewer.