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/atomic-helper: document drm_atomic_helper_check() restrictions
[drm/drm-misc.git]
/
include
/
linux
/
platform_data
/
mfd-mcp-sa11x0.h
blob
b589e61bbc2ed162b52358ac7c967e0f6b1687fa
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* Copyright (C) 2005 Russell King.
4
*/
5
#ifndef __MFD_MCP_SA11X0_H
6
#define __MFD_MCP_SA11X0_H
7
8
#include <linux/types.h>
9
10
struct
mcp_plat_data
{
11
u32 mccr0
;
12
u32 mccr1
;
13
unsigned int
sclk_rate
;
14
void
*
codec_pdata
;
15
};
16
17
#endif