Home
last modified time | relevance | path

Searched refs:flash_type (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/arch/mips/bcm63xx/
H A Ddev-flash.c105 int flash_type; in bcm63xx_flash_register() local
108 flash_type = bcm63xx_detect_flash_type(); in bcm63xx_flash_register()
110 switch (flash_type) { in bcm63xx_flash_register()
128 bcm63xx_get_cpu_id(), flash_type); in bcm63xx_flash_register()
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dmem-common.c81 void set_gpmc_cs0(int flash_type) in set_gpmc_cs0() argument
119 switch (flash_type) { in set_gpmc_cs0()
/openbmc/linux/drivers/video/fbdev/
H A Dbroadsheetfb.c461 int *flash_type) in broadsheet_verify_spiflash() argument
480 *flash_type = sig; in broadsheet_verify_spiflash()
488 u16 *initial_sfmcd, int *flash_type) in broadsheet_setup_for_wfm_write() argument
507 return broadsheet_verify_spiflash(par, flash_type); in broadsheet_setup_for_wfm_write()
679 const u8 *wfm, int bytecount, int flash_type) in broadsheet_write_spiflash() argument
688 switch (flash_type) { in broadsheet_write_spiflash()
720 int flash_type = 0; in broadsheet_store_waveform_to_spiflash() local
722 err = broadsheet_setup_for_wfm_write(par, &initial_sfmcd, &flash_type); in broadsheet_store_waveform_to_spiflash()
726 err = broadsheet_write_spiflash(par, 0x886, wfm, wfm_size, flash_type); in broadsheet_store_waveform_to_spiflash()
/openbmc/u-boot/tools/
H A Dmtk_image.c453 if (le32_to_cpu(gfh->file_info.flash_type) != GFH_FLASH_TYPE_GEN) in mtk_image_verify_gen_header()
518 if (le32_to_cpu(gfh->file_info.flash_type) != GFH_FLASH_TYPE_NAND) in mtk_image_verify_nand_header()
582 int dev_hdr_size, int load_addr, int flash_type) in put_ghf_header() argument
593 gfh->file_info.flash_type = flash_type; in put_ghf_header()
H A Dmtk_image.h111 uint8_t flash_type; member
/openbmc/u-boot/board/synopsys/hsdk/
H A Dheaderize-hsdk.py65 flash_type = 0x0 # 0 - SPI flash, 1 - NOR flash
98 file.write(flash_type.to_bytes(1, byteorder='little'))
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/
H A Dsys_proto.h47 void set_gpmc_cs0(int flash_type);
/openbmc/qemu/hw/arm/
H A Dnpcm7xx_boards.c81 const char *flash_type, DriveInfo *dinfo) in npcm7xx_connect_flash() argument
86 flash = qdev_new(flash_type); in npcm7xx_connect_flash()
/openbmc/linux/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-parameters.h740 enum mmal_parameter_camera_info_flash_type flash_type; member
/openbmc/linux/drivers/scsi/
H A Dmyrs.h312 unsigned char flash_type; /* Byte 416 */ member
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c2533 struct be_dma_mem *cmd, u32 flash_type, in be_cmd_write_flashrom() argument
2554 req->params.op_type = cpu_to_le32(flash_type); in be_cmd_write_flashrom()
2555 if (flash_type == OPTYPE_OFFSET_SPECIFIED) in be_cmd_write_flashrom()