Lines Matching refs:isp24
219 optr = ®->isp24.mailbox0; in qla2x00_mailbox_command()
265 wrt_reg_dword(®->isp24.hccr, HCCRX_SET_HOST_INT); in qla2x00_mailbox_command()
323 wrt_reg_dword(®->isp24.hccr, HCCRX_SET_HOST_INT); in qla2x00_mailbox_command()
415 mb[0] = rd_reg_word(®->isp24.mailbox0); in qla2x00_mailbox_command()
416 mb[1] = rd_reg_word(®->isp24.mailbox1); in qla2x00_mailbox_command()
417 mb[2] = rd_reg_word(®->isp24.mailbox2); in qla2x00_mailbox_command()
418 mb[3] = rd_reg_word(®->isp24.mailbox3); in qla2x00_mailbox_command()
419 mb[7] = rd_reg_word(®->isp24.mailbox7); in qla2x00_mailbox_command()
420 ictrl = rd_reg_dword(®->isp24.ictrl); in qla2x00_mailbox_command()
421 host_status = rd_reg_dword(®->isp24.host_status); in qla2x00_mailbox_command()
422 hccr = rd_reg_dword(®->isp24.hccr); in qla2x00_mailbox_command()
575 rd_reg_dword(®->isp24.host_status), in qla2x00_mailbox_command()
576 rd_reg_dword(®->isp24.ictrl), in qla2x00_mailbox_command()
577 rd_reg_dword(®->isp24.istatus)); in qla2x00_mailbox_command()
5428 struct device_reg_24xx __iomem *reg = &ha->iobase->isp24; in qla81xx_write_mpi_register()