samsung.S (f26e8817b235d8764363bffcc9cbfc61867371f2) samsung.S (f947153f92afcd957476b765dc4ac75d2680b17b)
1/* arch/arm/plat-samsung/include/plat/debug-macro.S
2 *
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright 2005, 2007 Simtec Electronics
4 * http://armlinux.simtec.co.uk/
5 * Ben Dooks <ben@simtec.co.uk>
3 * Copyright 2005, 2007 Simtec Electronics
4 * http://armlinux.simtec.co.uk/
5 * Ben Dooks <ben@simtec.co.uk>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10*/
6 */
11
12#include <linux/serial_s3c.h>
13
14/* The S5PV210/S5PC110 implementations are as belows. */
15
16 .macro fifo_level_s5pv210 rd, rx
17 ldr \rd, [\rx, # S3C2410_UFSTAT]
18ARM_BE8(rev \rd, \rd)

--- 77 unchanged lines hidden ---
7
8#include <linux/serial_s3c.h>
9
10/* The S5PV210/S5PC110 implementations are as belows. */
11
12 .macro fifo_level_s5pv210 rd, rx
13 ldr \rd, [\rx, # S3C2410_UFSTAT]
14ARM_BE8(rev \rd, \rd)

--- 77 unchanged lines hidden ---