summaryrefslogtreecommitdiff
path: root/xhfc/xhfc_leb.c
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@proformatique.com>2010-10-05 19:25:47 +0200
committerGuillaume Knispel <gknispel@proformatique.com>2010-10-05 19:25:47 +0200
commitba506d327b09f0d999f99ccad01048145ea91a46 (patch)
tree24307151d1bc65f6473255d9ae36c8986fb8dd52 /xhfc/xhfc_leb.c
parent4c7b70f063226d5b1c70c314db20bc71ba10abc2 (diff)
remove trailing whitespaces
Diffstat (limited to 'xhfc/xhfc_leb.c')
-rw-r--r--xhfc/xhfc_leb.c46
1 files changed, 23 insertions, 23 deletions
diff --git a/xhfc/xhfc_leb.c b/xhfc/xhfc_leb.c
index 00c622b..7722249 100644
--- a/xhfc/xhfc_leb.c
+++ b/xhfc/xhfc_leb.c
@@ -97,26 +97,26 @@
* 1 => 8-bit data bus */
#define LEB_TCS_BYTE_EN ( 1u << 0)
-void leb_init(struct xhfc_pi *leb)
-{
- struct tlp_leb_regs __iomem *regs = leb->regs;
-
- writel( LEB_TCS_CS_EN
- | LEB_TCS_T1_ADDR_TM(3)
- | LEB_TCS_T2_SU_CS_TM(3)
- | LEB_TCS_T3_STRB_TM(3)
- | LEB_TCS_T4_HOLD_TM(3)
- | LEB_TCS_T5_RCVRY_TM(3)
- | LEB_TCS_CYC_TYPE_INTEL
- | LEB_TCS_CNFG_512_B /* 256_B does not exist */
- | LEB_TCS_MUX_EN
- | LEB_TCS_SPLT_EN
- | LEB_TCS_WR_EN
- | LEB_TCS_BYTE_EN,
- &regs->timing_cs[0]);
-
- /* We are true paranoiacs: */
- (void)readl(&regs->timing_cs[0]);
-
- /* That's it! :-) */
-}
+void leb_init(struct xhfc_pi *leb)
+{
+ struct tlp_leb_regs __iomem *regs = leb->regs;
+
+ writel( LEB_TCS_CS_EN
+ | LEB_TCS_T1_ADDR_TM(3)
+ | LEB_TCS_T2_SU_CS_TM(3)
+ | LEB_TCS_T3_STRB_TM(3)
+ | LEB_TCS_T4_HOLD_TM(3)
+ | LEB_TCS_T5_RCVRY_TM(3)
+ | LEB_TCS_CYC_TYPE_INTEL
+ | LEB_TCS_CNFG_512_B /* 256_B does not exist */
+ | LEB_TCS_MUX_EN
+ | LEB_TCS_SPLT_EN
+ | LEB_TCS_WR_EN
+ | LEB_TCS_BYTE_EN,
+ &regs->timing_cs[0]);
+
+ /* We are true paranoiacs: */
+ (void)readl(&regs->timing_cs[0]);
+
+ /* That's it! :-) */
+}