mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-22 22:53:04 +00:00
prores: ack IRQ
Signed-off-by: R <rqou@berkeley.edu>
This commit is contained in:
parent
7af2335cda
commit
014edb643c
1 changed files with 1 additions and 0 deletions
|
@ -627,6 +627,7 @@ print(f"ST1 = {apr.ST1}")
|
|||
print(f"REG_0x1c = {apr.REG_0x1c}")
|
||||
print(f"REG_0x3c = {apr.REG_0x3c}")
|
||||
print(f"REG_0x44 = {apr.REG_0x44}")
|
||||
apr.IRQ_STATUS = apr.IRQ_STATUS.val
|
||||
|
||||
dr_memory_new = iface.readmem(desc_ring_phys, DESC_RING_SZ)
|
||||
chexdump(dr_memory_new)
|
||||
|
|
Loading…
Reference in a new issue