Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
#define outsq outsq
#endif
-
#ifdef CONFIG_CPU_CAVIUM_OCTEON
#define mmiowb() wmb()
#else
#define MIPS_ISA_REV 0
#endif
-
#endif /* __MIPS_ASM_ISA_REV_H__ */
*/
#define CP0_TX39_CACHE $7
-
/* Generic EntryLo bit definitions */
#define ENTRYLO_G (_ULCAST_(1) << 0)
#define ENTRYLO_V (_ULCAST_(1) << 1)
#define CP1_FENR $28
#define CP1_STATUS $31
-
/*
* Bits in the MIPS32/64 coprocessor 1 (FPU) revision register.
*/
#define FPU_CSR_RU 0x2 /* towards +Infinity */
#define FPU_CSR_RD 0x3 /* towards -Infinity */
-
#ifndef __ASSEMBLY__
/*
".set pop");
}
-
/*
* Functions to access the R10000 performance counters. These are basically
* mfc0 and mtc0 instructions from and to coprocessor register with a 5-bit
: "r" (val), "i" (counter)); \
} while (0)
-
/*
* Macros to access the system control coprocessor
*/
mfhi3; \
})
-
#define mtlo0(x) \
({ \
__asm__( \
#ifndef _ASM_PGTABLE_BITS_H
#define _ASM_PGTABLE_BITS_H
-
/*
* Note that we shift the lower 32bits of each EntryLo[01] entry
* 6 bits to the left. That way we can convert the PFN into the
* 32-bit, R2 or later: CCC D V G RI/R XI M A W P
*/
-
#ifndef __ASSEMBLY__
/*
* pte_to_entrylo converts a page table entry (PTE) into a Mips
& QCA953X_PLL_CLK_CTRL_CPU_POST_DIV_MASK) + 1;
gd->cpu_clk = pll / div;
-
val = readl(regs + QCA953X_PLL_DDR_CONFIG_REG);
/* VCOOUT = XTAL * DIV_INT */
div = (val >> QCA953X_PLL_DDR_CONFIG_REFDIV_SHIFT)
#endif /* __BIG_ENDIAN */
-
# define ioswabb(a, x) (x)
# define __mem_ioswabb(a, x) (x)
# define ioswabw(a, x) (__should_swizzle_bits(a) ? le16_to_cpu(x) : x)