OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smc_device
(Results
1 - 2
of
2
) sorted by null
/external/qemu/hw/
android_arm.c
104
struct goldfish_device *
smc_device
;
local
105
smc_device
= qemu_mallocz(sizeof(*
smc_device
));
106
smc_device
->name = "smc91x";
107
smc_device
->id = i;
108
smc_device
->size = 0x1000;
109
smc_device
->irq_count = 1;
110
goldfish_add_device_no_io(
smc_device
);
111
smc91c111_init(&nd_table[i],
smc_device
->base, goldfish_pic[
smc_device
->irq])
[
all
...]
android_mips.c
197
struct goldfish_device *
smc_device
;
local
198
smc_device
= qemu_mallocz(sizeof(*
smc_device
));
199
smc_device
->name = "smc91x";
200
smc_device
->id = i;
201
smc_device
->size = 0x1000;
202
smc_device
->irq_count = 1;
203
goldfish_add_device_no_io(
smc_device
);
204
smc91c111_init(&nd_table[i],
smc_device
->base, goldfish_pic[
smc_device
->irq])
[
all
...]
Completed in 888 milliseconds