Searched refs:sec_cfg (Results 1 – 2 of 2) sorted by relevance
13 static struct otx2_sec_idev_cfg sec_cfg[OTX2_MAX_INLINE_PORTS]; variable40 cfg = &sec_cfg[port_id]; in otx2_sec_idev_cfg_init()61 cfg = &sec_cfg[port_id]; in otx2_sec_idev_tx_cpt_qp_add()93 cfg = &sec_cfg[port_id]; in otx2_sec_idev_tx_cpt_qp_remove()132 cfg = &sec_cfg[port_id]; in otx2_sec_idev_tx_cpt_qp_get()173 cfg = &sec_cfg[port_id]; in otx2_sec_idev_tx_cpt_qp_put()
556 uint32_t sec_cfg; in ar71xx_write_pll() local559 sec_cfg = ATH_READ_REG(cfg_reg); in ar71xx_write_pll()560 sec_cfg &= ~(3 << pll_reg_shift); in ar71xx_write_pll()561 sec_cfg |= (2 << pll_reg_shift); in ar71xx_write_pll()563 ATH_WRITE_REG(cfg_reg, sec_cfg); in ar71xx_write_pll()567 sec_cfg |= (3 << pll_reg_shift); in ar71xx_write_pll()568 ATH_WRITE_REG(cfg_reg, sec_cfg); in ar71xx_write_pll()571 sec_cfg &= ~(3 << pll_reg_shift); in ar71xx_write_pll()572 ATH_WRITE_REG(cfg_reg, sec_cfg); in ar71xx_write_pll()