Searched refs:bmode (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/mach-imx/ |
| H A D | Kconfig | 38 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 D | spl.c | 25 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 D | cmd_bmode.c | 82 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 D | README | 62 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 D | icorem6_rqs.c | 136 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 D | isiotmx6ul.c | 218 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 D | vmwgfx_kms.c | 2150 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 D | README | 19 except through the 'bmode' command.
|
| /OK3568_Linux_fs/kernel/drivers/crypto/cavium/nitrox/ |
| H A D | nitrox_csr.h | 557 u64 bmode : 1; member 565 u64 bmode : 1;
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_main.c | 6451 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 D | README | 50 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 D | cvmx-npei-defs.h | 3570 uint64_t bmode:32; member 3572 uint64_t bmode:32;
|