Lines Matching refs:reg
928 "DIF Cap not reg, fail DIF capable cmd's:%p.\n",
2005 struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
2010 wrt_reg_word(®->ictrl, ICR_EN_INT | ICR_EN_RISC);
2011 rd_reg_word(®->ictrl);
2020 struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
2025 wrt_reg_word(®->ictrl, 0);
2026 rd_reg_word(®->ictrl);
2034 struct device_reg_24xx __iomem *reg = &ha->iobase->isp24;
2038 wrt_reg_dword(®->ictrl, ICRX_EN_RISC_INT);
2039 rd_reg_dword(®->ictrl);
2047 struct device_reg_24xx __iomem *reg = &ha->iobase->isp24;
2053 wrt_reg_dword(®->ictrl, 0);
2054 rd_reg_dword(®->ictrl);
7845 struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
7864 stat = rd_reg_word(®->hccr);
7868 stat = rd_reg_dword(®->u.isp2300.host_status);