mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-08 21:34:48 -04:00
epirawdma OK (#391)
* epirawdma OK * Made tharo's suggestions * Fixed epirawwrite
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
|
||||
#define PI_STATUS_BUSY (1 << 0)
|
||||
#define PI_STATUS_IOBUSY (1 << 1)
|
||||
#define PI_STATUS_ERROR (PI_STATUS_BUSY | PI_STATUS_IOBUSY)
|
||||
#define PI_STATUS_ERROR (1 << 2)
|
||||
|
||||
#define PI_STATUS_RESET_CONTROLLER (1 << 0)
|
||||
#define PI_STATUS_CLEAR_INTR (1 << 1)
|
||||
|
||||
Reference in New Issue
Block a user