mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
27 lines
538 B
C
27 lines
538 B
C
/*
|
|
* Machine generated by "edit-gpif". Do not edit by hand.
|
|
*/
|
|
|
|
#define setup_flowstate_common() \
|
|
do { \
|
|
FLOWSTATE = 0x81; \
|
|
FLOWLOGIC = 0x2d; \
|
|
FLOWEQ0CTL = 0x26; \
|
|
FLOWEQ1CTL = 0x00; \
|
|
FLOWHOLDOFF = 0x04; \
|
|
FLOWSTB = 0x04; \
|
|
FLOWSTBEDGE = 0x03; \
|
|
FLOWSTBHPERIOD = 0x02; \
|
|
GPIFHOLDAMOUNT = 0x00; \
|
|
} while (0)
|
|
|
|
#define setup_flowstate_read() \
|
|
do { \
|
|
FLOWEQ0CTL = 0x26; \
|
|
} while (0)
|
|
|
|
#define setup_flowstate_write() \
|
|
do { \
|
|
FLOWEQ0CTL = 0x21; \
|
|
} while (0)
|
|
|