Searched refs:fmqm_gc (Results 1 – 3 of 3) sorted by relevance
281 return (uint8_t)ioread32be(&qmi_rg->fmqm_gc); in fman_get_qmi_deq_th()286 return (uint8_t)(ioread32be(&qmi_rg->fmqm_gc) >> 8); in fman_get_qmi_enq_th()293 tmp_reg = ioread32be(&qmi_rg->fmqm_gc); in fman_set_qmi_enq_th()296 iowrite32be(tmp_reg, &qmi_rg->fmqm_gc); in fman_set_qmi_enq_th()303 tmp_reg = ioread32be(&qmi_rg->fmqm_gc); in fman_set_qmi_deq_th()306 iowrite32be(tmp_reg, &qmi_rg->fmqm_gc); in fman_set_qmi_deq_th()957 &fman_rg->qmi_rg->fmqm_gc); in fman_enable()966 iowrite32be(0, &fman_rg->qmi_rg->fmqm_gc); in fman_free_resources()1260 if (!(ioread32be(&fman_rg->qmi_rg->fmqm_gc) & in fman_modify_counter()
4814 if (!(GET_UINT32(p_Fm->p_FmQmiRegs->fmqm_gc) & QMI_CFG_EN_COUNTERS)) in FM_GetCounter()
203 uint32_t fmqm_gc; /**< General Configuration Register 0x00 */ member