Searched refs:n_chg (Results 1 – 1 of 1) sorted by relevance
83 uint n_chg; /* Number of channels' groups configured in this DPPI instance */ member118 el->n_chg = nhw_dppi_n_chg[i]; in nhw_dppi_init()131 int n_chg = nhw_dppi_n_chg[i]; in nhw_dppi_init() local134 el->CHG_EN_subscribed = (struct nhw_subsc_mem*)bs_calloc(n_chg, sizeof(struct nhw_subsc_mem)); in nhw_dppi_init()135 el->CHG_DIS_subscribed = (struct nhw_subsc_mem*)bs_calloc(n_chg, sizeof(struct nhw_subsc_mem)); in nhw_dppi_init()137 el->shadow_CHG = (uint32_t*)bs_calloc(n_chg, sizeof(uint32_t)); in nhw_dppi_init()219 if (chg_n >= this->n_chg) { in nhw_dppi_check_chg_valid()222 __func__, type, chg_n, this->n_chg, dppi_inst); in nhw_dppi_check_chg_valid()