Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276143
b: refs/heads/master
c: 1c8a7c1
h: refs/heads/master
i:
  276141: e0cac29
  276139: 9b0805a
  276135: c71c85a
  276127: 423b277
v: v3
  • Loading branch information
Javi Merino authored and Russell King committed Nov 21, 2011
1 parent be6d46c commit 7070f89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2674dd0b1c07d8b8dfb4872fc7b41841f05cb957
refs/heads/master: 1c8a7c1fbfc7ae2362d26559df26b99c806b68b5
4 changes: 2 additions & 2 deletions trunk/arch/arm/common/pl330.c
Original file line number Diff line number Diff line change
Expand Up @@ -1211,8 +1211,8 @@ static inline u32 _prepare_ccr(const struct pl330_reqcfg *rqc)
ccr |= (rqc->brst_size << CC_SRCBRSTSIZE_SHFT);
ccr |= (rqc->brst_size << CC_DSTBRSTSIZE_SHFT);

ccr |= (rqc->dcctl << CC_SRCCCTRL_SHFT);
ccr |= (rqc->scctl << CC_DSTCCTRL_SHFT);
ccr |= (rqc->scctl << CC_SRCCCTRL_SHFT);
ccr |= (rqc->dcctl << CC_DSTCCTRL_SHFT);

ccr |= (rqc->swap << CC_SWAP_SHFT);

Expand Down

0 comments on commit 7070f89

Please sign in to comment.