embeddedsw/XilinxProcessorIPLib/drivers/dp/src
Andrei-Liviu Simion db75f68f1f dp: rx: Capture interrupt status from INTERRUPT_CAUSE bits 8 to 31.
Previously, INTERRUPT_CAUSE bits 8 to 31 were being lost due to the variables
assigned having type u8.

This fix now uses masking on the interrupts as the condition to run an interrupt
handler rather than assigning the mask result to a new variable and using the
variable as a boolean condition.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-04-27 12:57:08 +05:30
..
Makefile dp: Initial version based on dptx. 2015-04-26 10:32:14 +05:30
xdp.c dp: Handle new PHY_CONFIG bit for 8b10b encoding. 2015-04-27 12:56:51 +05:30
xdp.h dp: rx: Added audio info and extension packet received interrupt handlers. 2015-04-26 10:34:40 +05:30
xdp_edid.c dp: Added TX/RX assertions on all API functions. 2015-04-26 10:34:37 +05:30
xdp_hw.h dp: Handle new PHY_CONFIG bit for 8b10b encoding. 2015-04-27 12:56:51 +05:30
xdp_intr.c dp: rx: Capture interrupt status from INTERRUPT_CAUSE bits 8 to 31. 2015-04-27 12:57:08 +05:30
xdp_mst.c dp: tx: Added function header to XDp_TxSendSbMsgRemoteIicWrite. 2015-04-26 10:34:38 +05:30
xdp_selftest.c dp: TX/RX core type should operate on the XDp structure pointer. 2015-04-26 10:34:35 +05:30
xdp_sinit.c dp: Added initial modification history comment. 2015-04-26 10:34:34 +05:30
xdp_spm.c dp: Added TX/RX assertions on all API functions. 2015-04-26 10:34:37 +05:30