Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/aic94xx/
Daic94xx_hwi.c1022 u32 chimint = asd_read_reg_dword(asd_ha, CHIMINT); in asd_hw_isr() local
1024 if (!chimint) in asd_hw_isr()
1027 asd_write_reg_dword(asd_ha, CHIMINT, chimint); in asd_hw_isr()
1030 if (chimint & DLAVAIL) in asd_hw_isr()
1032 if (chimint & COMINT) in asd_hw_isr()
1034 if (chimint & DEVINT) in asd_hw_isr()
1036 if (chimint & INITERR) in asd_hw_isr()
1038 if (chimint & HOSTERR) in asd_hw_isr()