Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwtracing/coresight/
Dcoresight-tmc-etr.c485 int sgtidx = 0; /* index to the sg_table within the current syspage */ in tmc_etr_sg_table_populate() local
513 if (sgtidx == ETR_SG_PAGES_PER_SYSPAGE - 1) { in tmc_etr_sg_table_populate()
517 (ETR_SG_PAGE_SIZE * (sgtidx + 1)); in tmc_etr_sg_table_populate()
536 if (!INC_IDX_ROUND(sgtidx, ETR_SG_PAGES_PER_SYSPAGE)) in tmc_etr_sg_table_populate()