Searched refs:manuf_id (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/scsi/aic94xx/ |
D | aic94xx_sds.c | 1316 u8 manuf_id; in asd_check_flash_type() local 1345 manuf_id = asd_read_reg_byte(asd_ha, reg); in asd_check_flash_type() 1355 "sec_prot(0x%x)\n", manuf_id, dev_id, sec_prot); in asd_check_flash_type() 1360 switch (manuf_id) { in asd_check_flash_type() 1410 manuf_id = asd_read_reg_byte(asd_ha, reg); in asd_check_flash_type() 1415 "(0x%x)\n", manuf_id, dev_id, sec_prot); in asd_check_flash_type() 1423 switch (manuf_id) { in asd_check_flash_type() 1471 asd_ha->hw_prof.flash.manuf = manuf_id; in asd_check_flash_type()
|
/linux-2.6.39/drivers/mtd/onenand/ |
D | onenand_sim.c | 56 static int manuf_id = CONFIG_ONENAND_SIM_MANUFACTURER; variable 177 writew(manuf_id, this->base); in onenand_bootram_handle() 472 writew(manuf_id, flash->base + ONENAND_REG_MANUFACTURER_ID); in flash_init()
|
/linux-2.6.39/drivers/usb/storage/ |
D | sddr09.c | 135 static inline char *nand_flash_manufacturer(int manuf_id) { in nand_flash_manufacturer() argument 136 switch(manuf_id) { in nand_flash_manufacturer()
|