Home
last modified time | relevance | path

Searched refs:sec_prot (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/scsi/aic94xx/
Daic94xx_sds.c1318 u8 sec_prot; in asd_check_flash_type() local
1347 sec_prot = asd_read_reg_byte(asd_ha, reg + inc + inc); in asd_check_flash_type()
1355 "sec_prot(0x%x)\n", manuf_id, dev_id, sec_prot); in asd_check_flash_type()
1362 switch (sec_prot) { in asd_check_flash_type()
1373 switch (sec_prot) { in asd_check_flash_type()
1383 switch (sec_prot) { in asd_check_flash_type()
1391 switch (sec_prot) { in asd_check_flash_type()
1412 sec_prot = asd_read_reg_byte(asd_ha, reg + inc + inc); in asd_check_flash_type()
1415 "(0x%x)\n", manuf_id, dev_id, sec_prot); in asd_check_flash_type()
1473 asd_ha->hw_prof.flash.sec_prot = sec_prot; in asd_check_flash_type()
Daic94xx_hwi.h74 u8 sec_prot; member