Searched refs:r2hisr (Results 1 – 1 of 1) sorted by relevance
873 uint32_t r2hisr; in isp_pci_rd_isr_2300() local879 r2hisr = bus_space_read_4(pcs->pci_st, pcs->pci_sh, in isp_pci_rd_isr_2300()881 isp_prt(isp, ISP_LOGDEBUG3, "RISC2HOST ISR 0x%x", r2hisr); in isp_pci_rd_isr_2300()882 if ((r2hisr & BIU_R2HST_INTR) == 0) { in isp_pci_rd_isr_2300()886 switch (r2hisr & BIU_R2HST_ISTAT_MASK) { in isp_pci_rd_isr_2300()892 *isrp = r2hisr & 0xffff; in isp_pci_rd_isr_2300()893 *mbox0p = (r2hisr >> 16); in isp_pci_rd_isr_2300()897 *isrp = r2hisr & 0xffff; in isp_pci_rd_isr_2300()902 *isrp = r2hisr & 0xffff; in isp_pci_rd_isr_2300()907 *isrp = r2hisr & 0xffff; in isp_pci_rd_isr_2300()[all …]