Searched refs:rcb_reg (Results 1 – 1 of 1) sorted by relevance
376 uint32_t rcb_reg; in hns3_enable_all_queues() local411 rcb_reg = hns3_read_reg(tqp_base, HNS3_RING_EN_REG); in hns3_enable_all_queues()413 rcb_reg |= BIT(HNS3_RING_EN_B); in hns3_enable_all_queues()415 rcb_reg &= ~BIT(HNS3_RING_EN_B); in hns3_enable_all_queues()416 hns3_write_reg(tqp_base, HNS3_RING_EN_REG, rcb_reg); in hns3_enable_all_queues()