Home
last modified time | relevance | path

Searched refs:BIOS_ATA_TRANSLATION_AUTO (Results 1 – 6 of 6) sorted by relevance

/external/qemu/
Dblockdev.c158 translation = BIOS_ATA_TRANSLATION_AUTO; in drive_init()
248 translation = BIOS_ATA_TRANSLATION_AUTO; in drive_init()
Dblock.h156 #define BIOS_ATA_TRANSLATION_AUTO 0 macro
Dvl.c866 translation = BIOS_ATA_TRANSLATION_AUTO; in drive_init()
978 translation = BIOS_ATA_TRANSLATION_AUTO; in drive_init()
2115 translation = BIOS_ATA_TRANSLATION_AUTO; in main()
2276 translation = BIOS_ATA_TRANSLATION_AUTO; in main()
Dvl-android.c1063 translation = BIOS_ATA_TRANSLATION_AUTO; in drive_init()
1175 translation = BIOS_ATA_TRANSLATION_AUTO; in drive_init()
2592 translation = BIOS_ATA_TRANSLATION_AUTO; in main()
2770 translation = BIOS_ATA_TRANSLATION_AUTO; in main()
Dblock.c1240 if (translation == BIOS_ATA_TRANSLATION_AUTO) { in bdrv_guess_geometry()
1257 if ((lba_detected == 1) && (translation == BIOS_ATA_TRANSLATION_AUTO)) { in bdrv_guess_geometry()
/external/qemu/hw/
Dpc.c376 if (translation == BIOS_ATA_TRANSLATION_AUTO) { in cmos_init()