OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phy_data
(Results
1 - 10
of
10
) sorted by null
/external/grub/netboot/
davicom.c
228
u16
phy_data
;
259
for (
phy_data
=0, i=0; i<16; i++) {
260
phy_data
<<=1;
261
phy_data
|=phy_read_1bit(io_dcr9);
264
return
phy_data
;
270
static void phy_write(int location, u16
phy_data
)
305
phy_write_1bit(io_dcr9,
phy_data
&i ? PHY_DATA_1: PHY_DATA_0);
311
static void phy_write_1bit(u32 ee_addr, u32
phy_data
)
314
outl(
phy_data
, ee_addr); /* MII Clock Low */
316
outl(
phy_data
|MDCLKH, ee_addr); /* MII Clock High *
224
u16
phy_data
;
local
323
int
phy_data
;
local
[
all
...]
/bionic/libc/kernel/arch-mips/asm/ip32/
mace.h
121
volatile unsigned long
phy_data
;
member in struct:mace_ethernet
/development/ndk/platforms/android-9/arch-mips/include/asm/ip32/
mace.h
121
volatile unsigned long
phy_data
;
member in struct:mace_ethernet
/external/kernel-headers/original/asm-mips/ip32/
mace.h
110
volatile unsigned long
phy_data
;
member in struct:mace_ethernet
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ip32/
mace.h
121
volatile unsigned long
phy_data
;
member in struct:mace_ethernet
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ip32/
mace.h
121
volatile unsigned long
phy_data
;
member in struct:mace_ethernet
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ip32/
mace.h
121
volatile unsigned long
phy_data
;
member in struct:mace_ethernet
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ip32/
mace.h
121
volatile unsigned long
phy_data
;
member in struct:mace_ethernet
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ip32/
mace.h
121
volatile unsigned long
phy_data
;
member in struct:mace_ethernet
/external/kernel-headers/original/linux/
atmdev.h
347
void *
phy_data
; /* private PHY date */
member in struct:atm_dev
Completed in 2056 milliseconds