Home
last modified time | relevance | path

Searched refs:boot_type (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx7/
H A Dsoc.c398 u8 boot_type = (*p)->boot_dev_type; in get_boot_device() local
401 switch (boot_type) { in get_boot_device()
438 u8 boot_type = (*p)->boot_dev_type; in mmc_get_env_dev() local
441 if ((boot_type != BOOT_TYPE_SD) && (boot_type != BOOT_TYPE_MMC)) in mmc_get_env_dev()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc.c75 enum bfi_fwboot_type boot_type, u32 boot_param);
1990 bfa_ioc_download_fw(struct bfa_ioc *ioc, u32 boot_type, in bfa_ioc_download_fw() argument
2004 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw()
2027 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw()
2068 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw()
2069 boot_type = BFI_FWBOOT_TYPE_NORMAL; in bfa_ioc_download_fw()
2075 writel(boot_type, ((ioc->ioc_regs.smem_page_start) in bfa_ioc_download_fw()
2356 bfa_ioc_boot(struct bfa_ioc *ioc, enum bfi_fwboot_type boot_type, in bfa_ioc_boot() argument
2366 boot_type == BFI_FWBOOT_TYPE_NORMAL) { in bfa_ioc_boot()
2374 boot_type = BFI_FWBOOT_TYPE_FLASH; in bfa_ioc_boot()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/bfa/
H A Dbfa_ioc.c1696 u32 boot_type; in bfa_ioc_hwinit() local
1706 boot_type = BFI_FWBOOT_TYPE_NORMAL; in bfa_ioc_hwinit()
1716 if (bfa_ioc_boot(ioc, boot_type, boot_env) == BFA_STATUS_OK) in bfa_ioc_hwinit()
1752 if (bfa_ioc_boot(ioc, boot_type, boot_env) == BFA_STATUS_OK) in bfa_ioc_hwinit()
1859 bfa_ioc_download_fw(struct bfa_ioc_s *ioc, u32 boot_type, in bfa_ioc_download_fw() argument
1873 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw()
1900 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw()
1940 boot_type == BFI_FWBOOT_TYPE_FLASH) { in bfa_ioc_download_fw()
1941 boot_type = BFI_FWBOOT_TYPE_NORMAL; in bfa_ioc_download_fw()
1948 swab32(boot_type)); in bfa_ioc_download_fw()
[all …]
H A Dbfa_ioc.h890 bfa_status_t bfa_ioc_boot(struct bfa_ioc_s *ioc, u32 boot_type,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_mng_tlv.c482 p_buf->p_val = &p_drv_buf->boot_type; in qed_mfw_get_fcoe_tlv_value()
483 return sizeof(p_drv_buf->boot_type); in qed_mfw_get_fcoe_tlv_value()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dsiutils.c152 static int boot_type = 0; variable
606 boot_type = PMU_REG_NEW(sih, swscratch, 0, 0); in si_check_boot_type()
608 boot_type = CHIPC_REG(sih, flashdata, 0, 0); in si_check_boot_type()
611 SI_ERROR(("%s: boot_type: 0x%08x\n", __func__, boot_type)); in si_check_boot_type()
3320 return (boot_type == WARM_BOOT); in si_is_warmboot()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dsiutils.c152 static int boot_type = 0; variable
605 boot_type = PMU_REG_NEW(sih, swscratch, 0, 0); in si_check_boot_type()
607 boot_type = CHIPC_REG(sih, flashdata, 0, 0); in si_check_boot_type()
610 SI_ERROR(("%s: boot_type: 0x%08x\n", __func__, boot_type)); in si_check_boot_type()
3319 return (boot_type == WARM_BOOT); in si_is_warmboot()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dsiutils.c152 static int boot_type = 0; variable
606 boot_type = PMU_REG_NEW(sih, swscratch, 0, 0); in si_check_boot_type()
608 boot_type = CHIPC_REG(sih, flashdata, 0, 0); in si_check_boot_type()
611 SI_ERROR(("%s: boot_type: 0x%08x\n", __func__, boot_type)); in si_check_boot_type()
3320 return (boot_type == WARM_BOOT); in si_is_warmboot()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dsiutils.c126 static int boot_type = 0; variable
547 boot_type = PMU_REG_NEW(sih, swscratch, 0, 0); in si_check_boot_type()
549 boot_type = CHIPC_REG(sih, flashdata, 0, 0); in si_check_boot_type()
552 SI_ERROR(("%s: boot_type: 0x%08x\n", __func__, boot_type)); in si_check_boot_type()
3173 return (boot_type == WARM_BOOT); in si_is_warmboot()
/OK3568_Linux_fs/kernel/include/linux/qed/
H A Dqed_if.h220 u8 boot_type; member