dashboard
repositories
activity
search
login
lzh
/
A133
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(battery): fix suspend err & add usb en
huangcm
2025-04-07
511b111543524704f6182b374e489f5d0e51db8c
[~lzh/A133.git]
/
longan
/
brandy
/
brandy-2.0
/
u-boot-2018
/
include
/
mii_phy.h
1
2
3
4
5
6
7
8
#ifndef _MII_PHY_H_
#define _MII_PHY_H_
void mii_discover_phy(void);
unsigned short mii_phy_read(unsigned short reg);
void mii_phy_write(unsigned short reg, unsigned short val);
#endif