Home
last modified time | relevance | path

Searched refs:sgtidx (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/hwtracing/coresight/
Dcoresight-tmc-etr.c491 int sgtidx = 0; /* index to the sg_table within the current syspage */ in tmc_etr_sg_table_populate() local
519 if (sgtidx == ETR_SG_PAGES_PER_SYSPAGE - 1) { in tmc_etr_sg_table_populate()
523 (ETR_SG_PAGE_SIZE * (sgtidx + 1)); in tmc_etr_sg_table_populate()
542 if (!INC_IDX_ROUND(sgtidx, ETR_SG_PAGES_PER_SYSPAGE)) in tmc_etr_sg_table_populate()