IPC: Difference between revisions
No edit summary |
No edit summary |
||
Line 78: | Line 78: | ||
|- | |- | ||
| 2 | | 2 | ||
| 0x00000004 | | 0x00000004 <nowiki>|</nowiki> (size<<4) | ||
| This is used for PXI commands input/output buffers. The address written to the destination cmd-buf is a phys-addr for a table located in the BASE memregion. This table contains the phys-addrs for the actual data, the array entries have the following format: {u32 *datachunk_physaddr, u32 datachunk_bytesize}. | | This is used for PXI commands input/output buffers. The address written to the destination cmd-buf is a phys-addr for a table located in the BASE memregion. This table contains the phys-addrs for the actual data, the array entries have the following format: {u32 *datachunk_physaddr, u32 datachunk_bytesize}. | ||
|- | |- |