Revision 5fafdf24 hw/pl181.c
b/hw/pl181.c | ||
---|---|---|
1 |
/*
|
|
1 |
/* |
|
2 | 2 |
* Arm PrimeCell PL181 MultiMedia Card Interface |
3 | 3 |
* |
4 | 4 |
* Copyright (c) 2007 CodeSourcery. |
... | ... | |
177 | 177 |
/* Transfer data between the card and the FIFO. This is complicated by |
178 | 178 |
the FIFO holding 32-bit words and the card taking data in single byte |
179 | 179 |
chunks. FIFO bytes are transferred in little-endian order. */ |
180 |
|
|
180 |
|
|
181 | 181 |
static void pl181_fifo_run(pl181_state *s) |
182 | 182 |
{ |
183 | 183 |
uint32_t bits; |
Also available in: Unified diff