2728cb90e2f6e1c9b44834f1edc4a0bb726bfea9

In current code, composite done values are stored as shift values and converted to mask in the driver logic. This causes redundant operations in the code as the masks are static values. This commit replaces the bit shift values with masks so that they can be converted at the compile time thereby reducing some CPU execution cycles during start and IRQ handlers. CRs-Fixed: 3321317 Change-Id: I1507b4dbee4855ad866f69ed16b0b9dafe0a4e99 Signed-off-by: Gaurav Jindal <quic_gjindal@quicinc.com>
Beskrivning
No description provided
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%