Lines Matching refs:dev_id
1317 u8 dev_id; in asd_check_flash_type() local
1335 asd_ha->hw_prof.flash.dev_id = FLASH_DEV_ID_UNKNOWN; in asd_check_flash_type()
1346 dev_id = asd_read_reg_byte(asd_ha, reg + inc); in asd_check_flash_type()
1355 "sec_prot(0x%x)\n", manuf_id, dev_id, sec_prot); in asd_check_flash_type()
1411 dev_id = asd_read_reg_byte(asd_ha, reg + inc); in asd_check_flash_type()
1415 "(0x%x)\n", manuf_id, dev_id, sec_prot); in asd_check_flash_type()
1425 switch (dev_id) { in asd_check_flash_type()
1434 switch (dev_id) { in asd_check_flash_type()
1443 switch (dev_id) { in asd_check_flash_type()
1450 switch (dev_id) { in asd_check_flash_type()
1457 switch (dev_id) { in asd_check_flash_type()
1472 asd_ha->hw_prof.flash.dev_id = dev_id; in asd_check_flash_type()