Home
last modified time | relevance | path

Searched refs:bmode (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/
H A DKconfig38 bool "Support the 'bmode' command"
42 This enables the 'bmode' (bootmode) command for forcing
47 on U-Boot. Using the reset button or running bmode normal
H A Dspl.c25 unsigned int bmode = readl(&src_base->sbmr2); in spl_boot_device() local
32 if (((bmode >> 24) & 0x03) == 0x01) /* Serial Downloader */ in spl_boot_device()
H A Dcmd_bmode.c82 bmode, 3, 0, do_boot_mode,
91 cmd_tbl_t *entry = ll_entry_get(cmd_tbl_t, bmode, cmd); in add_board_boot_modes()
/OK3568_Linux_fs/u-boot/board/congatec/cgtqmx6eval/
H A DREADME62 It is also possible to boot from the SD card slot by using the 'bmode'
65 => bmode esdhc4
69 Note: If the "bmode" command is not available from your pre-installed U-Boot,
/OK3568_Linux_fs/u-boot/board/engicam/icorem6_rqs/
H A Dicorem6_rqs.c136 u32 bmode = imx6_src_get_boot_mode(); in board_boot_order() local
139 switch ((bmode & IMX6_BMODE_MASK) >> IMX6_BMODE_SHIFT) { in board_boot_order()
/OK3568_Linux_fs/u-boot/board/engicam/isiotmx6ul/
H A Disiotmx6ul.c218 u32 bmode = imx6_src_get_boot_mode(); in board_boot_order() local
221 switch ((bmode & IMX6_BMODE_MASK) >> IMX6_BMODE_SHIFT) { in board_boot_order()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c2150 struct drm_display_mode *bmode; in vmw_du_connector_fill_modes() local
2200 bmode = &vmw_kms_connector_builtin[i]; in vmw_du_connector_fill_modes()
2201 if (bmode->hdisplay > max_width || in vmw_du_connector_fill_modes()
2202 bmode->vdisplay > max_height) in vmw_du_connector_fill_modes()
2206 bmode->hdisplay * assumed_bpp, in vmw_du_connector_fill_modes()
2207 bmode->vdisplay)) in vmw_du_connector_fill_modes()
2210 mode = drm_mode_duplicate(dev, bmode); in vmw_du_connector_fill_modes()
/OK3568_Linux_fs/u-boot/board/boundary/nitrogen6x/
H A DREADME19 except through the 'bmode' command.
/OK3568_Linux_fs/kernel/drivers/crypto/cavium/nitrox/
H A Dnitrox_csr.h557 u64 bmode : 1; member
565 u64 bmode : 1;
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_main.c6451 u16 bmode; in ice_bridge_getlink() local
6453 bmode = pf->first_sw->bridge_mode; in ice_bridge_getlink()
6455 return ndo_dflt_bridge_getlink(skb, pid, seq, dev, bmode, 0, 0, nlflags, in ice_bridge_getlink()
6466 static int ice_vsi_update_bridge_mode(struct ice_vsi *vsi, u16 bmode) in ice_vsi_update_bridge_mode() argument
6482 if (bmode == BRIDGE_MODE_VEB) in ice_vsi_update_bridge_mode()
6493 bmode, ice_stat_str(status), in ice_vsi_update_bridge_mode()
/OK3568_Linux_fs/u-boot/board/gateworks/gw_ventana/
H A DREADME50 always boot from micro-SD. However, it is possible to use the U-Boot bmode
/OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/
H A Dcvmx-npei-defs.h3570 uint64_t bmode:32; member
3572 uint64_t bmode:32;