Lines Matching refs:dev_id
1318 u8 dev_id; in asd_check_flash_type() local
1336 asd_ha->hw_prof.flash.dev_id = FLASH_DEV_ID_UNKNOWN; in asd_check_flash_type()
1347 dev_id = asd_read_reg_byte(asd_ha, reg + inc); in asd_check_flash_type()
1356 "sec_prot(0x%x)\n", manuf_id, dev_id, sec_prot); in asd_check_flash_type()
1412 dev_id = asd_read_reg_byte(asd_ha, reg + inc); in asd_check_flash_type()
1416 "(0x%x)\n", manuf_id, dev_id, sec_prot); in asd_check_flash_type()
1426 switch (dev_id) { in asd_check_flash_type()
1435 switch (dev_id) { in asd_check_flash_type()
1444 switch (dev_id) { in asd_check_flash_type()
1451 switch (dev_id) { in asd_check_flash_type()
1458 switch (dev_id) { in asd_check_flash_type()
1473 asd_ha->hw_prof.flash.dev_id = dev_id; in asd_check_flash_type()