Searched refs:a_boot_device (Results 1 – 3 of 3) sorted by relevance
77 int a_boot_device; member
108 a_config.a_boot_device == A_BOOT_ROM ? "ROM" : "flash", in mainbus_attach()
395 a_config.a_boot_device = config1 & 0x80 ? A_BOOT_FLASH : A_BOOT_ROM; in pmppc_setup()