Showing changes from revision #0 to #1:
Added | Removed | Changed
Entry | |
---|---|
R0 | Bits 0-7 = unit number |
Bits 8-15 = slot number | |
Bits 16-23 = bus number | |
R1 | Address of interrupt handler routine |
R2 | Value to pass in R12 to routine |
Exit | |
---|---|
- | - |
This SWI is re-entrant.
This SWI is used to claim a Device Vector of a SDIO card.
To simplify SDIO interrupt dispatch, device drivers should use this instead of calling OS_ClaimDeviceVector. Since SDIO cards are only supported on buses with one card per slot, there is no need to specify an RCA to identify the card.