Searched refs:boot_pdrv (Results 1 – 2 of 2) sorted by relevance
4889 u8 boot_pdrv; in mega_get_boot_drv() local4928 boot_pdrv = prv_bios_data->boot_drv & 0x7F; in mega_get_boot_drv()4929 adapter->boot_pdrv_ch = boot_pdrv / 16; in mega_get_boot_drv()4930 adapter->boot_pdrv_tgt = boot_pdrv % 16; in mega_get_boot_drv()
3667 u8 boot_pdrv; local3715 boot_pdrv = prv_bios_data->boot_drv & 0x7F;3716 megacfg->boot_pdrv_ch = boot_pdrv / 16;3717 megacfg->boot_pdrv_tgt = boot_pdrv % 16;