Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/bcm63xx/
Ddev-flash.c104 int flash_type; in bcm63xx_flash_register() local
107 flash_type = bcm63xx_detect_flash_type(); in bcm63xx_flash_register()
109 switch (flash_type) { in bcm63xx_flash_register()
127 bcm63xx_get_cpu_id(), flash_type); in bcm63xx_flash_register()
/linux-4.1.27/drivers/video/fbdev/
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()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c2444 u32 flash_type, u32 flash_opcode, u32 img_offset, in be_cmd_write_flashrom() argument
2465 req->params.op_type = cpu_to_le32(flash_type); in be_cmd_write_flashrom()
2466 if (flash_type == OPTYPE_OFFSET_SPECIFIED) in be_cmd_write_flashrom()