Searched refs:rcb_reg (Results 1 – 1 of 1) sorted by relevance
654 u32 rcb_reg; in hns3_tqp_enable() local656 rcb_reg = hns3_read_dev(tqp, HNS3_RING_EN_REG); in hns3_tqp_enable()657 rcb_reg |= BIT(HNS3_RING_EN_B); in hns3_tqp_enable()658 hns3_write_dev(tqp, HNS3_RING_EN_REG, rcb_reg); in hns3_tqp_enable()663 u32 rcb_reg; in hns3_tqp_disable() local665 rcb_reg = hns3_read_dev(tqp, HNS3_RING_EN_REG); in hns3_tqp_disable()666 rcb_reg &= ~BIT(HNS3_RING_EN_B); in hns3_tqp_disable()667 hns3_write_dev(tqp, HNS3_RING_EN_REG, rcb_reg); in hns3_tqp_disable()