repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/rockchip: Don't change hdmi reference clock rate
[drm/drm-misc.git]
/
arch
/
arm
/
mach-s3c
/
irq-uart-s3c64xx.h
blob
e754b0359c8a9810258edf94818405144f01f81a
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/*
3
* Copyright (c) 2010 Simtec Electronics
4
* Ben Dooks <ben@simtec.co.uk>
5
*
6
* Header file for Samsung SoC UART IRQ demux for S3C64XX and later
7
*/
8
9
struct
s3c_uart_irq
{
10
void
__iomem
*
regs
;
11
unsigned int
base_irq
;
12
unsigned int
parent_irq
;
13
};
14