Searched refs:CN23XX_PKT_INPUT_CTL_RST (Results 1 – 4 of 4) sorted by relevance
61 d64 |= CN23XX_PKT_INPUT_CTL_RST; in cn23xx_vf_reset_io_queues()70 while ((READ_ONCE(reg_val) & CN23XX_PKT_INPUT_CTL_RST) && in cn23xx_vf_reset_io_queues()84 ~CN23XX_PKT_INPUT_CTL_RST); in cn23xx_vf_reset_io_queues()90 if (READ_ONCE(reg_val) & CN23XX_PKT_INPUT_CTL_RST) { in cn23xx_vf_reset_io_queues()
93 #define CN23XX_PKT_INPUT_CTL_RST BIT(23) macro
972 while ((reg_val & CN23XX_PKT_INPUT_CTL_RST) && in octeon_set_io_queues_off()986 reg_val = reg_val & ~CN23XX_PKT_INPUT_CTL_RST; in octeon_set_io_queues_off()993 if (reg_val & CN23XX_PKT_INPUT_CTL_RST) { in octeon_set_io_queues_off()
193 #define CN23XX_PKT_INPUT_CTL_RST BIT(23) macro