• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/

Lines Matching refs:ioc_regs

82 	bfa_reg_write(ioc->ioc_regs.err_set, __PSS_ERR_STATUS_SET);
83 bfa_reg_read(ioc->ioc_regs.err_set);
110 ioc->ioc_regs.hfn_mbox = rb + iocreg_fnreg[pcifn].hfn_mbox;
111 ioc->ioc_regs.lpu_mbox = rb + iocreg_fnreg[pcifn].lpu_mbox;
112 ioc->ioc_regs.host_page_num_fn = rb + iocreg_fnreg[pcifn].hfn_pgn;
115 ioc->ioc_regs.heartbeat = rb + BFA_IOC0_HBEAT_REG;
116 ioc->ioc_regs.ioc_fwstate = rb + BFA_IOC0_STATE_REG;
118 ioc->ioc_regs.heartbeat = (rb + BFA_IOC1_HBEAT_REG);
119 ioc->ioc_regs.ioc_fwstate = (rb + BFA_IOC1_STATE_REG);
125 ioc->ioc_regs.hfn_mbox_cmd = rb + iocreg_mbcmd[pcifn].hfn;
126 ioc->ioc_regs.lpu_mbox_cmd = rb + iocreg_mbcmd[pcifn].lpu;
131 ioc->ioc_regs.pss_ctl_reg = (rb + PSS_CTL_REG);
132 ioc->ioc_regs.pss_err_status_reg = (rb + PSS_ERR_STATUS_REG);
133 ioc->ioc_regs.app_pll_fast_ctl_reg = (rb + APP_PLL_400_CTL_REG);
134 ioc->ioc_regs.app_pll_slow_ctl_reg = (rb + APP_PLL_212_CTL_REG);
139 ioc->ioc_regs.ioc_sem_reg = (rb + HOST_SEM0_REG);
140 ioc->ioc_regs.ioc_init_sem_reg = (rb + HOST_SEM2_REG);
145 ioc->ioc_regs.smem_page_start = (rb + PSS_SMEM_PAGE_START);
146 ioc->ioc_regs.smem_pg0 = BFI_IOC_SMEM_PG0_CB;
151 ioc->ioc_regs.err_set = (rb + ERR_SET_REG);
184 bfa_ioc_sem_get(ioc->ioc_regs.ioc_init_sem_reg);
205 bfa_reg_write(ioc->ioc_regs.app_pll_slow_ctl_reg,
207 bfa_reg_write(ioc->ioc_regs.app_pll_slow_ctl_reg,
210 bfa_reg_write(ioc->ioc_regs.app_pll_fast_ctl_reg,
212 bfa_reg_write(ioc->ioc_regs.app_pll_fast_ctl_reg,
216 bfa_reg_write(ioc->ioc_regs.app_pll_slow_ctl_reg,
218 bfa_reg_write(ioc->ioc_regs.app_pll_fast_ctl_reg,
221 bfa_reg_write(ioc->ioc_regs.app_pll_slow_ctl_reg,
223 bfa_reg_write(ioc->ioc_regs.app_pll_fast_ctl_reg,
233 bfa_reg_write(ioc->ioc_regs.app_pll_slow_ctl_reg, pll_sclk);
234 bfa_reg_write(ioc->ioc_regs.app_pll_fast_ctl_reg, pll_fclk);
239 bfa_ioc_sem_release(ioc->ioc_regs.ioc_init_sem_reg);
256 bfa_reg_read(ioc->ioc_regs.ioc_sem_reg);