Searched refs:goldfish_mmc_init (Results 1 – 5 of 5) sorted by relevance
/external/qemu/hw/ |
D | goldfish_device.h | 49 void goldfish_mmc_init(uint32_t base, int id, BlockDriverState* bs);
|
D | android_arm.c | 126 goldfish_mmc_init(0xff005000, 0, info->bdrv); in android_arm_init_()
|
D | android_mips.c | 219 goldfish_mmc_init(GOLDFISH_MMC, 0, info->bdrv); in android_mips_init_()
|
D | goldfish_mmc.c | 502 void goldfish_mmc_init(uint32_t base, int id, BlockDriverState* bs) in goldfish_mmc_init() function
|
D | pc.c | 1061 goldfish_mmc_init(0xff005000, 0, info->bdrv);
|