Home
last modified time | relevance | path

Searched hist:"312 cc39e270170b37a992b2d57773c828dcb9c6b" (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/cpu/quark/
H A Dsmc.c312cc39e270170b37a992b2d57773c828dcb9c6b Tue Mar 10 10:31:20 UTC 2015 Bin Meng <bmeng.cn@gmail.com> x86: quark: MRC codes clean up

This patch cleans up the quark MRC codes coding style by:
- Remove BIT0/1../31 defines from mrc_util.h
- Create names for the documented BITs and use them
- For undocumented single BITs, use (1 << n) directly
- For undocumented ORed BITs, use the hex number directly
- Remove redundancy parenthesis all over the codes
- Replace to use lower case hex numbers

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
H A Dhte.h312cc39e270170b37a992b2d57773c828dcb9c6b Tue Mar 10 10:31:20 UTC 2015 Bin Meng <bmeng.cn@gmail.com> x86: quark: MRC codes clean up

This patch cleans up the quark MRC codes coding style by:
- Remove BIT0/1../31 defines from mrc_util.h
- Create names for the documented BITs and use them
- For undocumented single BITs, use (1 << n) directly
- For undocumented ORed BITs, use the hex number directly
- Remove redundancy parenthesis all over the codes
- Replace to use lower case hex numbers

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
H A Dsmc.h312cc39e270170b37a992b2d57773c828dcb9c6b Tue Mar 10 10:31:20 UTC 2015 Bin Meng <bmeng.cn@gmail.com> x86: quark: MRC codes clean up

This patch cleans up the quark MRC codes coding style by:
- Remove BIT0/1../31 defines from mrc_util.h
- Create names for the documented BITs and use them
- For undocumented single BITs, use (1 << n) directly
- For undocumented ORed BITs, use the hex number directly
- Remove redundancy parenthesis all over the codes
- Replace to use lower case hex numbers

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
H A Dmrc_util.h312cc39e270170b37a992b2d57773c828dcb9c6b Tue Mar 10 10:31:20 UTC 2015 Bin Meng <bmeng.cn@gmail.com> x86: quark: MRC codes clean up

This patch cleans up the quark MRC codes coding style by:
- Remove BIT0/1../31 defines from mrc_util.h
- Create names for the documented BITs and use them
- For undocumented single BITs, use (1 << n) directly
- For undocumented ORed BITs, use the hex number directly
- Remove redundancy parenthesis all over the codes
- Replace to use lower case hex numbers

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
H A Dhte.c312cc39e270170b37a992b2d57773c828dcb9c6b Tue Mar 10 10:31:20 UTC 2015 Bin Meng <bmeng.cn@gmail.com> x86: quark: MRC codes clean up

This patch cleans up the quark MRC codes coding style by:
- Remove BIT0/1../31 defines from mrc_util.h
- Create names for the documented BITs and use them
- For undocumented single BITs, use (1 << n) directly
- For undocumented ORed BITs, use the hex number directly
- Remove redundancy parenthesis all over the codes
- Replace to use lower case hex numbers

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
H A Dmrc_util.c312cc39e270170b37a992b2d57773c828dcb9c6b Tue Mar 10 10:31:20 UTC 2015 Bin Meng <bmeng.cn@gmail.com> x86: quark: MRC codes clean up

This patch cleans up the quark MRC codes coding style by:
- Remove BIT0/1../31 defines from mrc_util.h
- Create names for the documented BITs and use them
- For undocumented single BITs, use (1 << n) directly
- For undocumented ORed BITs, use the hex number directly
- Remove redundancy parenthesis all over the codes
- Replace to use lower case hex numbers

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
H A Dmrc.c312cc39e270170b37a992b2d57773c828dcb9c6b Tue Mar 10 10:31:20 UTC 2015 Bin Meng <bmeng.cn@gmail.com> x86: quark: MRC codes clean up

This patch cleans up the quark MRC codes coding style by:
- Remove BIT0/1../31 defines from mrc_util.h
- Create names for the documented BITs and use them
- For undocumented single BITs, use (1 << n) directly
- For undocumented ORed BITs, use the hex number directly
- Remove redundancy parenthesis all over the codes
- Replace to use lower case hex numbers

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>