Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aic94xx/
Daic94xx_hwi.c1006 u32 chimint = asd_read_reg_dword(asd_ha, CHIMINT); in asd_hw_isr() local
1008 if (!chimint) in asd_hw_isr()
1011 asd_write_reg_dword(asd_ha, CHIMINT, chimint); in asd_hw_isr()
1014 if (chimint & DLAVAIL) in asd_hw_isr()
1016 if (chimint & COMINT) in asd_hw_isr()
1018 if (chimint & DEVINT) in asd_hw_isr()
1020 if (chimint & INITERR) in asd_hw_isr()
1022 if (chimint & HOSTERR) in asd_hw_isr()