Searched refs:rcb_reg (Results 1 – 1 of 1) sorted by relevance
388 uint32_t rcb_reg; in hns3_enable_all_queues() local423 rcb_reg = hns3_read_reg(tqp_base, HNS3_RING_EN_REG); in hns3_enable_all_queues()425 rcb_reg |= BIT(HNS3_RING_EN_B); in hns3_enable_all_queues()427 rcb_reg &= ~BIT(HNS3_RING_EN_B); in hns3_enable_all_queues()428 hns3_write_reg(tqp_base, HNS3_RING_EN_REG, rcb_reg); in hns3_enable_all_queues()