Lines Matching refs:reg
876 "DIF Cap not reg, fail DIF capable cmd's:%p.\n",
1883 struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
1888 wrt_reg_word(®->ictrl, ICR_EN_INT | ICR_EN_RISC);
1889 rd_reg_word(®->ictrl);
1898 struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
1903 wrt_reg_word(®->ictrl, 0);
1904 rd_reg_word(®->ictrl);
1912 struct device_reg_24xx __iomem *reg = &ha->iobase->isp24;
1916 wrt_reg_dword(®->ictrl, ICRX_EN_RISC_INT);
1917 rd_reg_dword(®->ictrl);
1925 struct device_reg_24xx __iomem *reg = &ha->iobase->isp24;
1931 wrt_reg_dword(®->ictrl, 0);
1932 rd_reg_dword(®->ictrl);
7485 struct device_reg_2xxx __iomem *reg = &ha->iobase->isp;
7497 stat = rd_reg_word(®->hccr);
7501 stat = rd_reg_dword(®->u.isp2300.host_status);