Searched refs:RD_REG_DWORD_RELAXED (Results 1 – 4 of 4) sorted by relevance
473 RD_REG_DWORD_RELAXED(&ha->iobase->isp24.hccr); in qla2x00_start_iocbs()476 RD_REG_DWORD_RELAXED(®->ispfx00.req_q_in); in qla2x00_start_iocbs()480 RD_REG_DWORD_RELAXED(®->isp24.req_q_in); in qla2x00_start_iocbs()1505 RD_REG_DWORD_RELAXED(req->req_q_out); in qla24xx_start_scsi()1569 RD_REG_DWORD_RELAXED(&ha->iobase->isp24.hccr); in qla24xx_start_scsi()1709 RD_REG_DWORD_RELAXED(req->req_q_out); in qla24xx_dif_start_scsi()1769 RD_REG_DWORD_RELAXED(&ha->iobase->isp24.hccr); in qla24xx_dif_start_scsi()2357 cnt = (uint16_t)RD_REG_DWORD_RELAXED( in qla82xx_start_scsi()2468 cnt = (uint16_t)RD_REG_DWORD_RELAXED( in qla82xx_start_scsi()2820 RD_REG_DWORD_RELAXED(req->req_q_out); in qla2x00_start_bidir()
2745 RD_REG_DWORD_RELAXED(®->hccr); in qla24xx_intr_handler()2787 RD_REG_DWORD_RELAXED(®->hccr); in qla24xx_msix_rsp_q()2819 hccr = RD_REG_DWORD_RELAXED(®->hccr); in qla25xx_msix_rsp_q()
953 RD_REG_DWORD_RELAXED(®->aenmailbox0); in qlafx00_init_fw_ready()3126 cnt = RD_REG_DWORD_RELAXED(req->req_q_out); in qlafx00_start_scsi()
114 #define RD_REG_DWORD_RELAXED(addr) readl_relaxed(addr) macro