Lines Matching refs:isp24
212 optr = (uint16_t __iomem *)®->isp24.mailbox0; in qla2x00_mailbox_command()
268 WRT_REG_DWORD(®->isp24.hccr, HCCRX_SET_HOST_INT); in qla2x00_mailbox_command()
314 WRT_REG_DWORD(®->isp24.hccr, HCCRX_SET_HOST_INT); in qla2x00_mailbox_command()
404 mb[0] = RD_REG_WORD(®->isp24.mailbox0); in qla2x00_mailbox_command()
405 mb[1] = RD_REG_WORD(®->isp24.mailbox1); in qla2x00_mailbox_command()
406 mb[2] = RD_REG_WORD(®->isp24.mailbox2); in qla2x00_mailbox_command()
407 mb[3] = RD_REG_WORD(®->isp24.mailbox3); in qla2x00_mailbox_command()
408 mb[7] = RD_REG_WORD(®->isp24.mailbox7); in qla2x00_mailbox_command()
409 ictrl = RD_REG_DWORD(®->isp24.ictrl); in qla2x00_mailbox_command()
410 host_status = RD_REG_DWORD(®->isp24.host_status); in qla2x00_mailbox_command()
411 hccr = RD_REG_DWORD(®->isp24.hccr); in qla2x00_mailbox_command()
560 RD_REG_DWORD(®->isp24.host_status), in qla2x00_mailbox_command()
561 RD_REG_DWORD(®->isp24.ictrl), in qla2x00_mailbox_command()
562 RD_REG_DWORD(®->isp24.istatus)); in qla2x00_mailbox_command()
5172 struct device_reg_24xx __iomem *reg = &ha->iobase->isp24; in qla81xx_write_mpi_register()