| 17 | } |
| 18 | |
| 19 | u32 __AXGetCommandListAddress(void) |
| 20 | { |
| 21 | u32 address; |
| 22 | |
| 23 | address = (u32)&__AXCommandList[__AXCommandListPosition][0]; |
| 24 | __AXCommandListPosition += 1; |
| 25 | __AXCommandListPosition &= 1; |
| 26 | __AXClWrite = (void*)&__AXCommandList[__AXCommandListPosition][0]; |
| 27 | return address; |
| 28 | } |
| 29 | |
| 30 | inline void __AXWriteToCommandList(u16 data) |
| 31 | { |