Conversation
Signed-off-by: Bud Liviu-Alexandru <budliviu@gmail.com>
dbaluta
reviewed
Apr 12, 2021
| * returns the largest value rv, such that for every index < rv, | ||
| * entrys[index].vStartAddress < first. | ||
| * entries[index].vStartAddress < first. | ||
| * |
There was a problem hiding this comment.
Nu ar trebui sa modificam fisierul asta intrucat e folosit asa cum e dintr-un SDK primit de la Cadence.
dbaluta
reviewed
Apr 12, 2021
| if (arch_interrupt_get_status() & (1 << timer->irq) && ccompare == 1) { | ||
| /* yes, overflow has occured but handler has not run */ | ||
| /* yes, overflow has occurred but handler has not run */ | ||
| high = timer->hitime + 1; |
dbaluta
reviewed
Apr 12, 2021
| /* New functions added to accomodate XEA3 and allow deprecation of older | ||
| /* New functions added to accommodate XEA3 and allow deprecation of older | ||
| functions. For this release they just map to the older ones. */ | ||
|
|
There was a problem hiding this comment.
Acesta este un fisier primit la de la Xtensa si nu trebuie sa-l modificam.
dbaluta
reviewed
Apr 12, 2021
| * flags : container of information whcih indicates whether the | ||
| * flags : container of information which indicates whether the | ||
| * pc stop range is inverted or not. | ||
| * |
There was a problem hiding this comment.
La fel nu trebuie modificat acest fisier.
dbaluta
reviewed
Apr 12, 2021
| #define OCD_ID_ENDIANNESS_SHIFT 0 | ||
| #define OCD_ID_PSO 0x0000000C | ||
| #define OCD_ID_PSO_SHIFT 2 | ||
| #define OCD_ID_TRACEPORT 0x00000080 |
dbaluta
reviewed
Apr 12, 2021
| * buf: Pointer to the buffer for the received data. | ||
| * Returns: 0 - no data avaiable, | ||
| * Returns: 0 - no data available, | ||
| >0 - length of received array in buf. |
dbaluta
reviewed
Apr 12, 2021
| // Send IPC to host informing of PD completion - Clear BUSY bit by | ||
| // writting IPC_DIPCT_BUSY to IPC_DIPCT | ||
| // writing IPC_DIPCT_BUSY to IPC_DIPCT | ||
| l32i temp_reg1, host_base, IPC_DIPCT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix some typos in order to make the output of checkpatch less cluttered.