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
printf: Remove unused 'bprintf'
[drm/drm-misc.git]
/
include
/
linux
/
platform_data
/
mdio-bcm-unimac.h
blob
724e1f57b81ff32731d99d9c0f1c9ef7430080eb
1
#ifndef __MDIO_BCM_UNIMAC_PDATA_H
2
#define __MDIO_BCM_UNIMAC_PDATA_H
3
4
struct
clk
;
5
6
struct
unimac_mdio_pdata
{
7
u32 phy_mask
;
8
int
(*
wait_func
)(
void
*
data
);
9
void
*
wait_func_data
;
10
const char
*
bus_name
;
11
struct
clk
*
clk
;
12
};
13
14
#define UNIMAC_MDIO_DRV_NAME
"unimac-mdio"
15
16
#endif
/* __MDIO_BCM_UNIMAC_PDATA_H */