Lines Matching full:rwp
650 static void tmc_etr_sync_flat_buf(struct etr_buf *etr_buf, u64 rrp, u64 rwp) in tmc_etr_sync_flat_buf() argument
663 etr_buf->len = rwp - rrp; in tmc_etr_sync_flat_buf()
748 static void tmc_etr_sync_resrv_buf(struct etr_buf *etr_buf, u64 rrp, u64 rwp) in tmc_etr_sync_resrv_buf() argument
758 etr_buf->len = rwp - rrp; in tmc_etr_sync_resrv_buf()
807 static void tmc_etr_sync_sg_buf(struct etr_buf *etr_buf, u64 rrp, u64 rwp) in tmc_etr_sync_sg_buf() argument
822 w_offset = tmc_sg_get_data_page_offset(table, rwp); in tmc_etr_sync_sg_buf()
825 "Unable to map RWP %llx to offset\n", rwp); in tmc_etr_sync_sg_buf()
1033 u64 rrp, rwp; in tmc_sync_etr_buf() local
1037 rwp = tmc_read_rwp(drvdata); in tmc_sync_etr_buf()
1056 etr_buf->ops->sync(etr_buf, rrp, rwp); in tmc_sync_etr_buf()
1097 * we have to set it properly (i.e, RRP/RWP to base address and in __tmc_etr_enable_hw()