Lines Matching defs:pss_ctl
1374 u32 pss_ctl;
1378 pss_ctl = readl(ioc->ioc_regs.pss_ctl_reg);
1379 pss_ctl &= ~__PSS_LMEM_RESET;
1380 pss_ctl |= __PSS_LMEM_INIT_EN;
1385 pss_ctl |= __PSS_I2C_CLK_DIV(3UL);
1386 writel(pss_ctl, ioc->ioc_regs.pss_ctl_reg);
1393 pss_ctl = readl(ioc->ioc_regs.pss_ctl_reg);
1395 } while (!(pss_ctl & __PSS_LMEM_INIT_DONE) && (i < PSS_LMEM_INIT_TIME));
1401 WARN_ON(!(pss_ctl & __PSS_LMEM_INIT_DONE));
1402 bfa_trc(ioc, pss_ctl);
1404 pss_ctl &= ~(__PSS_LMEM_INIT_DONE | __PSS_LMEM_INIT_EN);
1405 writel(pss_ctl, ioc->ioc_regs.pss_ctl_reg);
1411 u32 pss_ctl;
1416 pss_ctl = readl(ioc->ioc_regs.pss_ctl_reg);
1417 pss_ctl &= ~__PSS_LPU0_RESET;
1419 writel(pss_ctl, ioc->ioc_regs.pss_ctl_reg);
1425 u32 pss_ctl;
1430 pss_ctl = readl(ioc->ioc_regs.pss_ctl_reg);
1431 pss_ctl |= (__PSS_LPU0_RESET | __PSS_LPU1_RESET);
1433 writel(pss_ctl, ioc->ioc_regs.pss_ctl_reg);