Changes between Version 3 and Version 4 of pic_driver
- Timestamp:
- Mar 12, 2015, 1:05:20 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pic_driver
v3 v4 24 24 25 25 === void '''_pic_init'''( unsigned int channel, unsigned int vaddr, unsigned int extend ) === 26 This function initializes in the PIC component the register containing the XICU target physical address (vaddr + extend) corresponding to a given HWI channel.26 This function initializes and activates a given channel (i.e. a given external IRQ) in the PIC component. It writes an XCU mailbox physical address in the IOPIC_ADDR and IOPIC_EST registers, and writes a non-zero value in IOPIC_MASK register. 27 27 * channel : source PIC HWI channel 28 * vaddr : virtualaddress of the destination XCU register28 * vaddr : address of the destination XCU register 29 29 * extend : cluster_xy for the destination XCU 30 30